Interface MediaConfigureTimelineVideoOptions

interface MediaConfigureTimelineVideoOptions {
    audio_muted?: boolean;
    caption?: string;
    clips?: {
        length: number;
        source_type: string;
    }[];
    date_time_original?: string;
    device_id?: string;
    filter_type?: string;
    geotag_enabled?: "0" | "1";
    height: number;
    length: number;
    location?: string | MediaLocation;
    media_latitude?: string;
    media_longitude?: string;
    poster_frame_index?: number;
    posting_latitude?: string;
    posting_longitude?: string;
    source_type?: "4";
    timezone_offset?: string;
    upload_id: string;
    usertags?: string | PostingUsertags;
    width: number;
}

Hierarchy (view full)

Properties

audio_muted?: boolean
caption?: string
clips?: {
    length: number;
    source_type: string;
}[]
date_time_original?: string
device_id?: string
filter_type?: string
geotag_enabled?: "0" | "1"
height: number
length: number
location?: string | MediaLocation
media_latitude?: string
media_longitude?: string
poster_frame_index?: number
posting_latitude?: string
posting_longitude?: string
source_type?: "4"
timezone_offset?: string
upload_id: string
usertags?: string | PostingUsertags
width: number