import"sbIMediaInspector.idl";
Public Attributes | |
readonly attribute AString | audioType |
readonly attribute long | bitRate |
readonly attribute long | sampleRate |
readonly attribute long | channels |
readonly attribute nsIPropertyBag | properties |
This interface describes an audio format for the media inspection service
Definition at line 127 of file sbIMediaInspector.idl.
readonly attribute AString sbIMediaFormatAudio::audioType |
This is the audio format type name
Definition at line 132 of file sbIMediaInspector.idl.
readonly attribute long sbIMediaFormatAudio::bitRate |
this is the bit rate of the audio format in bits per second
Definition at line 137 of file sbIMediaInspector.idl.
readonly attribute long sbIMediaFormatAudio::channels |
This is the number of channels contained by the audio format
Definition at line 147 of file sbIMediaInspector.idl.
readonly attribute nsIPropertyBag sbIMediaFormatAudio::properties |
Additional properties of the audio format
Definition at line 152 of file sbIMediaInspector.idl.
readonly attribute long sbIMediaFormatAudio::sampleRate |
this is the sample rate of the audio format
Definition at line 142 of file sbIMediaInspector.idl.