toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.deviceprofile
/
TranscodingProfileBuilder
Transcoding
Profile
Builder
class
TranscodingProfileBuilder
Members
Constructors
Transcoding
Profile
Builder
Link copied to clipboard
constructor
(
)
Properties
break
On
Non
Key
Frames
Link copied to clipboard
var
breakOnNonKeyFrames
:
Boolean
container
Link copied to clipboard
var
container
:
String
context
Link copied to clipboard
var
context
:
EncodingContext
copy
Timestamps
Link copied to clipboard
var
copyTimestamps
:
Boolean
enable
Mpegts
M2Ts
Mode
Link copied to clipboard
var
enableMpegtsM2TsMode
:
Boolean
enable
Subtitles
In
Manifest
Link copied to clipboard
var
enableSubtitlesInManifest
:
Boolean
estimate
Content
Length
Link copied to clipboard
var
estimateContentLength
:
Boolean
max
Audio
Channels
Link copied to clipboard
var
maxAudioChannels
:
String
?
min
Segments
Link copied to clipboard
var
minSegments
:
Int
protocol
Link copied to clipboard
var
protocol
:
MediaStreamProtocol
segment
Length
Link copied to clipboard
var
segmentLength
:
Int
transcode
Seek
Info
Link copied to clipboard
var
transcodeSeekInfo
:
TranscodeSeekInfo
type
Link copied to clipboard
var
type
:
DlnaProfileType
Functions
audio
Codec
Link copied to clipboard
fun
audioCodec
(
vararg
codec
:
String
)
build
Link copied to clipboard
fun
build
(
)
:
TranscodingProfile
conditions
Link copied to clipboard
fun
conditions
(
body
:
ProfileConditionsBuilder
.
(
)
->
Unit
)
video
Codec
Link copied to clipboard
fun
videoCodec
(
vararg
codec
:
String
)