RDK Documentation (Open Sourced RDK Components)
AAMPOCDMBasicSessionAdapter Class Reference

OCDM session Adapter. More...

#include <AampOcdmBasicSessionAdapter.h>

Inheritance diagram for AAMPOCDMBasicSessionAdapter:
Inheritance graph
Collaboration diagram for AAMPOCDMBasicSessionAdapter:
Collaboration graph

Public Member Functions

 AAMPOCDMBasicSessionAdapter (AampLogManager *logObj, std::shared_ptr< AampDrmHelper > drmHelper, AampDrmCallbacks *drmCallbacks)
 
int decrypt (const uint8_t *f_pbIV, uint32_t f_cbIV, const uint8_t *payloadData, uint32_t payloadDataSize, uint8_t **ppOpaqueData)
 Function to decrypt stream buffer.
 
- Public Member Functions inherited from AAMPOCDMSessionAdapter
void processOCDMChallenge (const char destUrl[], const uint8_t challenge[], const uint16_t challengeSize)
 
void keysUpdatedOCDM ()
 
void keyUpdateOCDM (const uint8_t key[], const uint8_t keySize)
 
 AAMPOCDMSessionAdapter (AampLogManager *logObj, std::shared_ptr< AampDrmHelper > drmHelper, AampDrmCallbacks *callbacks=nullptr)
 
 AAMPOCDMSessionAdapter (const AAMPOCDMSessionAdapter &)=delete
 
AAMPOCDMSessionAdapteroperator= (const AAMPOCDMSessionAdapter &)=delete
 
void generateAampDRMSession (const uint8_t *f_pbInitData, uint32_t f_cbInitData, std::string &customData)
 Create drm session with given init data. More...
 
DrmDataaampGenerateKeyRequest (string &destinationURL, uint32_t timeout)
 Generate key request from DRM session Caller function should free the returned memory. More...
 
int aampDRMProcessKey (DrmData *key, uint32_t timeout)
 Updates the received key to DRM session. More...
 
KeyState getState ()
 Get the current state of DRM Session. More...
 
void clearDecryptContext ()
 Clear the current session context So that new init data can be bound.
 
void setKeyId (const std::vector< uint8_t > &keyId)
 
bool waitForState (KeyState state, const uint32_t timeout) override
 Waits for the current state of DRM Session to match required.. Timeout is that from the helper. Only used by OCDM Adapter for now. More...
 
- Public Member Functions inherited from AampDrmSession
virtual int decrypt (GstBuffer *keyIDBuffer, GstBuffer *ivBuffer, GstBuffer *buffer, unsigned subSampleCount, GstBuffer *subSamplesBuffer, GstCaps *caps=NULL)
 Function to decrypt GStreamer stream buffer.
 
 AampDrmSession (AampLogManager *logObj, const string &keySystem)
 Constructor for AampDrmSession.
 
 AampDrmSession (const AampDrmSession &)=delete
 Copy constructor disabled. More...
 
AampDrmSessionoperator= (const AampDrmSession &)=delete
 assignment operator disabled More...
 
virtual ~AampDrmSession ()
 Destructor for AampDrmSession..
 
string getKeySystem ()
 Get the DRM System, ie, UUID for PlayReady WideVine etc.. More...
 
void setOutputProtection (bool bValue)
 Set the OutputProtection for DRM Session. More...
 

Additional Inherited Members

- Data Fields inherited from AAMPOCDMSessionAdapter
long long timeBeforeCallback
 
- Data Fields inherited from AampDrmSession
AampLogManagermLogObj
 
- Protected Member Functions inherited from AAMPOCDMSessionAdapter
bool verifyOutputProtection ()
 
- Protected Attributes inherited from AAMPOCDMSessionAdapter
pthread_mutex_t decryptMutex
 
KeyState m_eKeyState
 
OpenCDMSession * m_pOpenCDMSession
 
struct OpenCDMAccessor * m_pOpenCDMSystem
 
OpenCDMSessionCallbacks m_OCDMSessionCallbacks
 
AampOutputProtectionm_pOutputProtection
 
std::string m_challenge
 
uint16_t m_challengeSize
 
std::string m_destUrl
 
KeyStatus m_keyStatus
 
bool m_keyStateIndeterminate
 
std::vector< uint8_t > m_keyStored
 
Event m_challengeReady
 
Event m_keyStatusReady
 
Event m_keyStatusWait
 
string m_sessionID
 
std::vector< uint8_t > m_keyId
 
std::shared_ptr< AampDrmHelperm_drmHelper
 
AampDrmCallbacksm_drmCallbacks
 
- Protected Attributes inherited from AampDrmSession
std::string m_keySystem
 
bool m_OutputProtectionEnabled
 

yes

OCDM session Adapter.

Definition at line 14 of file AampOcdmBasicSessionAdapter.h.


The documentation for this class was generated from the following files: