This class is a H263 video codec
Inheritance:
Public Methods
-
virtual BOOL Open( H323Connection & connection )
-
virtual void Close()
-
virtual void OnMiscellaneousCommand( const H245_MiscellaneousCommand_type & type )
-
virtual void OnMiscellaneousIndication( const H245_MiscellaneousIndication_type & type )
-
virtual void OnFreezePicture()
-
virtual void OnFastUpdatePicture()
-
virtual void OnFastUpdateGOB(unsigned firstGOB, unsigned numberOfGOBs)
-
virtual void OnFastUpdateMB(int firstGOB, int firstMB, unsigned numberOfMBs)
-
virtual void OnVideoIndicateReadyToActivate()
-
virtual void OnVideoTemporalSpatialTradeOff()
-
virtual void OnVideoNotDecodedMBs(unsigned firstMB, unsigned numberOfMBs, unsigned temporalReference)
-
virtual void OnLostPartialPicture()
-
virtual void OnLostPicture()
-
int GetWidth() const
-
int GetHeight() const
-
virtual void SetTxQualityLevel(int qlevel)
-
virtual void SetTxMinQuality(int qlevel)
-
virtual void SetTxMaxQuality(int qlevel)
-
virtual void SetBackgroundFill(int idle)
-
unsigned GetVideoMode(void)
-
unsigned SetVideoMode(unsigned mode)
-
virtual BOOL SetMaxBitRate( unsigned bitRate )
-
virtual BOOL SetTargetFrameTimeMs( unsigned ms )
-
void SendMiscCommand(unsigned command)
Public Methods
-
virtual BOOL Read( BYTE* buffer, unsigned & length, RTP_DataFrame & rtpFrame )
-
virtual BOOL Write( const BYTE* buffer, unsigned length, const RTP_DataFrame & frame, unsigned & written )
-
virtual unsigned GetFrameRate() const
-
virtual void OnFlowControl( long bitRateRestriction )
-
virtual BOOL AttachChannel( PChannel* channel, BOOL autoDelete = TRUE )
-
virtual PChannel* SwapChannel( PChannel* newChannel, BOOL autoDelete = TRUE )
-
virtual BOOL CloseRawDataChannel()
-
PChannel* GetRawDataChannel()
-
virtual BOOL IsRawDataChannelNative() const
-
BOOL ReadRaw( void* data, PINDEX size, PINDEX & length )
-
BOOL WriteRaw( void* data, PINDEX length )
-
BOOL AttachLogicalChannel(H323Channel* channel)
-
void AddFilter( const PNotifier & notifier )
Documentation
This class is a H263 video codec
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.