| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static MsSmoothH265PackagingType |
MsSmoothH265PackagingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MsSmoothH265PackagingType |
MsSmoothOutputSettings.h265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
static MsSmoothH265PackagingType |
MsSmoothH265PackagingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsSmoothH265PackagingType[] |
MsSmoothH265PackagingType.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<MsSmoothH265PackagingType> |
MsSmoothH265PackagingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MsSmoothOutputSettings.Builder |
MsSmoothOutputSettings.Builder.h265PackagingType(MsSmoothH265PackagingType h265PackagingType)
Only applicable when this output is referencing an H.265 video description.
|
Copyright © 2022. All rights reserved.