pub fn compiler() -> String
Retrieve libvlc compiler version.
7fn main() { 8 println!("Version : {}", vlc::version()); 9 println!("Compiler : {}", vlc::compiler()); 10}