@ctrl/plex
    Preparing search index...

    Interface SetStreamsOptions

    interface SetStreamsOptions {
        audioStreamID?: number;
        mtype?: string;
        subtitleStreamID?: number;
        videoStreamID?: number;
    }
    Index

    Properties

    audioStreamID?: number
    mtype?: string
    subtitleStreamID?: number
    videoStreamID?: number