toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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
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