sbIMediaFormatAudio Interface Reference

import"sbIMediaInspector.idl";

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

Public Attributes

readonly attribute AString audioType
 
readonly attribute long bitRate
 
readonly attribute long sampleRate
 
readonly attribute long channels
 
readonly attribute nsIPropertyBag properties
 

Detailed Description

This interface describes an audio format for the media inspection service

Definition at line 127 of file sbIMediaInspector.idl.

Member Data Documentation

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.


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