ndk 0.8.0

Safe Rust bindings to the Android NDK
Documentation
1
2
3
4
5
6
7
//! Bindings for the NDK media classes.
//!
//! See also [the NDK docs](https://developer.android.com/ndk/reference/group/media)
#![cfg(feature = "media")]

pub mod image_reader;
pub mod media_codec;