Click or drag to resize

WebAudioClient.GetRealtimeDataAsync Method

Version 94.4.20
Fetch the realtime data from the registered contexts.

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

Parameters

contextId
Type: System.String
contextId

Return Value

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