#include <opal.h>
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 |
This is may be returned from the OpalGetMessage() function or provided to the OpalSendMessage() function.
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.
For OpalIndMediaStream this indicates the status of the stream. For OpalCmdMediaStream this indicates the state to move to, see OpalMediaStates for more information.