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

    Interface Restream

    Represents the restream information.

    interface Restream {
        active: boolean;
        events: { ended?: string; error: string; started: string }[];
        index: number;
        label: string;
        url: string;
    }
    Index

    Properties

    active: boolean

    Is the restream active.

    events: { ended?: string; error: string; started: string }[]

    List of events.

    Type Declaration

    • Optionalended?: string

      End time of the event.

    • error: string

      Error message.

    • started: string

      Start time of the event.

    index: number

    Index of the restream.

    label: string

    Name of the restream.

    url: string

    URL of the restream.