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