#include <H264VideoRTPSource.hh>
Public Member Functions | |
| ~SPropRecord () | |
Data Fields | |
| unsigned | sPropLength |
| unsigned char * | sPropBytes |
Definition at line 54 of file H264VideoRTPSource.hh.
| SPropRecord::~SPropRecord | ( | ) | [inline] |
Definition at line 56 of file H264VideoRTPSource.hh.
References sPropBytes.
00056 { delete[] sPropBytes; }
| unsigned SPropRecord::sPropLength |
| unsigned char* SPropRecord::sPropBytes |
Definition at line 59 of file H264VideoRTPSource.hh.
Referenced by H264VideoRTPSink::createNew(), H264VideoStreamFramer::setSPSandPPS(), and ~SPropRecord().
1.5.2