<VideoSourceMetadata> Data Interface

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

Class HierarchyType » VideoSourceMetadata

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetColorMatrixFloat32Fills a <Float32Matrix> with values used to convert from video color-space to RGB color-space.
int32GetColorMatrixFloat64Fills a <Float64Matrix> with values used to convert from video color-space to RGB color-space.
int32GetColorRangeReturns the color-space. This refers to the AVColorSpace enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL for more information.
int32GetColorSpaceReturns the color range. This refers to the AVColorRange enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL for more information.
int32GetDurationHoursReturns the duration of the video stream in hours.
int32GetDurationMicrosecondsReturns the duration of the video stream in microseconds.
int32GetDurationMinutesReturns the duration of the video stream in minutes.
int32GetDurationSecondsReturns the duration of the video stream in seconds.
int32GetHeightReturns the height in pixels of the video stream.
int32GetWidthReturns the width in pixels for the video stream.
int32IsFrameSizeHDReturns true if the frame dimensions are HD video. Otherwise returns false.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int64DurationReturns the duration of the video in base time units.
int64DurationUsReturns the duration of the video in microseconds.
int64FrameCountReturns the number of frames in the video.