@dolbyio/dolbyio-rest-apis-client - v6.3.0
    Preparing search index...

    Interface StreamSummary

    Represents a stream summary.

    interface StreamSummary {
        clusterId: string;
        clusters: string[];
        endTime: string;
        isRecordingAllowed: boolean;
        live: boolean;
        multisource: boolean;
        secureStream: boolean;
        startTime: string;
        streamId: string;
        streamName: string;
        viewerCount: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clusterId: string

    Identifier of the cluster.

    clusters: string[]

    List of clusters.

    endTime: string

    Stream publishing end time.

    isRecordingAllowed: boolean

    Is recording allowed for this stream.

    live: boolean

    Is the stream live.

    multisource: boolean

    Is multisource enabled.

    secureStream: boolean

    Secure stream.

    startTime: string

    Stream publishing start time.

    streamId: string

    Identifier of the stream.

    streamName: string

    Name of the stream.

    viewerCount: number

    Viewer count.