sbIDevCapAudioStream Interface Reference

import"sbIDeviceCapabilities.idl";

Inheritance diagram for sbIDevCapAudioStream:
[legend]
Collaboration diagram for sbIDevCapAudioStream:
[legend]

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
 

Detailed Description

Definition at line 406 of file sbIDeviceCapabilities.idl.

Member Function Documentation

void sbIDevCapAudioStream::initialize ( in ACString  aType,
in sbIDevCapRange  aBitRates,
in sbIDevCapRange  aSampleRates,
in sbIDevCapRange  aChannels 
)

Initializes the audio stream object

Parameters
aTypeThe audio stream type. This is a Songbird defined value.
aBitRatesA range of bit rates supported
aSampleRatesA range of sample rates supported
aChannelsThe audio channels supported

Member Data Documentation

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.


The documentation for this interface was generated from the following file: