cef_audio_handler_t.on_audio_stream_error

Called on the UI or audio stream thread when an error occurred. During the stream creation phase this callback will be called on the UI thread while in the capturing phase it will be called on the audio stream thread. The stream will be stopped immediately.

struct cef_audio_handler_t
extern (System)
void function(cef_audio_handler_t* self, cef_browser_t* browser, const(cef_string_t)* message) nothrow on_audio_stream_error;

Meta