Defines the MediaBrowser.Model.Dlna.DirectPlayProfile.

DirectPlayProfile

interface DirectPlayProfile {
    AudioCodec?: null | string;
    Container?: string;
    Type?: DlnaProfileType;
    VideoCodec?: null | string;
}

Properties

AudioCodec?: null | string

Gets or sets the audio codec.

DirectPlayProfile

Container?: string

Gets or sets the container.

DirectPlayProfile

DirectPlayProfile

VideoCodec?: null | string

Gets or sets the video codec.

DirectPlayProfile