[][src]Macro janus_plugin::build_eventhandler

macro_rules! build_eventhandler {
    ($md:expr, $mask:expr, $($cb:ident),*) => { ... };
}

Helper macro to produce a Janus event handler instance. Should be called with a LibraryMetadata instance and a series of exported event handler callbacks.