<VideoFrameMetadata> Data Interface

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

Class HierarchyType » VideoMetadata » VideoFrameMetadata

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetAspectRatioDenominatorReturns the aspect ratio denominator. For example, if the aspect ratio is 16:9, this function returns 9.
int32GetAspectRatioNumeratorReturns the aspect ratio denominator. For example, if the aspect ratio is 16:9, this function returns 16.
int32GetPresentationTimeHoursReturns the video play time in hours.
int32GetPresentationTimeMicrosecondsReturns the video play in microseconds.
int32GetPresentationTimeMinutesReturns the video play time in minutes.
int32GetPresentationTimeSecondsReturns the video play time in seconds.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int64FrameIndexGets or sets the frame index, which is the current frame being played.
int64PresentationTimeGets or sets the presentation time, which is the total time the video plays.
int64PresentationTimeUsGets or sets the presentation time in milliseconds, which is the total time the video plays.