public static interface F4vSettings.Builder extends SdkPojo, CopyableBuilder<F4vSettings.Builder,F4vSettings>
Modifier and Type | Method and Description |
---|---|
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 |
moovPlacement(String moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
F4vSettings.Builder moovPlacement(String moovPlacement)
moovPlacement
- If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required
for progressive downloading. Otherwise it is placed normally at the end.F4vMoovPlacement
,
F4vMoovPlacement
F4vSettings.Builder moovPlacement(F4vMoovPlacement moovPlacement)
moovPlacement
- If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required
for progressive downloading. Otherwise it is placed normally at the end.F4vMoovPlacement
,
F4vMoovPlacement
Copyright © 2019. All rights reserved.