import"sbIMediaFormatMutable.idl";
Public Member Functions | |
| void | setContainer (in sbIMediaFormatContainer aContainer) |
| void | setVideoStream (in sbIMediaFormatVideo aFormat) |
| void | setAudioStream (in sbIMediaFormatAudio aFormat) |
Additional Inherited Members | |
Public Attributes inherited from sbIMediaFormat | |
| readonly attribute sbIMediaFormatContainer | container |
| readonly attribute sbIMediaFormatVideo | videoStream |
| readonly attribute sbIMediaFormatAudio | audioStream |
This is a mutable version of sbIMediaFormat
Definition at line 131 of file sbIMediaFormatMutable.idl.
| void sbIMediaFormatMutable::setAudioStream | ( | in sbIMediaFormatAudio | aFormat | ) |
This is the form for the audio stream portion of the media This may be null
| void sbIMediaFormatMutable::setContainer | ( | in sbIMediaFormatContainer | aContainer | ) |
This is the format container description
| void sbIMediaFormatMutable::setVideoStream | ( | in sbIMediaFormatVideo | aFormat | ) |
This is the format for the video stream portion of the media This may be null