| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static GlobalConfigurationOutputTimingSource |
GlobalConfigurationOutputTimingSource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GlobalConfigurationOutputTimingSource |
GlobalConfiguration.outputTimingSource()
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which
optionally may be locked to another source via NTP) or should be locked to the clock of the source that is
providing the input stream.
|
static GlobalConfigurationOutputTimingSource |
GlobalConfigurationOutputTimingSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalConfigurationOutputTimingSource[] |
GlobalConfigurationOutputTimingSource.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<GlobalConfigurationOutputTimingSource> |
GlobalConfigurationOutputTimingSource.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GlobalConfiguration.Builder |
GlobalConfiguration.Builder.outputTimingSource(GlobalConfigurationOutputTimingSource outputTimingSource)
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which
optionally may be locked to another source via NTP) or should be locked to the clock of the source that is
providing the input stream.
|
Copyright © 2022. All rights reserved.