Метод | Описание | |
---|---|---|
AudioEndpointManager ( ) : System | ||
BytesToDate ( Byte bytes ) : DateTime | ||
DateToBytes ( DateTime date ) : Byte[] | ||
RefreshAvailableAudioDevices ( ) : void | ||
SetDefaultInputDevice ( AudioDevice, device ) : bool | ||
SetDefaultInputDevice ( string deviceId ) : bool | ||
SetDefaultInputDevice ( string deviceName, string busName ) : bool | ||
SetDefaultOutputDevice ( AudioDevice, device ) : bool | ||
SetDefaultOutputDevice ( string deviceId ) : bool | ||
SetDefaultOutputDevice ( string deviceName, string busName ) : bool | ||
SetNextDefaultInputDevice ( IList |
||
SetNextDefaultInputDevice ( IList |
||
SetNextDefaultOutputDevice ( IList |
||
SetNextDefaultOutputDevice ( IList |
Метод | Описание | |
---|---|---|
getAudioDevice ( List |
||
getAvailableAudioDevices ( string regKey, bool includeNonEnabledStates ) : List |
||
setDefaultAudioDevice ( string regKey, string deviceId, string deviceIdPrefix ) : bool | ||
setNextDefaultAudioDevice ( string regKey, string deviceIdPrefix, List |
public static BytesToDate ( Byte bytes ) : DateTime | ||
bytes | Byte | |
Результат | DateTime |
public static DateToBytes ( DateTime date ) : Byte[] | ||
date | DateTime | |
Результат | Byte[] |
public RefreshAvailableAudioDevices ( ) : void | ||
Результат | void |
public SetDefaultInputDevice ( AudioDevice, device ) : bool | ||
device | AudioDevice, | |
Результат | bool |
public SetDefaultInputDevice ( string deviceId ) : bool | ||
deviceId | string | |
Результат | bool |
public SetDefaultInputDevice ( string deviceName, string busName ) : bool | ||
deviceName | string | |
busName | string | |
Результат | bool |
public SetDefaultOutputDevice ( AudioDevice, device ) : bool | ||
device | AudioDevice, | |
Результат | bool |
public SetDefaultOutputDevice ( string deviceId ) : bool | ||
deviceId | string | |
Результат | bool |
public SetDefaultOutputDevice ( string deviceName, string busName ) : bool | ||
deviceName | string | |
busName | string | |
Результат | bool |
public SetNextDefaultInputDevice ( IList |
||
deviceBusNamePairs | IList |
|
Результат | bool |
public SetNextDefaultInputDevice ( IList |
||
deviceBusNamePairs | IList |
|
startIndex | int | |
Результат | bool |
public SetNextDefaultOutputDevice ( IList |
||
deviceBusNamePairs | IList |
|
Результат | bool |
public SetNextDefaultOutputDevice ( IList |
||
deviceBusNamePairs | IList |
|
startIndex | int | |
Результат | bool |