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

    Interface Feed

    Represents a Feed object.

    interface Feed {
        active: boolean;
        client: {
            city: string;
            continent: string;
            coordinates: number[];
            country: string;
            ip: string;
            sub: string[];
        };
        clusterId: string;
        endTime?: string;
        feedId: string;
        feedStats: FeedStats[];
        frameRate: number;
        isRecordingAllowed: boolean;
        isRedundant?: boolean;
        packetLoss: number;
        priority?: number;
        restreams: Restream[];
        serverId: string;
        simulcastId: string;
        sourceId: string;
        startTime: string;
        streamId: string;
        tokenId: number;
        trackDetails: TrackDetails[];
        type: string;
    }
    Index

    Properties

    active: boolean

    Is the feed active.

    client: {
        city: string;
        continent: string;
        coordinates: number[];
        country: string;
        ip: string;
        sub: string[];
    }

    Client.

    Type Declaration

    • city: string

      City.

    • continent: string

      Continent.

    • coordinates: number[]

      coordinates.

    • country: string

      Country.

    • ip: string

      IP Address.

    • sub: string[]

      Sub.

    clusterId: string

    Identifier of the cluster.

    endTime?: string

    Stream publishing end time.

    feedId: string

    Identifier of the feed.

    feedStats: FeedStats[]

    Feed statistics.

    frameRate: number

    Framerate.

    isRecordingAllowed: boolean

    Is recording allowed for this stream.

    isRedundant?: boolean

    Is the feed redundant.

    packetLoss: number

    Packet loss percentage over last five minutes.

    priority?: number

    Feed priority.

    restreams: Restream[]

    Restream information.

    serverId: string

    Server ID.

    simulcastId: string

    Simulcast ID.

    sourceId: string

    Identifier of the source.

    startTime: string

    Stream publishing start time.

    streamId: string

    Identifier of the stream.

    tokenId: number

    Identifier of the token.

    trackDetails: TrackDetails[]

    Details for all tracks.

    type: string

    Feed type.