CodecProfile

data class CodecProfile(val type: CodecType, val conditions: List<ProfileCondition>, val applyConditions: List<ProfileCondition>, val codec: String? = null, val container: String? = null, val subContainer: String? = null)

Defines the MediaBrowser.Model.Dlna.CodecProfile.

Constructors

Link copied to clipboard
constructor(type: CodecType, conditions: List<ProfileCondition>, applyConditions: List<ProfileCondition>, codec: String? = null, container: String? = null, subContainer: String? = null)

Properties

Link copied to clipboard

The list of MediaBrowser.Model.Dlna.ProfileCondition to apply if this profile is met.

Link copied to clipboard

The codec(s) that this profile applies to.

Link copied to clipboard

The list of MediaBrowser.Model.Dlna.ProfileCondition which this profile must meet.

Link copied to clipboard

The container(s) which this profile will be applied to.

Link copied to clipboard

The sub-container(s) which this profile will be applied to.

Link copied to clipboard

The MediaBrowser.Model.Dlna.CodecType which this container must meet.