| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoTimecodeInsertion |
VideoTimecodeInsertion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VideoTimecodeInsertion |
VideoDescription.timecodeInsertion()
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
static VideoTimecodeInsertion |
VideoTimecodeInsertion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoTimecodeInsertion[] |
VideoTimecodeInsertion.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<VideoTimecodeInsertion> |
VideoTimecodeInsertion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VideoDescription.Builder |
VideoDescription.Builder.timecodeInsertion(VideoTimecodeInsertion timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
Copyright © 2023. All rights reserved.