Location:
Audio.h
class TMdaImaAdpcmWavCodec : public TMdaWavCodec;
The codec for .wav audio data compressed using the IMA-ADPCM algorithm.
TMdaRawPackage
- Abstract base class for all media server package types
TMdaPackage
- A data structure used to package messages (that include the package type) sent between the media server and its clients
TMdaWavCodec
- The base class for codecs used by .wav audio files
TMdaImaAdpcmWavCodec
- The codec for .wav audio data compressed using the IMA-ADPCM algorithm
Defined in TMdaImaAdpcmWavCodec
:
TMdaImaAdpcmWavCodec()
Inherited from TMdaPackage
:
SetUid()
,
Type()
,
Uid()
,
operator==()
Inherited from TMdaRawPackage
:
Package()
,
SetSize()
,
iThis
inline TMdaImaAdpcmWavCodec();
The default constructor initialises the package so that it can be identified by the media server.