jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
CodecProfile
/
CodecProfile
Codec
Profile
constructor
(
type
:
CodecType
,
conditions
:
List
<
ProfileCondition
>
,
applyConditions
:
List
<
ProfileCondition
>
,
codec
:
String
?
=
null
,
container
:
String
?
=
null
,
subContainer
:
String
?
=
null
)