import"sbIDeviceCapabilities.idl";
Public Member Functions | |
void | initialize (in ACString aType, in sbIDevCapRange aBitRates, in sbIDevCapRange aSampleRates, in sbIDevCapRange aChannels) |
Public Attributes | |
readonly attribute ACString | type |
readonly attribute sbIDevCapRange | supportedBitRates |
readonly attribute sbIDevCapRange | supportedSampleRates |
readonly attribute sbIDevCapRange | supportedChannels |
Definition at line 406 of file sbIDeviceCapabilities.idl.
void sbIDevCapAudioStream::initialize | ( | in ACString | aType, |
in sbIDevCapRange | aBitRates, | ||
in sbIDevCapRange | aSampleRates, | ||
in sbIDevCapRange | aChannels | ||
) |
Initializes the audio stream object
aType | The audio stream type. This is a Songbird defined value. |
aBitRates | A range of bit rates supported |
aSampleRates | A range of sample rates supported |
aChannels | The audio channels supported |
readonly attribute sbIDevCapRange sbIDevCapAudioStream::supportedBitRates |
The supported bitrates.
Definition at line 428 of file sbIDeviceCapabilities.idl.
readonly attribute sbIDevCapRange sbIDevCapAudioStream::supportedChannels |
The supported numbers of channels
Definition at line 438 of file sbIDeviceCapabilities.idl.
readonly attribute sbIDevCapRange sbIDevCapAudioStream::supportedSampleRates |
The supported sample rates.
Definition at line 433 of file sbIDeviceCapabilities.idl.
readonly attribute ACString sbIDevCapAudioStream::type |
Type of audio stream.
Definition at line 423 of file sbIDeviceCapabilities.idl.