Google Apps Script API
    Preparing search index...
    interface LiveBroadcastContentDetails {
        boundStreamId?: string;
        boundStreamLastUpdateTimeMs?: string;
        closedCaptionsType?: string;
        enableAutoStart?: boolean;
        enableClosedCaptions?: boolean;
        enableContentEncryption?: boolean;
        enableDvr?: boolean;
        enableEmbed?: boolean;
        enableLowLatency?: boolean;
        latencyPreference?: string;
        mesh?: string;
        monitorStream?: MonitorStreamInfo;
        projection?: string;
        recordFromStart?: boolean;
        startWithSlate?: boolean;
        stereoLayout?: string;
    }
    Index

    Properties

    boundStreamId?: string
    boundStreamLastUpdateTimeMs?: string
    closedCaptionsType?: string
    enableAutoStart?: boolean
    enableClosedCaptions?: boolean
    enableContentEncryption?: boolean
    enableDvr?: boolean
    enableEmbed?: boolean
    enableLowLatency?: boolean
    latencyPreference?: string
    mesh?: string
    monitorStream?: MonitorStreamInfo
    projection?: string
    recordFromStart?: boolean
    startWithSlate?: boolean
    stereoLayout?: string