#include <transcoders.h>
Inheritance diagram for OpalMediaFormatPair:
Public Member Functions | |
Construction | |
OpalMediaFormatPair (const OpalMediaFormat &inputMediaFormat, const OpalMediaFormat &outputMediaFormat) | |
Overrides from PObject | |
void | PrintOn (ostream &strm) const |
virtual Comparison | Compare (const PObject &obj) const |
Operations | |
const OpalMediaFormat & | GetInputFormat () const |
const OpalMediaFormat & | GetOutputFormat () const |
Protected Attributes | |
OpalMediaFormat | inputMediaFormat |
OpalMediaFormat | outputMediaFormat |
|
Create a new transcoder implementation.
|
|
Compare the two objects and return their relative rank. This function is usually overridden by descendent classes to yield the ranking according to the semantics of the object. The default function is to use the CompareObjectMemoryDirect()# function to do a byte wise memory comparison of the two objects.
|
|
Get the names of the input or output formats. |
|
Get the names of the input or output formats. |
|
Standard stream print function. The PObject class has a << operator defined that calls this function polymorphically.
|
|
|
|
|