ChannelCountMode Enumeration |
Version 88.2.90
Enum of AudioNode::ChannelCountMode from the spec
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public enum ChannelCountMode
public enum class ChannelCountMode
Members
| Member name | Value | Description |
---|
| ClampedMax | 0 |
clamped-max
|
| Explicit | 1 |
explicit
|
| Max | 2 |
max
|
See Also