#include <vidcodec.h>
Inheritance diagram for OpalTemporalSpatialTradeOff:
Public Member Functions | |
OpalTemporalSpatialTradeOff (int tradeoff) | |
virtual PString | GetName () const |
int | GetTradeOff () const |
Protected Attributes | |
int | m_tradeOff |
The trade off integer is a value that trade spatial quality (blockiness) for temparaly quality (frame rate). A value of zero is maxium spatial quality and a value fo 31 is maximum frame rate.
OpalTemporalSpatialTradeOff::OpalTemporalSpatialTradeOff | ( | int | tradeoff | ) | [inline] |
virtual PString OpalTemporalSpatialTradeOff::GetName | ( | ) | const [virtual] |
Get the name of the command.
Implements OpalMediaCommand.
int OpalTemporalSpatialTradeOff::GetTradeOff | ( | ) | const [inline] |
int OpalTemporalSpatialTradeOff::m_tradeOff [protected] |