AudioOutputThread.opDispatch

Other methods are forwarded to the implementation of type AudioPcmOutThreadImplementation. See that for more information on what you can do.

This opDispatch template will forward all other methods directly to that AudioPcmOutThreadImplementation if this is live, otherwise it does nothing.

template opDispatch(string name)
static if(is(typeof(__traits(getMember, impl, name)) Params == __parameters))
opDispatch
(
Params params
)
Suggestion Box / Bug Report