pl.wendigo.chrome.api.webaudio / GetRealtimeDataResponse

GetRealtimeDataResponse

data class GetRealtimeDataResponse (source)

Represents response frame that is returned from WebAudio#getRealtimeData operation call. Fetch the realtime data from the registered contexts.

Link
WebAudio#getRealtimeData method documentation.

See Also

WebAudioOperations.getRealtimeData

Constructors

<init>

GetRealtimeDataResponse(realtimeData: ContextRealtimeData)

Represents response frame that is returned from WebAudio#getRealtimeData operation call. Fetch the realtime data from the registered contexts.

Properties

realtimeData

val realtimeData: ContextRealtimeData