File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
lib/src/main/java/net/ypresto/androidtranscoder/format Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 16
16
package net .ypresto .androidtranscoder .format ;
17
17
18
18
public class MediaFormatStrategyPresets {
19
+ public static final int AUDIO_BITRATE_AS_IS = -1 ;
20
+ public static final int AUDIO_CHANNELS_AS_IS = -1 ;
21
+
19
22
/**
20
23
* @deprecated Use {@link #createExportPreset960x540Strategy()}.
21
24
*/
@@ -45,7 +48,7 @@ public static MediaFormatStrategy createAndroid720pStrategy(int bitrate) {
45
48
/**
46
49
* Preset based on Nexus 4 camera recording with 720p quality.
47
50
* This preset is ensured to work on any Android >=4.3 devices by Android CTS (if codec is available).
48
- * <p/ >
51
+ * <br >
49
52
* Note: audio transcoding is experimental feature.
50
53
*
51
54
* @param bitrate Preferred bitrate for video encoding.
You can’t perform that action at this time.
0 commit comments