import"sbIMediaFormatMutable.idl";
Public Member Functions | |
void | setAudioType (in AString aAudioType) |
void | setBitRate (in long aBitRate) |
void | setSampleRate (in long aSampleRate) |
void | setChannels (in long aChannels) |
void | setProperties (in nsIPropertyBag aProperties) |
Additional Inherited Members | |
Public Attributes inherited from sbIMediaFormatAudio | |
readonly attribute AString | audioType |
readonly attribute long | bitRate |
readonly attribute long | sampleRate |
readonly attribute long | channels |
readonly attribute nsIPropertyBag | properties |
This is a mutable version of sbIMediaFormatAudio
Definition at line 98 of file sbIMediaFormatMutable.idl.
void sbIMediaFormatAudioMutable::setAudioType | ( | in AString | aAudioType | ) |
This is the audio format type name
void sbIMediaFormatAudioMutable::setBitRate | ( | in long | aBitRate | ) |
this is the bit rate of the audio format in bits per second
void sbIMediaFormatAudioMutable::setChannels | ( | in long | aChannels | ) |
This is the number of channels contained by the audio format
void sbIMediaFormatAudioMutable::setProperties | ( | in nsIPropertyBag | aProperties | ) |
Additional properties of the audio format
void sbIMediaFormatAudioMutable::setSampleRate | ( | in long | aSampleRate | ) |
this is the sample rate of the audio format