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 24
24
import java .util .NoSuchElementException ;
25
25
26
26
/**
27
- * This class emulates basic behavior of MediaCodecList in API level > = 21.
27
+ * This class emulates basic behavior of MediaCodecList in API level > = 21.
28
28
* TODO: implement delegate to MediaCodecList in newer API.
29
29
*/
30
30
public class MediaCodecListCompat {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class MediaFormatExtraConstants {
36
36
/**
37
37
* For decoder parameter and included in MediaFormat from {@link android.media.MediaExtractor#getTrackFormat(int)}.
38
38
* 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.
40
40
*/
41
41
public static final String KEY_ROTATION_DEGREES = "rotation-degrees" ;
42
42
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class MediaFormatStrategyPresets {
24
24
25
25
/**
26
26
* 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).
28
28
* Default bitrate is 8Mbps. {@link #createAndroid720pStrategy(int)} to specify bitrate.
29
29
*/
30
30
public static MediaFormatStrategy createAndroid720pStrategy () {
@@ -33,7 +33,7 @@ public static MediaFormatStrategy createAndroid720pStrategy() {
33
33
34
34
/**
35
35
* 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).
37
37
*
38
38
* @param bitRate Preferred bit rate for encoding.
39
39
*/
You can’t perform that action at this time.
0 commit comments