IAudioHandler Interface |
Namespace: CefSharp
The IAudioHandler type exposes the following members.
Name | Description | |
---|---|---|
OnAudioStreamPacket |
Called when a PCM packet is received for the stream identified by audioStreamId
Based on and the ChannelLayout value passed to OnAudioStreamStarted(IWebBrowser, IBrowser, Int32, Int32, ChannelLayout, Int32, Int32)
you can calculate the size of the data array in bytes.
| |
OnAudioStreamStarted |
Called when the stream identified by audioStreamId has started.
[!:IAudioHandler.OnAudioSteamStopped] will always be called after OnAudioStreamStarted(IWebBrowser, IBrowser, Int32, Int32, ChannelLayout, Int32, Int32);
both methods may be called multiple times for the same stream.
| |
OnAudioStreamStopped |
Called when the stream identified by audioStreamId has stopped.
OnAudioStreamStopped(IWebBrowser, IBrowser, Int32) will always be called after OnAudioStreamStarted(IWebBrowser, IBrowser, Int32, Int32, ChannelLayout, Int32, Int32);
both methods may be called multiple times for the same stream.
|