Uses of Class
org.openqa.selenium.devtools.webaudio.model.GraphObjectId
-
Packages that use GraphObjectId Package Description org.openqa.selenium.devtools.webaudio org.openqa.selenium.devtools.webaudio.model -
-
Uses of GraphObjectId in org.openqa.selenium.devtools.webaudio
Methods in org.openqa.selenium.devtools.webaudio that return types with arguments of type GraphObjectId Modifier and Type Method Description static Event<GraphObjectId>
WebAudio. contextWillBeDestroyed()
Methods in org.openqa.selenium.devtools.webaudio with parameters of type GraphObjectId Modifier and Type Method Description static Command<ContextRealtimeData>
WebAudio. getRealtimeData(GraphObjectId contextId)
Fetch the realtime data from the registered contexts. -
Uses of GraphObjectId in org.openqa.selenium.devtools.webaudio.model
Constructors in org.openqa.selenium.devtools.webaudio.model with parameters of type GraphObjectId Constructor Description AudioListener(GraphObjectId listenerId, GraphObjectId contextId)
AudioListenerWillBeDestroyed(GraphObjectId contextId, GraphObjectId listenerId)
AudioNode(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, java.lang.Number numberOfInputs, java.lang.Number numberOfOutputs, java.lang.Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
AudioNodeWillBeDestroyed(GraphObjectId contextId, GraphObjectId nodeId)
AudioParam(GraphObjectId paramId, GraphObjectId nodeId, GraphObjectId contextId, ParamType paramType, AutomationRate rate, java.lang.Number defaultValue, java.lang.Number minValue, java.lang.Number maxValue)
AudioParamWillBeDestroyed(GraphObjectId contextId, GraphObjectId nodeId, GraphObjectId paramId)
BaseAudioContext(GraphObjectId contextId, ContextType contextType, ContextState contextState, ContextRealtimeData realtimeData, java.lang.Number callbackBufferSize, java.lang.Number maxOutputChannelCount, java.lang.Number sampleRate)
NodeParamConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex)
NodeParamDisconnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex)
NodesConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex, java.lang.Number destinationInputIndex)
NodesDisconnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex, java.lang.Number destinationInputIndex)
-