#include <transcoders.h>
Inheritance diagram for Opal_PCM_Linear16Mono:
Public Member Functions | |
Opal_PCM_Linear16Mono () | |
virtual int | ConvertOne (int sample) const |
Opal_PCM_Linear16Mono::Opal_PCM_Linear16Mono | ( | ) |
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.