OPAL  Version 3.14.3
OpalVideoFormatInternal Class Reference

#include <mediafmt.h>

Inheritance diagram for OpalVideoFormatInternal:
Collaboration 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=0)
 
virtual PObject * Clone () const
 
virtual bool Merge (const OpalMediaFormatInternal &mediaFormat)
 
virtual
OpalVideoFormat::VideoFrameType 
GetVideoFrameType (const BYTE *payloadPtr, PINDEX payloadSize, PBYTEArray &context) const
 
- Public Member Functions inherited from OpalMediaFormatInternal
 OpalMediaFormatInternal (const char *fullName, const OpalMediaType &mediaType, RTP_DataFrame::PayloadTypes rtpPayloadType, const char *encodingName, bool needsJitter, OpalBandwidth bandwidth, PINDEX frameSize, unsigned frameTime, unsigned clockRate, time_t timeStamp)
 
const PCaselessString & GetName () const
 
virtual void PrintOn (ostream &strm) const
 
virtual bool IsValid () const
 
virtual bool IsTransportable () const
 
virtual PStringToString GetOptions () const
 
virtual bool GetOptionValue (const PString &name, PString &value) const
 
virtual bool SetOptionValue (const PString &name, const PString &value)
 
virtual bool GetOptionBoolean (const PString &name, bool dflt) const
 
virtual bool SetOptionBoolean (const PString &name, bool value)
 
virtual int GetOptionInteger (const PString &name, int dflt) const
 
virtual bool SetOptionInteger (const PString &name, int value)
 
virtual double GetOptionReal (const PString &name, double dflt) const
 
virtual bool SetOptionReal (const PString &name, double value)
 
virtual PINDEX GetOptionEnum (const PString &name, PINDEX dflt) const
 
virtual bool SetOptionEnum (const PString &name, PINDEX value)
 
virtual PString GetOptionString (const PString &name, const PString &dflt) const
 
virtual bool SetOptionString (const PString &name, const PString &value)
 
virtual bool GetOptionOctets (const PString &name, PBYTEArray &octets) const
 
virtual bool SetOptionOctets (const PString &name, const PBYTEArray &octets)
 
virtual bool SetOptionOctets (const PString &name, const BYTE *data, PINDEX length)
 
virtual bool AddOption (OpalMediaOption *option, PBoolean overwrite=false)
 
virtual OpalMediaOptionFindOption (const PString &name) const
 
virtual bool ToNormalisedOptions ()
 
virtual bool ToCustomisedOptions ()
 
virtual bool ValidateMerge (const OpalMediaFormatInternal &mediaFormat) const
 
virtual bool IsValidForProtocol (const PString &protocol) const
 

Additional Inherited Members

- Protected Member Functions inherited from OpalMediaFormatInternal
bool AdjustByOptionMaps (bool(*adjuster)(PluginCodec_OptionMap &original, PluginCodec_OptionMap &changed))
 
- Protected Attributes inherited from OpalMediaFormatInternal
PCaselessString formatName
 
RTP_DataFrame::PayloadTypes rtpPayloadType
 
PCaselessString rtpEncodingName
 
OpalMediaType mediaType
 
PMutex media_format_mutex
 
PSortedList< OpalMediaOptionoptions
 
time_t codecVersionTime
 
bool forceIsTransportable
 

Constructor & Destructor Documentation

OpalVideoFormatInternal::OpalVideoFormatInternal ( const char *  fullName,
RTP_DataFrame::PayloadTypes  rtpPayloadType,
const char *  encodingName,
unsigned  maxFrameWidth,
unsigned  maxFrameHeight,
unsigned  maxFrameRate,
unsigned  maxBitRate,
time_t  timeStamp = 0 
)

Member Function Documentation

virtual PObject* OpalVideoFormatInternal::Clone ( ) const
virtual

Reimplemented from OpalMediaFormatInternal.

Reimplemented in OpalPluginVideoFormatInternal.

virtual OpalVideoFormat::VideoFrameType OpalVideoFormatInternal::GetVideoFrameType ( const BYTE *  payloadPtr,
PINDEX  payloadSize,
PBYTEArray &  context 
) const
virtual
virtual bool OpalVideoFormatInternal::Merge ( const OpalMediaFormatInternal mediaFormat)
virtual

Reimplemented from OpalMediaFormatInternal.


The documentation for this class was generated from the following file: