AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
SmoothGroupSegmentationMode
Smooth
Group
Segmentation
Mode
sealed
class
SmoothGroupSegmentationMode
Smooth Group Segmentation Mode
Inheritors
UseInputSegmentation
UseSegmentDuration
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SmoothGroupSegmentationMode
Use
Input
Segmentation
Link copied to clipboard
object
UseInputSegmentation
:
SmoothGroupSegmentationMode
Use
Segment
Duration
Link copied to clipboard
object
UseSegmentDuration
:
SmoothGroupSegmentationMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String