public class DefaultVideoStrategies
extends java.lang.Object
DefaultVideoStrategy.| Modifier and Type | Method and Description |
|---|---|
static DefaultVideoStrategy |
for360x480()
A
DefaultVideoStrategy that uses 360x480 (3:4),
ensured to work for 3:4 videos as explained by
https://developer.android.com/guide/topics/media/media-formats |
static DefaultVideoStrategy |
for720x1280()
A
DefaultVideoStrategy that uses 720x1280. |
@NonNull public static DefaultVideoStrategy for720x1280()
DefaultVideoStrategy that uses 720x1280.
This preset is ensured to work on any Android >=4.3 devices by Android CTS,
assuming that the codec is available.@NonNull public static DefaultVideoStrategy for360x480()
DefaultVideoStrategy that uses 360x480 (3:4),
ensured to work for 3:4 videos as explained by
https://developer.android.com/guide/topics/media/media-formats