jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-MediaStore_Video_VideoColumns"))]
__jni_bindgen! {
    /// public interface [MediaStore.Video.VideoColumns](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html)
    ///
    /// Required feature: "android-provider-MediaStore_Video_VideoColumns"
    public interface MediaStore_Video_VideoColumns ("android/provider/MediaStore$Video$VideoColumns") extends crate::java::lang::Object, implements crate::android::provider::MediaStore_MediaColumns {

        /// public static final [ALBUM](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#ALBUM)
        pub const ALBUM : &'static str = "album";

        /// public static final [ARTIST](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#ARTIST)
        pub const ARTIST : &'static str = "artist";

        /// public static final [BOOKMARK](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#BOOKMARK)
        pub const BOOKMARK : &'static str = "bookmark";

        /// public static final [BUCKET_DISPLAY_NAME](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#BUCKET_DISPLAY_NAME)
        pub const BUCKET_DISPLAY_NAME : &'static str = "bucket_display_name";

        /// public static final [BUCKET_ID](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#BUCKET_ID)
        pub const BUCKET_ID : &'static str = "bucket_id";

        /// public static final [CATEGORY](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#CATEGORY)
        pub const CATEGORY : &'static str = "category";

        /// public static final [DATE_TAKEN](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#DATE_TAKEN)
        pub const DATE_TAKEN : &'static str = "datetaken";

        /// public static final [DESCRIPTION](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#DESCRIPTION)
        pub const DESCRIPTION : &'static str = "description";

        /// public static final [DURATION](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#DURATION)
        pub const DURATION : &'static str = "duration";

        /// public static final [IS_PRIVATE](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#IS_PRIVATE)
        pub const IS_PRIVATE : &'static str = "isprivate";

        /// public static final [LANGUAGE](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#LANGUAGE)
        pub const LANGUAGE : &'static str = "language";

        /// public static final [LATITUDE](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#LATITUDE)
        pub const LATITUDE : &'static str = "latitude";

        /// public static final [LONGITUDE](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#LONGITUDE)
        pub const LONGITUDE : &'static str = "longitude";

        /// public static final [MINI_THUMB_MAGIC](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#MINI_THUMB_MAGIC)
        pub const MINI_THUMB_MAGIC : &'static str = "mini_thumb_magic";

        /// public static final [RESOLUTION](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#RESOLUTION)
        pub const RESOLUTION : &'static str = "resolution";

        /// public static final [TAGS](https://developer.android.com/reference/android/provider/MediaStore.Video.VideoColumns.html#TAGS)
        pub const TAGS : &'static str = "tags";
    }
}