vdr
2.4.1
|
#include <descriptor.h>
Public Member Functions | |
int | getProfileIdc () const |
int | getConstraintSet0Flag () const |
int | getConstraintSet1Flag () const |
int | getConstraintSet2Flag () const |
int | getConstraintSet3Flag () const |
int | getConstraintSet4Flag () const |
int | getConstraintSet5Flag () const |
int | getAVCCompatibleFlags () const |
int | getLevelIdc () const |
int | getAVCStillPresent () const |
int | getAVC24HourPictureFlag () const |
int | getFramePackingSEINotPresentFlag () const |
![]() | |
virtual int | getLength () |
DescriptorTag | getDescriptorTag () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
CharArray | privateData |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const descr_avc * | s |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
![]() | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
![]() | |
CharArray | data |
Definition at line 784 of file descriptor.h.
int SI::AVCDescriptor::getAVC24HourPictureFlag | ( | ) | const |
Definition at line 1245 of file descriptor.c.
int SI::AVCDescriptor::getAVCCompatibleFlags | ( | ) | const |
Definition at line 1233 of file descriptor.c.
int SI::AVCDescriptor::getAVCStillPresent | ( | ) | const |
Definition at line 1241 of file descriptor.c.
int SI::AVCDescriptor::getConstraintSet0Flag | ( | ) | const |
Definition at line 1209 of file descriptor.c.
int SI::AVCDescriptor::getConstraintSet1Flag | ( | ) | const |
Definition at line 1213 of file descriptor.c.
int SI::AVCDescriptor::getConstraintSet2Flag | ( | ) | const |
Definition at line 1217 of file descriptor.c.
int SI::AVCDescriptor::getConstraintSet3Flag | ( | ) | const |
Definition at line 1221 of file descriptor.c.
int SI::AVCDescriptor::getConstraintSet4Flag | ( | ) | const |
Definition at line 1225 of file descriptor.c.
int SI::AVCDescriptor::getConstraintSet5Flag | ( | ) | const |
Definition at line 1229 of file descriptor.c.
int SI::AVCDescriptor::getFramePackingSEINotPresentFlag | ( | ) | const |
Definition at line 1249 of file descriptor.c.
int SI::AVCDescriptor::getLevelIdc | ( | ) | const |
Definition at line 1237 of file descriptor.c.
int SI::AVCDescriptor::getProfileIdc | ( | ) | const |
Definition at line 1205 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1253 of file descriptor.c.
CharArray SI::AVCDescriptor::privateData |
Definition at line 798 of file descriptor.h.
|
private |
Definition at line 802 of file descriptor.h.