-
public class DefaultVideoStrategiesContains presets and utilities for defining a DefaultVideoStrategy.
-
-
Method Summary
Modifier and Type Method Description static DefaultVideoStrategyfor720x1280()A 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. static DefaultVideoStrategyfor360x480()A DefaultVideoStrategy that uses 360x480 (3:4),ensured to work for 3:4 videos as explained byhttps://developer.android. -
-
Method Detail
-
for720x1280
@NonNull() static DefaultVideoStrategy for720x1280()
A 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.
-
for360x480
@NonNull() static DefaultVideoStrategy for360x480()
A DefaultVideoStrategy that uses 360x480 (3:4),ensured to work for 3:4 videos as explained byhttps://developer.android.com/guide/topics/media/media-formats
-
-
-
-