Method | Description | |
---|---|---|
BytesToDate ( Byte bytes ) : DateTime | ||
DateToBytes ( DateTime date ) : Byte[] | ||
GetAudioInputDevices ( ) : void | ||
GetAudioOutputDevices ( ) : void | ||
SetAudioInputDevice ( string interfaceName ) : void | ||
SetAudioOutputDevice ( string interfaceName ) : void |
public static BytesToDate ( Byte bytes ) : DateTime | ||
bytes | Byte | |
return | DateTime |
public static DateToBytes ( DateTime date ) : Byte[] | ||
date | DateTime | |
return | Byte[] |
public SetAudioInputDevice ( string interfaceName ) : void | ||
interfaceName | string | |
return | void |
public SetAudioOutputDevice ( string interfaceName ) : void | ||
interfaceName | string | |
return | void |