XtDeviceGetChannelCount Method |
Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public int GetChannelCount(
bool output
)
Public Function GetChannelCount (
output As Boolean
) As Integer
public:
int GetChannelCount(
bool output
)
member GetChannelCount :
output : bool -> int
Parameters
- output
- Type: SystemBoolean
Return Value
Type:
Int32See Also