#include <vidcodec.h>
Inheritance diagram for H323_UncompVideoCapability:
Public Member Functions | |
Construction | |
H323_UncompVideoCapability (const H323EndPoint &endpoint, const PString &colourFormat) | |
Overrides from class PObject | |
virtual PObject * | Clone () const |
Identification functions | |
virtual PString | GetFormatName () const |
Protected Attributes | |
PString | colourFormat |
H323_UncompVideoCapability::H323_UncompVideoCapability | ( | const H323EndPoint & | endpoint, | |
const PString & | colourFormat | |||
) |
Create a new uncompressed video Capability
endpoint | Endpoint to get t35 information |
colourFormat | Video colour format name |
virtual PObject* H323_UncompVideoCapability::Clone | ( | ) | const [virtual] |
Create a copy of the object.
virtual PString H323_UncompVideoCapability::GetFormatName | ( | ) | const [virtual] |
Get the name of the media data format this class represents.
Implements H323Capability.
PString H323_UncompVideoCapability::colourFormat [protected] |