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