Uses of Class
org.openqa.selenium.devtools.webaudio.model.ContextState
-
Packages that use ContextState Package Description org.openqa.selenium.devtools.webaudio.model -
-
Uses of ContextState in org.openqa.selenium.devtools.webaudio.model
Methods in org.openqa.selenium.devtools.webaudio.model that return ContextState Modifier and Type Method Description static ContextState
ContextState. fromString(java.lang.String s)
ContextState
BaseAudioContext. getContextState()
static ContextState
ContextState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContextState[]
ContextState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.webaudio.model with parameters of type ContextState Constructor Description BaseAudioContext(GraphObjectId contextId, ContextType contextType, ContextState contextState, ContextRealtimeData realtimeData, java.lang.Number callbackBufferSize, java.lang.Number maxOutputChannelCount, java.lang.Number sampleRate)
-