AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
VideoCodecSettings
Video
Codec
Settings
class
VideoCodecSettings
Video Codec Settings
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
a
V1Settings
Link copied to clipboard
val
aV1Settings
:
AV1Settings
?
Av1 Settings
frame
Capture
Settings
Link copied to clipboard
val
frameCaptureSettings
:
FrameCaptureSettings
?
Frame Capture Settings
h264Settings
Link copied to clipboard
val
h264Settings
:
H264Settings
?
H264 Settings
h265Settings
Link copied to clipboard
val
h265Settings
:
H265Settings
?
H265 Settings
mpeg2Settings
Link copied to clipboard
val
mpeg2Settings
:
Mpeg2Settings
?
Mpeg2 Settings
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
VideoCodecSettings.Builder
.
(
)
->
Unit
=
{}
)
:
VideoCodecSettings
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String