|
OpenH323
1.18.0
|
#include <cu30codec.h>
Public Member Functions | |
Construction | |
| H323_Cu30Capability (H323EndPoint &endpoint, PString statsDir, INT _width, INT _height, INT _statsFrames) | |
Overrides from class PObject | |
| virtual PObject * | Clone () const |
Operations | |
| virtual H323Codec * | CreateCodec (H323Codec::Direction direction) const |
Identification functions | |
| virtual PString | GetFormatName () const |
Public Attributes | |
| PString | statisticsDir |
| INT | newWidth |
| INT | newHeight |
| INT | statsFrames |
This class describes the CU30 video codec capability.
| H323_Cu30Capability::H323_Cu30Capability | ( | H323EndPoint & | endpoint, |
| PString | statsDir, | ||
| INT | _width, | ||
| INT | _height, | ||
| INT | _statsFrames | ||
| ) |
Create a new CU30 capability.
| virtual PObject* H323_Cu30Capability::Clone | ( | ) | const [virtual] |
Create a copy of the object.
| virtual H323Codec* H323_Cu30Capability::CreateCodec | ( | H323Codec::Direction | direction | ) | const [virtual] |
Create the codec instance, allocating resources as required.
| direction | Direction in which this instance runs |
Implements H323Capability.
| virtual PString H323_Cu30Capability::GetFormatName | ( | ) | const [virtual] |
Get the name of the media data format this class represents.
Implements H323Capability.
1.7.6.1