diaGlobWrapper Help
Returns the channel's voice device name.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public string VoiceDeviceName { get; }
Visual Basic (Declaration)
Public ReadOnly Property VoiceDeviceName As String
Visual C++
public:
property String^ VoiceDeviceName {
	String^ get ();
}

See Also