@jellyfin/sdk
    Preparing search index...

    Interface SetChannelMappingDto

    Set channel mapping dto.

    SetChannelMappingDto

    interface SetChannelMappingDto {
        ProviderChannelId: string;
        ProviderId: string;
        TunerChannelId: string;
    }
    Index

    Properties

    ProviderChannelId: string

    Gets or sets the provider channel id.

    SetChannelMappingDto

    ProviderId: string

    Gets or sets the provider id.

    SetChannelMappingDto

    TunerChannelId: string

    Gets or sets the tuner channel id.

    SetChannelMappingDto