toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.deviceprofile
/
CodecProfileBuilder
Codec
Profile
Builder
class
CodecProfileBuilder
Members
Constructors
Codec
Profile
Builder
Link copied to clipboard
constructor
(
)
Properties
codec
Link copied to clipboard
var
codec
:
String
?
container
Link copied to clipboard
var
container
:
String
?
type
Link copied to clipboard
var
type
:
CodecType
Functions
apply
Conditions
Link copied to clipboard
fun
applyConditions
(
body
:
ProfileConditionsBuilder
.
(
)
->
Unit
)
build
Link copied to clipboard
fun
build
(
)
:
CodecProfile
condition
Link copied to clipboard
fun
condition
(
vararg
condition
:
ProfileCondition
)
conditions
Link copied to clipboard
fun
conditions
(
body
:
ProfileConditionsBuilder
.
(
)
->
Unit
)