player 0.1.1

A player basic component library
Documentation
1
2
3
4
5
6
pub mod ffmp {
    pub fn get_origin_data() -> String{
        let buf = String::from("ffmp buffer data!");
        buf
    }
}