#include <mediafmt.h>
Inheritance diagram for OpalVideoFormatInternal:
Public Member Functions | |
OpalVideoFormatInternal (const char *fullName, RTP_DataFrame::PayloadTypes rtpPayloadType, const char *encodingName, unsigned maxFrameWidth, unsigned maxFrameHeight, unsigned maxFrameRate, unsigned maxBitRate, time_t timeStamp) | |
virtual PObject * | Clone () const |
virtual bool | Merge (const OpalMediaFormatInternal &mediaFormat) |
OpalVideoFormatInternal::OpalVideoFormatInternal | ( | const char * | fullName, | |
RTP_DataFrame::PayloadTypes | rtpPayloadType, | |||
const char * | encodingName, | |||
unsigned | maxFrameWidth, | |||
unsigned | maxFrameHeight, | |||
unsigned | maxFrameRate, | |||
unsigned | maxBitRate, | |||
time_t | timeStamp | |||
) |
virtual PObject* OpalVideoFormatInternal::Clone | ( | ) | const [virtual] |
virtual bool OpalVideoFormatInternal::Merge | ( | const OpalMediaFormatInternal & | mediaFormat | ) | [virtual] |
Reimplemented from OpalMediaFormatInternal.