Location:
Audio.h
class TMdaAlawRawAudioCodec : public TMdaRawAudioCodec;
The codec for raw audio data compressed using the A-Law 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
TMdaRawAudioCodec
- The base class for raw audio codecs
TMdaAlawRawAudioCodec
- The codec for raw audio data compressed using the A-Law algorithm
Defined in TMdaAlawRawAudioCodec
:
TMdaAlawRawAudioCodec()
Inherited from TMdaPackage
:
SetUid()
,
Type()
,
Uid()
,
operator==()
Inherited from TMdaRawPackage
:
Package()
,
SetSize()
,
iThis
inline TMdaAlawRawAudioCodec();
The default constructor initialises the package so that it can be identified by the media server.