import"sbIMediaInspector.idl";
Public Attributes | |
readonly attribute sbIMediaFormatContainer | container |
readonly attribute sbIMediaFormatVideo | videoStream |
readonly attribute sbIMediaFormatAudio | audioStream |
This interface provides information about the format of a media item. It contains a list of fixed properties (currently there are none) and then provides a property bag for extended properties
Definition at line 174 of file sbIMediaInspector.idl.
readonly attribute sbIMediaFormatAudio sbIMediaFormat::audioStream |
This is the form for the audio stream portion of the media This may be null
Definition at line 191 of file sbIMediaInspector.idl.
readonly attribute sbIMediaFormatContainer sbIMediaFormat::container |
This is the format container description
Definition at line 179 of file sbIMediaInspector.idl.
readonly attribute sbIMediaFormatVideo sbIMediaFormat::videoStream |
This is the format for the video stream portion of the media This may be null
Definition at line 185 of file sbIMediaInspector.idl.