Describes the input video content.
Signature:
export interface VideoMetadata 
Properties
| Property | Type | Description | 
|---|---|---|
| endOffset | string | The end offset of the video in protobuf Duration format. | 
| startOffset | string | The start offset of the video in protobuf Duration format. | 
VideoMetadata.endOffset
The end offset of the video in protobuf Duration format.
Signature:
endOffset: string;
VideoMetadata.startOffset
The start offset of the video in protobuf Duration format.
Signature:
startOffset: string;