Interface VideoCuePointDto

interface VideoCuePointDto {
    force-stop?: boolean;
    id?: string;
    metadata?: string;
    name?: string;
    time?: number;
    type?: string;
}

Properties

force-stop?: boolean

whether video is force-stopped at the cue point

Default

false

Example

true
id?: string
metadata?: string

optional metadata string (128 single-byte characters maximum)

name?: string

cue point name

time?: number

time of the cue point in seconds; example: 10.527

type?: string

cue point type