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

    Interface MediaAssetFeedSelectionModel

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

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

    Optional, the identifier of the OptiView Live channel.

    priority?: number | null

    Optional, 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.