macro_rules! foreach_transcoder {
($mac:ident) => { ... };
}Expand description
Helper macro to iterate over the transcoders that the host will provide adapter modules through libcalls.
macro_rules! foreach_transcoder {
($mac:ident) => { ... };
}Helper macro to iterate over the transcoders that the host will provide adapter modules through libcalls.