RTP Trace System
1.0
|
Trace Decoder. More...
#include <tracedecoder.h>
Trace Decoder.
This class is a trace decoder.
Constructor.
Destructor.
void Coral::TraceDecoder::activate | ( | ) | [virtual] |
activate() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
bool Coral::TraceDecoder::checkNextPacket | ( | DecoderPacket * | decoderPacket | ) | [virtual] |
checkNextPacket() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
void Coral::TraceDecoder::deactivate | ( | ) | [virtual] |
deactivate() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
Range< card64 > Coral::TraceDecoder::getBandwidth | ( | ) | const [virtual] |
getBandwidth() implementation of TraceEncoderInterface.
Implements Coral::TraceDecoderInterface.
card8 Coral::TraceDecoder::getErrorCode | ( | ) | const [virtual] |
getErrorCode() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
card32 Coral::TraceDecoder::getFlags | ( | ) | const [virtual] |
getFlags() implementation of TraceEncoderInterface.
Implements Coral::TraceDecoderInterface.
double Coral::TraceDecoder::getFrameRate | ( | ) | const [virtual] |
getFrameRate() implementation of TraceEncoderInterface.
Implements Coral::TraceDecoderInterface.
card64 Coral::TraceDecoder::getMaxPosition | ( | ) | const [virtual] |
getMaxPosition() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
void Coral::TraceDecoder::getMediaInfo | ( | MediaInfo & | mediaInfo | ) | const [virtual] |
getMediaInfo() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
card64 Coral::TraceDecoder::getPosition | ( | ) | const [virtual] |
getPosition() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
int8 Coral::TraceDecoder::getSessionPriority | ( | ) | const [virtual] |
getSessionPriority() implementation of TraceEncoderInterface.
Implements Coral::TraceDecoderInterface.
int8 Coral::TraceDecoder::getStreamPriority | ( | ) | const [virtual] |
getStreamPriority() implementation of TraceEncoderInterface.
Implements Coral::TraceDecoderInterface.
const card16 Coral::TraceDecoder::getTypeID | ( | ) | const [virtual] |
getTypeID() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
const char * Coral::TraceDecoder::getTypeName | ( | ) | const [virtual] |
getTypeName implementation of DecoderInterface.
Implements Coral::DecoderInterface.
double Coral::TraceDecoder::getUtilization | ( | ) | const [virtual] |
getUtilization() implementation of TraceEncoderInterface.
Implements Coral::TraceDecoderInterface.
void Coral::TraceDecoder::handleNextPacket | ( | const DecoderPacket * | decoderPacket | ) | [virtual] |
handleNextPacket() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
void Coral::TraceDecoder::reset | ( | ) | [virtual] |
reset() implementation of DecoderInterface.
Implements Coral::DecoderInterface.
Range<card64> Coral::TraceDecoder::Bandwidth [private] |
card8 Coral::TraceDecoder::ErrorCode [private] |
card32 Coral::TraceDecoder::Flags [private] |
double Coral::TraceDecoder::FrameRate [private] |
cardinal Coral::TraceDecoder::MaxBandwidth [private] |
card64 Coral::TraceDecoder::MaxPosition [private] |
MediaInfo Coral::TraceDecoder::Media [private] |
cardinal Coral::TraceDecoder::MinBandwidth [private] |
card64 Coral::TraceDecoder::Position [private] |
int8 Coral::TraceDecoder::SessionPriority [private] |
int8 Coral::TraceDecoder::StreamPriority [private] |
double Coral::TraceDecoder::Utilization [private] |