class H323Channel |
This class describes a logical channel between the two endpoints.
This class describes a logical channel between the two endpoints. They may be created and deleted as required in the H245 protocol.An application may create a descendent off this class and override functions as required for operating the channel protocol.
The default behaviour gets the bandwidth requirement from the codec object created by the channel.
This is called by the thread started by the Start() function and is typically a loop writing to the codec and reading from the transport (eg RTP_session).
This is called by the thread started by the Start() function and is typically a loop reading from the codec and writing to the transport (eg an RTP_session).
The default behaviour does nothing.
The default behaviour just returns TRUE.
The default behaviour just returns TRUE.
Note that channel is not stopped, and may continue to actually receive data, it is just that nothing is done with it.
Note that channel is not stopped, and may continue to actually receive data, it is just that nothing is done with it.
Alphabetic index HTML hierarchy of classes or Java