Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
static CmafImageBasedTrickPlay |
CmafImageBasedTrickPlay.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CmafImageBasedTrickPlay |
CmafGroupSettings.imageBasedTrickPlay()
Specify whether MediaConvert generates images for trick play.
|
static CmafImageBasedTrickPlay |
CmafImageBasedTrickPlay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmafImageBasedTrickPlay[] |
CmafImageBasedTrickPlay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<CmafImageBasedTrickPlay> |
CmafImageBasedTrickPlay.knownValues()
|
Modifier and Type | Method and Description |
---|---|
CmafGroupSettings.Builder |
CmafGroupSettings.Builder.imageBasedTrickPlay(CmafImageBasedTrickPlay imageBasedTrickPlay)
Specify whether MediaConvert generates images for trick play.
|
Copyright © 2022. All rights reserved.