@jellyfin/sdk
    Preparing search index...

    Interface CodecProfile

    Defines the MediaBrowser.Model.Dlna.CodecProfile.

    CodecProfile

    interface CodecProfile {
        ApplyConditions?: ProfileCondition[];
        Codec?: null | string;
        Conditions?: ProfileCondition[];
        Container?: null | string;
        SubContainer?: null | string;
        Type?: CodecType;
    }
    Index

    Properties

    ApplyConditions?: ProfileCondition[]

    Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition to apply if this profile is met.

    CodecProfile

    Codec?: null | string

    Gets or sets the codec(s) that this profile applies to.

    CodecProfile

    Conditions?: ProfileCondition[]

    Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition which this profile must meet.

    CodecProfile

    Container?: null | string

    Gets or sets the container(s) which this profile will be applied to.

    CodecProfile

    SubContainer?: null | string

    Gets or sets the sub-container(s) which this profile will be applied to.

    CodecProfile

    Type?: CodecType

    CodecProfile