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