WaveOutputOpenDevice Method (String) |
Opens an audio output device.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool OpenDevice(
string DeviceName
)
Public Function OpenDevice (
DeviceName As String
) As Boolean
public:
bool OpenDevice(
String^ DeviceName
)
member OpenDevice :
DeviceName : string -> bool
Parameters
- DeviceName
- Type: SystemString
[in,out] Name of device to open.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also