internal RecorderDeviceStateChangedEventArgs(RecorderType type, RecorderDeviceState state)
 {
     Type        = type;
     DeviceState = state;
 }
Exemple #2
0
 internal static extern RecorderErrorCode GetDeviceState(RecorderType type, out RecorderDeviceState state);