@jellyfin/sdk
    Preparing search index...

    Interface ChannelMappingOptionsDto

    Channel mapping options dto.

    interface ChannelMappingOptionsDto {
        Mappings?: NameValuePair[];
        ProviderChannels?: NameIdPair[];
        ProviderName?: string | null;
        TunerChannels?: TunerChannelMapping[];
    }
    Index

    Properties

    Mappings?: NameValuePair[]

    Gets or sets list of mappings.

    ProviderChannels?: NameIdPair[]

    Gets or sets list of provider channels.

    ProviderName?: string | null

    Gets or sets provider name.

    TunerChannels?: TunerChannelMapping[]

    Gets or sets list of tuner channels.