package
0.0.0-20190621022307-640e03158b87
Repository: https://github.com/seddonm1/cdproto.git
Documentation: pkg.go.dev

# Functions

Disable disables the WebAudio domain.
Enable enables the WebAudio domain and starts sending context lifetime events.
GetRealtimeData fetch the realtime data from the registered contexts.

# Constants

Command names.
Command names.
Command names.
ContextState values.
ContextState values.
ContextState values.
ContextType values.
ContextType values.

# Structs

BaseAudioContext protocol object for BaseAudioContext.
ContextRealtimeData fields in AudioContext that change in real-time.
DisableParams disables the WebAudio domain.
EnableParams enables the WebAudio domain and starts sending context lifetime events.
EventContextChanged notifies that existing BaseAudioContext has changed some properties (id stays the same).
EventContextCreated notifies that a new BaseAudioContext has been created.
EventContextDestroyed notifies that existing BaseAudioContext has been destroyed.
GetRealtimeDataParams fetch the realtime data from the registered contexts.
GetRealtimeDataReturns return values.

# Type aliases

ContextID context's UUID in string.
ContextState enum of AudioContextState from the spec.
ContextType enum of BaseAudioContext types.