import"sbIVideoBox.idl";
Public Attributes | |
readonly attribute PRUint32 | parNumerator |
readonly attribute PRUint32 | parDenominator |
readonly attribute PRUint32 | width |
readonly attribute PRUint32 | height |
Definition at line 28 of file sbIVideoBox.idl.
readonly attribute PRUint32 sbIVideoBox::height |
Height of the video box in pixels (aspect ratio of pixels needs to be taken into account when calculating actual size on display in square pixels).
Definition at line 48 of file sbIVideoBox.idl.
readonly attribute PRUint32 sbIVideoBox::parDenominator |
Pixel aspect ratio denominator.
Definition at line 37 of file sbIVideoBox.idl.
readonly attribute PRUint32 sbIVideoBox::parNumerator |
Pixel aspect ratio numerator.
Definition at line 33 of file sbIVideoBox.idl.
readonly attribute PRUint32 sbIVideoBox::width |
Width of the video box in pixels (aspect ratio of pixels needs to be taken into account when calculating actual size on display in square pixels).
Definition at line 43 of file sbIVideoBox.idl.