EMIPLIB
|
Changes the sample encoding of raw audio messages. More...
#include <mipsampleencoder.h>
Public Member Functions | |
bool | init (int destType) |
Initializes the sample encoder. |
This component can be used to change the sample encoding of raw audio messages. It accepts all raw audio messages and produces similar raw audio messages, using a predefined encoding type.
bool MIPSampleEncoder::init | ( | int | destType | ) |
Using this function, the sample encoder is initialized. Messages produced by this component will be raw audio messages of subtype destType
. See miprawaudiomessage.h for an overview of the subtypes.