OpalStatusMediaStream Struct Reference

#include <opal.h>

List of all members.

Public Attributes

const char * m_callToken
 Call token for the call the media stream is.
const char * m_identifier
const char * m_type
const char * m_format
OpalMediaStates m_state


Detailed Description

Media stream information for the OpalIndMediaStream indication and OpalCmdMediaStream command.

This is may be returned from the OpalGetMessage() function or provided to the OpalSendMessage() function.


Member Data Documentation

const char* OpalStatusMediaStream::m_callToken

Call token for the call the media stream is.

const char* OpalStatusMediaStream::m_identifier

Unique identifier for the media stream. For OpalCmdMediaStream this may be left empty and the first stream of the type indicated by m_mediaType is used.

const char* OpalStatusMediaStream::m_type

Media type and direction for the stream. This is a keyword such as "audio" or "video" indicating the type of the stream, a space, then either "in" or "out" indicating the direction. For OpalCmdMediaStream this may be left empty if m_identifier is used.

const char* OpalStatusMediaStream::m_format

Media format for the stream. For OpalIndMediaStream this shows the format being used. For OpalCmdMediaStream this is the format to use. In the latter case, if empty or NULL, then a default is used.

OpalMediaStates OpalStatusMediaStream::m_state

For OpalIndMediaStream this indicates the status of the stream. For OpalCmdMediaStream this indicates the state to move to, see OpalMediaStates for more information.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 15 11:49:40 2008 for OPAL by  doxygen 1.5.1