Location:
Audio.h
class TMdaPcmWavCodec : public TMdaWavCodec;
The codec for uncompressed 8 or 16 bit PCM .wav format sound data.
This codec copies the data unchanged from source to destination.
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
TMdaPcmWavCodec
- The codec for uncompressed 8 or 16 bit PCM .wav format sound data
Defined in TMdaPcmWavCodec
:
E16BitPcm
, E8BitPcm
, TBits
, TMdaPcmWavCodec()
, iBits
Inherited from TMdaPackage
:
SetUid()
,
Type()
,
Uid()
,
operator==()
Inherited from TMdaRawPackage
:
Package()
,
SetSize()
,
iThis
inline TMdaPcmWavCodec(TBits aBits=E16BitPcm);
Constructs the package with a flag that indicates whether the sound is sampled using 8 or 16 bits.
|
TBits
Indicates whether the sound is sampled using 8 or 16 bits.
|
TBits iBits;
Indicates whether the sound is sampled using 8 or 16 bits.