RDK Documentation (Open Sourced RDK Components)
playreadydrmsession.h File Reference

Playready Session management. More...

#include "AampDrmSession.h"
#include "aampoutputprotection.h"
#include <drmbuild_oem.h>
#include <drmcommon.h>
#include <drmmanager.h>
#include <drmmathsafe.h>
#include <drmtypes.h>
#include <drmerr.h>
Include dependency graph for playreadydrmsession.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  PlayReadyDRMSession
 Class for PlayReady DRM operations. More...
 

Macros

#define ChkBufferSize(a, b)
 

yes

Playready Session management.

Definition in file playreadydrmsession.h.

Macro Definition Documentation

◆ ChkBufferSize

#define ChkBufferSize (   a,
 
)
Value:
do { \
ChkBOOL((a) <= (b), DRM_E_FAIL); \
} while(FALSE)

Definition at line 40 of file playreadydrmsession.h.