ContainerProfile
data class ContainerProfile(val type: DlnaProfileType, val conditions: List<ProfileCondition>, val container: String? = null, val subContainer: String? = null)
Defines the MediaBrowser.Model.Dlna.ContainerProfile.
Constructors
Link copied to clipboard
constructor(type: DlnaProfileType, conditions: List<ProfileCondition>, container: String? = null, subContainer: String? = null)