| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static TimecodeConfig.Builder |
TimecodeConfig.builder() |
TimecodeConfig.Builder |
TimecodeConfig.Builder.source(String source)
Identifies the source for the timecode that will be associated with the events outputs.
|
TimecodeConfig.Builder |
TimecodeConfig.Builder.source(TimecodeConfigSource source)
Identifies the source for the timecode that will be associated with the events outputs.
|
TimecodeConfig.Builder |
TimecodeConfig.Builder.syncThreshold(Integer syncThreshold)
Threshold in frames beyond which output timecode is resynchronized to the input timecode.
|
TimecodeConfig.Builder |
TimecodeConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimecodeConfig.Builder> |
TimecodeConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EncoderSettings.Builder |
EncoderSettings.Builder.timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)
Contains settings used to acquire and adjust timecode information from inputs.
|
Copyright © 2022. All rights reserved.