The 3G-324M Interface uses this structure to notify the host application that a call has been set up using MONA (Media Oriented Negotiation Acceleration). This structure is used with inbound H324EVN_FAST_CALL_SETUP_DONE events.
Upon receiving this event, the host application can start transmitting the media. This reduces the delay introduced by waiting for an H324EVN_MEDIA_SETUP_DONE event.
For more information, see Enabling fast call setup.
typedef struct tag_H324_FAST_CALL_SETUP_PARAMS
{
int audioCodec;
int videoCodec;
H324_BOOL remoteMediaBuffering;
} H324_FAST_CALL_SETUP_PARAMS;
|
Field name |
Description |
|---|---|
|
audioCodec |
Choice of audio codec for the incoming audio channel. The valid value is 5 - AMR. |
|
videoCodec |
Choice of video codec for the incoming video channel. Valid values are: 0 - MPEG4 1 - H.263 6 - H.264 |
|
remoteMediaBuffering |
Indicates whether the remote terminal can buffer the incoming media send before receiving relevant OLC messages in the context of MONA accelerated H.245 signaling (ACP) call setup. Buffering the incoming media send results in faster call setup. Values are: TRUE: Remote terminal supports media buffering. FALSE: Remote terminal does not support media buffering. |