pub mod extension;
pub mod hardware;
pub use hardware::Class;
pub use hardware::Obj;
pub use hardware::PlugIn;
pub use hardware::PlugInProp;
pub use hardware::PropAddr;
pub use hardware::PropElement;
pub use hardware::PropScope;
pub use hardware::PropSelector;
pub use hardware::err;
#[link(name = "CoreMediaIO", kind = "framework")]
unsafe extern "C" {}