vdr 2.7.3
|
#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 775 of file descriptor.h.
int SI::AVCDescriptor::getAVC24HourPictureFlag | ( | ) | const |
Definition at line 1244 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getAVCCompatibleFlags | ( | ) | const |
Definition at line 1232 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getAVCStillPresent | ( | ) | const |
Definition at line 1240 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getConstraintSet0Flag | ( | ) | const |
Definition at line 1208 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getConstraintSet1Flag | ( | ) | const |
Definition at line 1212 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getConstraintSet2Flag | ( | ) | const |
Definition at line 1216 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getConstraintSet3Flag | ( | ) | const |
Definition at line 1220 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getConstraintSet4Flag | ( | ) | const |
Definition at line 1224 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getConstraintSet5Flag | ( | ) | const |
Definition at line 1228 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getFramePackingSEINotPresentFlag | ( | ) | const |
Definition at line 1248 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getLevelIdc | ( | ) | const |
Definition at line 1236 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::AVCDescriptor::getProfileIdc | ( | ) | const |
Definition at line 1204 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1252 of file descriptor.c.
References SI::Object::checkSize(), SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getLength(), SI::ExtendedEventDescriptor::s, and SI::CharArray::setPointerAndOffset().
CharArray SI::AVCDescriptor::privateData |
Definition at line 789 of file descriptor.h.
|
private |
Definition at line 793 of file descriptor.h.