XtDeviceGetChannelName Method |
Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public string GetChannelName(
bool output,
int index
)
Public Function GetChannelName (
output As Boolean,
index As Integer
) As String
public:
String^ GetChannelName(
bool output,
int index
)
member GetChannelName :
output : bool *
index : int -> string
Parameters
- output
- Type: SystemBoolean
- index
- Type: SystemInt32
Return Value
Type:
StringSee Also