ChannelCountMode Enumeration |
Version 89.0.170
Enum of AudioNode::ChannelCountMode from the spec
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.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