|
|
This class is an interface for getting audio quality.
card16 getSamplingRate () |
Get sampling rate.
Returns: Sampling rate.
card8 getBits () |
Get number of bits.
Returns: Number of bits.
card8 getChannels () |
Get number of channels.
Returns: Number of channels.
card16 getByteOrder () |
Get byte order.
Returns: Byte order: BIG_ENDIAN, LITTLE_ENDIAN.
cardinal getBytesPerSecond () |
Get bytes per second.
Returns: Bytes per second.
cardinal getBitsPerSample () |
Get bits per sample.
Returns: Bits per sample.
inline int operator== (const AudioQualityInterface& quality) |
Implementation of == operator.
inline int operator!= (const AudioQualityInterface& quality) |
Implementation of != operator.
inline int operator<= (const AudioQualityInterface& quality) |
Implementation of <= operator. Note: This operator does not compare byte orders!
inline int operator< (const AudioQualityInterface& quality) |
Implementation of < operator. Note: This operator does not compare byte orders!
inline int operator>= (const AudioQualityInterface& quality) |
Implementation of >= operator. Note: This operator does not compare byte orders!
inline int operator> (const AudioQualityInterface& quality) |
Implementation of > operator. Note: This operator does not compare byte orders!