1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-media-MediaRecorder_OutputFormat"))]
__jni_bindgen! {
    /// public final class [MediaRecorder.OutputFormat](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html)
    ///
    /// Required feature: "android-media-MediaRecorder_OutputFormat"
    public final class MediaRecorder_OutputFormat ("android/media/MediaRecorder$OutputFormat") extends crate::java::lang::Object {

        /// public static final [AAC_ADTS](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#AAC_ADTS)
        pub const AAC_ADTS : i32 = 6;

        /// public static final [AMR_NB](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#AMR_NB)
        pub const AMR_NB : i32 = 3;

        /// public static final [AMR_WB](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#AMR_WB)
        pub const AMR_WB : i32 = 4;

        /// public static final [DEFAULT](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#DEFAULT)
        pub const DEFAULT : i32 = 0;

        /// public static final [MPEG_2_TS](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#MPEG_2_TS)
        pub const MPEG_2_TS : i32 = 8;

        /// public static final [MPEG_4](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#MPEG_4)
        pub const MPEG_4 : i32 = 2;

        /// public static final [RAW_AMR](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#RAW_AMR)
        #[deprecated] pub const RAW_AMR : i32 = 3;

        /// public static final [THREE_GPP](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#THREE_GPP)
        pub const THREE_GPP : i32 = 1;

        /// public static final [WEBM](https://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html#WEBM)
        pub const WEBM : i32 = 9;
    }
}