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

    Interface MediaAssetFeedSelectionModel

    Response data for the feed selection from where the clip was created.

    interface MediaAssetFeedSelectionModel {
        priority?: number | null;
        simulcastId?: string | null;
        sourceId?: string | null;
        streamName: string;
        tokenId?: number | null;
    }
    Index

    Properties

    priority?: number | null

    Optional, int32, the priority of the clip request.

    simulcastId?: string | null

    Optional, The simulcastId of the stream the clip belongs to.

    sourceId?: string | null

    Optional, The SourceId of the stream the clip belongs to.

    streamName: string

    Required, The name of the stream the clip belongs to.

    tokenId?: number | null

    Optional, Token ID of the stream if provided.