Method IsVocal
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
IsVocal(ChannelType)
Determines if the channel type is vocal.
public static bool IsVocal(this ChannelType type)
Parameters
type
ChannelTypeThe channel type.
Returns
- bool
True if the channel type is vocal, otherwise false.