Interface VideoMetadata

Metadata describes the input video content.

interface VideoMetadata {
    endOffset?: string;
    startOffset?: string;
}

Properties

endOffset?: string

Optional. The end offset of the video.

startOffset?: string

Optional. The start offset of the video.

MMNEPVFCICPMFPCPTTAAATR