| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static GlobalConfigurationOutputTimingSource |
GlobalConfigurationOutputTimingSource.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
GlobalConfiguration |
GlobalConfiguration.withOutputTimingSource(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 © 2024. All rights reserved.