MidiManager.DeviceCallback.OnDeviceStatusChanged(MidiDeviceStatus) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to notify when the status of a MIDI device has changed
[Android.Runtime.Register("onDeviceStatusChanged", "(Landroid/media/midi/MidiDeviceStatus;)V", "GetOnDeviceStatusChanged_Landroid_media_midi_MidiDeviceStatus_Handler", ApiSince=23)]
public virtual void OnDeviceStatusChanged (Android.Media.Midi.MidiDeviceStatus? status);
[<Android.Runtime.Register("onDeviceStatusChanged", "(Landroid/media/midi/MidiDeviceStatus;)V", "GetOnDeviceStatusChanged_Landroid_media_midi_MidiDeviceStatus_Handler", ApiSince=23)>]
abstract member OnDeviceStatusChanged : Android.Media.Midi.MidiDeviceStatus -> unit
override this.OnDeviceStatusChanged : Android.Media.Midi.MidiDeviceStatus -> unit
Parameters
- status
- MidiDeviceStatus
a MidiDeviceStatus
for the changed device
- Attributes
Remarks
Called to notify when the status of a MIDI device has changed
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.