Click or drag to resize

WebAudioClientGetRealtimeDataAsync Method

Version 86.0.240
Fetch the realtime data from the registered contexts.

Namespace:  CefSharp.DevTools.WebAudio
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetRealtimeDataResponse> GetRealtimeDataAsync(
	string contextId
)

Parameters

contextId
Type: SystemString
contextId

Return Value

Type: TaskGetRealtimeDataResponse
returns System.Threading.Tasks.Task<GetRealtimeDataResponse>
See Also