| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
SmoothGroupAudioOnlyTimecodeControl |
MsSmoothGroupSettings.audioOnlyTimecodeControl()
If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the current
timecode.
|
static SmoothGroupAudioOnlyTimecodeControl |
SmoothGroupAudioOnlyTimecodeControl.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SmoothGroupAudioOnlyTimecodeControl |
SmoothGroupAudioOnlyTimecodeControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmoothGroupAudioOnlyTimecodeControl[] |
SmoothGroupAudioOnlyTimecodeControl.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<SmoothGroupAudioOnlyTimecodeControl> |
SmoothGroupAudioOnlyTimecodeControl.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.audioOnlyTimecodeControl(SmoothGroupAudioOnlyTimecodeControl audioOnlyTimecodeControl)
If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the
current timecode.
|
Copyright © 2022. All rights reserved.