Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
static F4vSettings.Builder |
F4vSettings.builder() |
F4vSettings.Builder |
F4vSettings.Builder.moovPlacement(F4vMoovPlacement moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
F4vSettings.Builder |
F4vSettings.Builder.moovPlacement(String moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
F4vSettings.Builder |
F4vSettings.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends F4vSettings.Builder> |
F4vSettings.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default ContainerSettings.Builder |
ContainerSettings.Builder.f4vSettings(Consumer<F4vSettings.Builder> f4vSettings)
Settings for F4v container This is a convenience that creates an instance of the
F4vSettings.Builder
avoiding the need to create one manually via F4vSettings.builder() . |
Copyright © 2019. All rights reserved.