cef_audio_handler_t.on_audio_stream_started

same browser. |params| contains the audio parameters like sample rate and channel layout. |channels| is the number of channels.

struct cef_audio_handler_t
extern (System)
void function(cef_audio_handler_t* self, cef_browser_t* browser, const(cef_audio_parameters_t)* params, int channels) nothrow on_audio_stream_started;

Meta