public static interface MsSmoothOutputSettings.Builder extends SdkPojo, CopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>
| Modifier and Type | Method and Description |
|---|---|
MsSmoothOutputSettings.Builder |
h265PackagingType(MsSmoothH265PackagingType h265PackagingType)
Only applicable when this output is referencing an H.265 video description.
|
MsSmoothOutputSettings.Builder |
h265PackagingType(String h265PackagingType)
Only applicable when this output is referencing an H.265 video description.
|
MsSmoothOutputSettings.Builder |
nameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMsSmoothOutputSettings.Builder h265PackagingType(String h265PackagingType)
h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4
segments should be packaged as HEV1 or HVC1.MsSmoothH265PackagingType,
MsSmoothH265PackagingTypeMsSmoothOutputSettings.Builder h265PackagingType(MsSmoothH265PackagingType h265PackagingType)
h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4
segments should be packaged as HEV1 or HVC1.MsSmoothH265PackagingType,
MsSmoothH265PackagingTypeMsSmoothOutputSettings.Builder nameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same
type.Copyright © 2022. All rights reserved.