|
||
Interface status: | deprecated |
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 b...
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
The sound is sampled using 16 bits.E8BitPcm
The sound is sampled using 8 bits.TBits
Indicates whether the sound is sampled using 8 or 16 bits.TMdaPcmWavCodec(TBits)
Constructs the package with a flag that indicates whether the sound is sampled u...iBits
Indicates whether the sound is sampled using 8 or 16 bits.Inherited from TMdaPackage
:
SetUid(TUid)
TMdaPackage(TUid,TUid,TInt)
Protected constructor with two UIDs and the size of the derived class.Type()const
Gets the package type. This is set during construction of the derived class.Uid()const
Gets the derived class's type. This is set during construction of the derived cl...operator==(const TMdaPackage &)
Equality operator. Tests whether the package specified has the same UID and type...Inherited from TMdaRawPackage
:
Inherited from TMdaWavCodec
:
Interface status: | deprecated | Inherited from: TMdaPcmWavCodec |
inline TMdaPcmWavCodec(TBits aBits=E16BitPcm);
Constructs the package with a flag that indicates whether the sound is sampled using 8 or 16 bits.
|
Interface status: | deprecated | Inherited from: TMdaPcmWavCodec |
TBits
Indicates whether the sound is sampled using 8 or 16 bits.
|
Interface status: | deprecated | Inherited from: TMdaPcmWavCodec |
TBits iBits;
Indicates whether the sound is sampled using 8 or 16 bits.