ohos-media-sys 0.1.0

Raw Bindings to the media framework on OpenHarmony
Documentation
1
2
3
4
5
6
//! Defines data types for [crate::avplayer]
#[link(name = "avplayer")]
extern "C" {}

mod avplayer_base_ffi;
pub use avplayer_base_ffi::*;