WebAudioClientGetRealtimeDataAsync Method |
Version 118.6.80
Fetch the realtime data from the registered contexts.
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<GetRealtimeDataResponse> GetRealtimeDataAsync(
string contextId
)
public:
Task<GetRealtimeDataResponse^>^ GetRealtimeDataAsync(
String^ contextId
)
Parameters
- contextId
- Type: SystemString
contextId
Return Value
Type:
TaskGetRealtimeDataResponsereturns System.Threading.Tasks.Task<GetRealtimeDataResponse>
See Also