@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface Cluster

    Represents a Dolby Millicast cluster.

    interface Cluster {
        features: { transcoding: boolean };
        id: string;
        location: { city: string; country: string; region: string };
        name: string;
        rtmp: string;
        srt: string;
    }
    Index

    Properties

    features: { transcoding: boolean }

    Features available in this cluster.

    Type Declaration

    • transcoding: boolean

      Indicates whether the Transcoder feature is supported in the corresponding cluster.

    id: string

    Unique identifier of the cluster.

    location: { city: string; country: string; region: string }

    Location of the cluster.

    Type Declaration

    • city: string

      City of the cluster.

    • country: string

      Country of the cluster.

    • region: string

      Region of the cluster.

    name: string

    Display name of the cluster.

    rtmp: string

    RTMP publish domain for the cluster.

    srt: string

    SRT publish domain for the cluster.