#include <mediastrm.h>
Inheritance diagram for OpalAudioMediaStream:
Public Member Functions | |
Construction | |
OpalAudioMediaStream (const OpalMediaFormat &mediaFormat, unsigned sessionID, BOOL isSource, PINDEX buffers, PSoundChannel *channel, BOOL autoDelete=TRUE) | |
OpalAudioMediaStream (const OpalMediaFormat &mediaFormat, unsigned sessionID, BOOL isSource, PINDEX buffers, const PString &deviceName) | |
Overrides of OpalMediaStream class | |
virtual BOOL | SetDataSize (PINDEX dataSize) |
virtual BOOL | IsSynchronous () const |
Protected Attributes | |
PINDEX | soundChannelBuffers |
|
Construct a new media stream for audio.
|
|
Construct a new media stream for audio.
|
|
Indicate if the media stream is synchronous. Returns TRUE for LID streams. Implements OpalMediaStream. |
|
Set the data size in bytes that is expected to be used. Some media streams can make use of this information to perform optimisations. The defafault simply sets teh member variable defaultDataSize.
Reimplemented from OpalMediaStream. |
|
|