public class MediaFormatStrategyPresets
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MediaFormatStrategy |
EXPORT_PRESET_960x540
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaFormatStrategy |
createAndroid720pStrategy()
Preset based on Nexus 4 camera recording with 720p quality.
|
static MediaFormatStrategy |
createAndroid720pStrategy(int bitRate)
Preset based on Nexus 4 camera recording with 720p quality.
|
static MediaFormatStrategy |
createExportPreset960x540Strategy()
Preset similar to iOS SDK's AVAssetExportPreset960x540.
|
@Deprecated public static final MediaFormatStrategy EXPORT_PRESET_960x540
createExportPreset960x540Strategy().public static MediaFormatStrategy createAndroid720pStrategy()
createAndroid720pStrategy(int) to specify bitrate.public static MediaFormatStrategy createAndroid720pStrategy(int bitRate)
bitRate - Preferred bit rate for encoding.public static MediaFormatStrategy createExportPreset960x540Strategy()