AutomationRate Enumeration |
Version 88.2.90
Enum of AudioParam::AutomationRate from the spec
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public enum AutomationRate
public enum class AutomationRate
Members
| Member name | Value | Description |
---|
| ARate | 0 |
a-rate
|
| KRate | 1 |
k-rate
|
See Also