File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lib/src/main/java/net/ypresto/androidtranscoder Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424import java .util .NoSuchElementException ;
2525
2626/**
27- * This class emulates basic behavior of MediaCodecList in API level > = 21.
27+ * This class emulates basic behavior of MediaCodecList in API level > = 21.
2828 * TODO: implement delegate to MediaCodecList in newer API.
2929 */
3030public class MediaCodecListCompat {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class MediaFormatExtraConstants {
3636 /**
3737 * For decoder parameter and included in MediaFormat from {@link android.media.MediaExtractor#getTrackFormat(int)}.
3838 * Decoder rotates specified degrees before rendering video to surface.
39- * NOTE: Only included in track format of API > = 21.
39+ * NOTE: Only included in track format of API > = 21.
4040 */
4141 public static final String KEY_ROTATION_DEGREES = "rotation-degrees" ;
4242
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class MediaFormatStrategyPresets {
2424
2525 /**
2626 * Preset based on Nexus 4 camera recording with 720p quality.
27- * This preset is ensured to work on any Android > =4.3 devices by Android CTS (if codec is available).
27+ * This preset is ensured to work on any Android > =4.3 devices by Android CTS (if codec is available).
2828 * Default bitrate is 8Mbps. {@link #createAndroid720pStrategy(int)} to specify bitrate.
2929 */
3030 public static MediaFormatStrategy createAndroid720pStrategy () {
@@ -33,7 +33,7 @@ public static MediaFormatStrategy createAndroid720pStrategy() {
3333
3434 /**
3535 * Preset based on Nexus 4 camera recording with 720p quality.
36- * This preset is ensured to work on any Android > =4.3 devices by Android CTS (if codec is available).
36+ * This preset is ensured to work on any Android > =4.3 devices by Android CTS (if codec is available).
3737 *
3838 * @param bitRate Preferred bit rate for encoding.
3939 */
You can’t perform that action at this time.
0 commit comments