Click or drag to resize

WebAudioClientGetRealtimeDataAsync Method

Version 130.1.90
Fetch the realtime data from the registered contexts.

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

Parameters

contextId  String
contextId

Return Value

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