Summary
Determines if the specified channel count is valid.
Syntax
public static bool IsChannelCountValid(ChannelCount channelCount)
Parameters
| Name | Type | Description |
|---|---|---|
| channelCount | ChannelCount | The channel count to validate. |
Return Value
| Type | Description |
|---|---|
| bool | true if the channel count is valid; otherwise, false. |