Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
static InputTimecodeSource |
InputTimecodeSource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputTimecodeSource |
InputTemplate.timecodeSource()
Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the
service counts input video frames.
|
InputTimecodeSource |
Input.timecodeSource()
Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the
service counts input video frames.
|
static InputTimecodeSource |
InputTimecodeSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputTimecodeSource[] |
InputTimecodeSource.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<InputTimecodeSource> |
InputTimecodeSource.knownValues()
|
Modifier and Type | Method and Description |
---|---|
InputTemplate.Builder |
InputTemplate.Builder.timecodeSource(InputTimecodeSource timecodeSource)
Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the
service counts input video frames.
|
Input.Builder |
Input.Builder.timecodeSource(InputTimecodeSource timecodeSource)
Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the
service counts input video frames.
|
Copyright © 2023. All rights reserved.