|
OPAL
Version 3.10.10
|
#include <mediastrm.h>
Public Member Functions | |
| OpalMediaStreamPacing (const OpalMediaFormat &mediaFormat) | |
| void | Pace (bool reading, PINDEX bytes, bool &marker) |
| Delay appropriate time for the written bytes. More... | |
Protected Attributes | |
| bool | m_isAudio |
| unsigned | m_frameTime |
| PINDEX | m_frameSize |
| unsigned | m_timeUnits |
| PAdaptiveDelay | m_delay |
This is a helper class to delay the right time for non I/O bound streams.
| OpalMediaStreamPacing::OpalMediaStreamPacing | ( | const OpalMediaFormat & | mediaFormat | ) |
| mediaFormat | Media format for stream |
| void OpalMediaStreamPacing::Pace | ( | bool | reading, |
| PINDEX | bytes, | ||
| bool & | marker | ||
| ) |
Delay appropriate time for the written bytes.
| reading | Are reading from medium |
| bytes | Bytes read/written |
| marker | RTP Marker |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |