|
vdr 2.6.4
|
#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 |
Public Member Functions inherited from SI::Descriptor | |
| virtual int | getLength () |
| DescriptorTag | getDescriptorTag () const |
Public Member Functions inherited from SI::Object | |
| Object () | |
| Object (CharArray &d) | |
| void | setData (const unsigned char *data, int size, bool doCopy=true) |
| CharArray | getData () |
| bool | isValid () |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Public Attributes | |
| CharArray | privateData |
Protected Member Functions | |
| virtual void | Parse () |
Protected Member Functions inherited from SI::Object | |
| void | setData (CharArray &d) |
| bool | checkSize (int offset) |
Protected Member Functions inherited from SI::Parsable | |
| Parsable () | |
| virtual | ~Parsable () |
Private Attributes | |
| const descr_avc * | s |
Additional Inherited Members | |
Static Public Member Functions inherited from SI::Descriptor | |
| static int | getLength (const unsigned char *d) |
| static DescriptorTag | getDescriptorTag (const unsigned char *d) |
Static Protected Member Functions inherited from SI::Descriptor | |
| static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
Protected Attributes inherited from SI::Object | |
| 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.