OPAL
Version 3.10.4
|
#include <transcoders.h>
Public Member Functions | |
Opal_PCM_Linear16Mono () | |
virtual int | ConvertOne (int sample) const |
virtual int Opal_PCM_Linear16Mono::ConvertOne | ( | int | sample | ) | const [virtual] |
Convert one sample from one format to another. This function takes the input data as a single sample value and converts it to its output format.
Returns converted value.
Implements OpalStreamedTranscoder.