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

    Interface MediaAssetFeedSelectionModel

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

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

    Properties

    priority?: number

    Optional, int32, the priority of the clip request.

    simulcastId?: string

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

    sourceId?: string

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

    streamName: string

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

    tokenId?: number

    Optional, Token ID of the stream if provided.