Location:
mda\common\audio.h
Link against: n/a
TMdaPcmWavCodec
Support
Supported from 6.0
Description
The codec for uncompressed 8 or 16 bit PCM .wav format sound data.
This codec copies the data unchanged from source to destination.
Derivation
TMdaPackage | A data structure used to package messages (that include the package type) sent between the media server and its clients |
TMdaPcmWavCodec | The codec for uncompressed 8 or 16 bit PCM .wav format sound data |
TMdaRawPackage | Abstract base class for all media server package types |
TMdaWavCodec | The base class for codecs used by .wav audio files |
|
Defined in TMdaPcmWavCodec
:
E16BitPcm
, E8BitPcm
, TBits
, TMdaPcmWavCodec()
, iBits
Inherited from TMdaPackage
:
Type()
,
Uid()
,
operator==()
See also:
TMdaPcmWavCodec(TBits aBits=E16BitPcm);
Description
Constructs the package with a flag that indicates whether the sound is sampled using 8 or 16 bits.
Parameters
TBits aBits=E16BitPcm |
Indicates whether the sound is sampled using 8 or 16 bits. |
|
TBits iBits;
Description
Indicates whether the sound is sampled using 8 or 16 bits.
TBits
Description
Indicates whether the sound is sampled using 8 or 16 bits.
E8BitPcm |
The sound is sampled using 8 bits.
|
E16BitPcm |
The sound is sampled using 16 bits.
|
|