Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static CreateStreamPackagingConfigDetails.StreamPackagingFormat |
CreateStreamPackagingConfigDetails.StreamPackagingFormat.create(String key) |
CreateStreamPackagingConfigDetails.StreamPackagingFormat |
CreateStreamPackagingConfigDetails.getStreamPackagingFormat()
The output format for the package.
|
static CreateStreamPackagingConfigDetails.StreamPackagingFormat |
CreateStreamPackagingConfigDetails.StreamPackagingFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateStreamPackagingConfigDetails.StreamPackagingFormat[] |
CreateStreamPackagingConfigDetails.StreamPackagingFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateStreamPackagingConfigDetails.Builder |
CreateStreamPackagingConfigDetails.Builder.streamPackagingFormat(CreateStreamPackagingConfigDetails.StreamPackagingFormat streamPackagingFormat)
The output format for the package.
|
Constructor and Description |
---|
CreateStreamPackagingConfigDetails(String distributionChannelId,
String displayName,
CreateStreamPackagingConfigDetails.StreamPackagingFormat streamPackagingFormat,
Integer segmentTimeInSeconds,
StreamPackagingConfigEncryption encryption,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.