<VideoMetadata> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » VideoMetadata

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetDisplayAspectRatioDenominatorReturns the display aspect ratio denominator. For example, if the display aspect ratio is 16:9, this function returns 9.
int32GetDisplayAspectRatioNumeratorReturns the display aspect ratio denominator. For example, if the display aspect ratio is 16:9, this function returns 16.
int32GetSampleAspectRatioDenominatorReturns the sample aspect ratio denominator. For example, if the sample aspect ratio is 16:9, this function returns 9.
int32GetSampleAspectRatioNumeratorReturns the sample aspect ratio denominator. For example, if the sample aspect ratio is 16:9, this function returns 16.
int32SetFrameDimensionsSets the width and height used to display the video.
int32SetSampleAspectRatioSets the sample aspect ratio used to display the video.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32HeightSets the height in pixels used to display the video.
int32WidthSets the width in pixels used to display the video.