50 #ifndef CONTENTAVAILABILITYDESCRIPTOR_H_
51 #define CONTENTAVAILABILITYDESCRIPTOR_H_
53 #include "IMpegDescriptor.h"
62 namespace descriptors {
66 unsigned char imageConstraintToken;
67 unsigned char retentionMode;
68 unsigned char retentionState;
69 unsigned char encriptionMode;
73 unsigned char getDescriptorTag();
74 unsigned int getDescriptorLength();
76 size_t process (
char* data,
size_t pos);
Definition: IMpegDescriptor.h:62
Definition: ContentAvailabilityDescriptor.h:64