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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


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

        /// public static final [AUDIO_BITRATE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#AUDIO_BITRATE)
        pub const AUDIO_BITRATE : &'static str = "android.media.mediarecorder.audio-bitrate";

        /// public static final [AUDIO_CHANNELS](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#AUDIO_CHANNELS)
        pub const AUDIO_CHANNELS : &'static str = "android.media.mediarecorder.audio-channels";

        /// public static final [AUDIO_SAMPLERATE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#AUDIO_SAMPLERATE)
        pub const AUDIO_SAMPLERATE : &'static str = "android.media.mediarecorder.audio-samplerate";

        /// public static final [AUDIO_TIMESCALE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#AUDIO_TIMESCALE)
        pub const AUDIO_TIMESCALE : &'static str = "android.media.mediarecorder.audio-timescale";

        /// public static final [CAPTURE_FPS](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#CAPTURE_FPS)
        pub const CAPTURE_FPS : &'static str = "android.media.mediarecorder.capture-fps";

        /// public static final [CAPTURE_FPS_ENABLE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#CAPTURE_FPS_ENABLE)
        pub const CAPTURE_FPS_ENABLE : &'static str = "android.media.mediarecorder.capture-fpsenable";

        /// public static final [FRAMERATE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#FRAMERATE)
        pub const FRAMERATE : &'static str = "android.media.mediarecorder.frame-rate";

        /// public static final [HEIGHT](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#HEIGHT)
        pub const HEIGHT : &'static str = "android.media.mediarecorder.height";

        /// public static final [MOVIE_TIMESCALE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#MOVIE_TIMESCALE)
        pub const MOVIE_TIMESCALE : &'static str = "android.media.mediarecorder.movie-timescale";

        /// public static final [ROTATION](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#ROTATION)
        pub const ROTATION : &'static str = "android.media.mediarecorder.rotation";

        /// public static final [VIDEO_BITRATE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#VIDEO_BITRATE)
        pub const VIDEO_BITRATE : &'static str = "android.media.mediarecorder.video-bitrate";

        /// public static final [VIDEO_IFRAME_INTERVAL](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#VIDEO_IFRAME_INTERVAL)
        pub const VIDEO_IFRAME_INTERVAL : &'static str = "android.media.mediarecorder.video-iframe-interval";

        /// public static final [VIDEO_LEVEL](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#VIDEO_LEVEL)
        pub const VIDEO_LEVEL : &'static str = "android.media.mediarecorder.video-encoder-level";

        /// public static final [VIDEO_PROFILE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#VIDEO_PROFILE)
        pub const VIDEO_PROFILE : &'static str = "android.media.mediarecorder.video-encoder-profile";

        /// public static final [VIDEO_TIMESCALE](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#VIDEO_TIMESCALE)
        pub const VIDEO_TIMESCALE : &'static str = "android.media.mediarecorder.video-timescale";

        /// public static final [WIDTH](https://developer.android.com/reference/android/media/MediaRecorder.MetricsConstants.html#WIDTH)
        pub const WIDTH : &'static str = "android.media.mediarecorder.width";
    }
}