#include <opalmixer.h>
Detailed Description
Base class for OpalMixerNode options. The user may derive from this class, making sure they implement the Clone() funciton, to add extra options for use by their OpalMixerNode derived class.
Constructor & Destructor Documentation
OpalMixerNodeInfo::OpalMixerNodeInfo |
( |
const char * |
name = NULL | ) |
|
|
inline |
virtual OpalMixerNodeInfo::~OpalMixerNodeInfo |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
Field Documentation
bool OpalMixerNodeInfo::m_audioOnly |
No video is to be allowed.
unsigned OpalMixerNodeInfo::m_height |
bool OpalMixerNodeInfo::m_listenOnly |
Mixer only transmits data to "listeners".
bool OpalMixerNodeInfo::m_mediaPassThru |
Enable media pass through to optimise mixer node with precisely two attached connections.
PString OpalMixerNodeInfo::m_name |
unsigned OpalMixerNodeInfo::m_rate |
Frame rate of mixed video.
unsigned OpalMixerNodeInfo::m_sampleRate |
Audio sample rate, usually 8000.
unsigned OpalMixerNodeInfo::m_width |
The documentation for this struct was generated from the following file: