sipXcallLib home page


Public Attributes | List of all members
SIPX_CODEC_INFO Struct Reference

In the MEDIA_LOCAL_START and MEDIA_REMOTE_START events the SIPX_CODEC_INFO structure is being passed up to the event handler and contains information about the negotiated audio and video codec. More...

#include <sipXtapi.h>

Collaboration diagram for SIPX_CODEC_INFO:
Collaboration graph
[legend]

Public Attributes

SIPX_AUDIO_CODEC audioCodec
 Audio codec. More...
 
SIPX_VIDEO_CODEC videoCodec
 Video codec. More...
 
bool bIsEncrypted
 SRTP enabled. More...
 

Detailed Description

In the MEDIA_LOCAL_START and MEDIA_REMOTE_START events the SIPX_CODEC_INFO structure is being passed up to the event handler and contains information about the negotiated audio and video codec.

Member Data Documentation

SIPX_AUDIO_CODEC audioCodec

Audio codec.

bool bIsEncrypted

SRTP enabled.

SIPX_VIDEO_CODEC videoCodec

Video codec.