import"sbIMediaFormatMutable.idl";
This is a mutable version of sbIMediaFormatVideo
- See Also
- sbIMediaFormatVideo
Definition at line 50 of file sbIMediaFormatMutable.idl.
void sbIMediaFormatVideoMutable::setBitRate |
( |
in long |
aBitRate | ) |
|
This is the bit rate of the video streams in bits per second
void sbIMediaFormatVideoMutable::setProperties |
( |
in nsIPropertyBag |
aProperties | ) |
|
A list of optional properties that describe the video format
void sbIMediaFormatVideoMutable::setVideoFrameRate |
( |
in unsigned long |
aNumerator, |
|
|
in unsigned long |
aDenominator |
|
) |
| |
The video frame rate in fps. It is returned as a fraction.
- Parameters
-
aNumerator | The numerator portion of the framerate |
aDenominator | The denominator portion of the frame rate |
void sbIMediaFormatVideoMutable::setVideoHeight |
( |
in long |
aVideoHeight | ) |
|
The height of the video frame
void sbIMediaFormatVideoMutable::setVideoPAR |
( |
in unsigned long |
aNumerator, |
|
|
in unsigned long |
aDenominator |
|
) |
| |
The video pixel aspect ratio. It is returned as a fraction
- Parameters
-
aNumerator | The numerator portion of the aspect ratio |
aDenominator | The denominator portion of the aspect ratio |
void sbIMediaFormatVideoMutable::setVideoType |
( |
in AString |
aVideoType | ) |
|
The type of video format or codec. Examples: mpeg4, theora, h.264
void sbIMediaFormatVideoMutable::setVideoWidth |
( |
in long |
aVideoWidth | ) |
|
The width of the video frame
The documentation for this interface was generated from the following file: