MidiInput 类
- 继承
-
- Object
- EventTarget
- MidiPort
- MidiInput
- 注解
-
- @Native("MIDIInput")
属性
- connection → String?
-
无设置器继承
- hashCode → int
- 此对象的哈希码。无设置器继承
- id → String?
-
无设置器继承
- manufacturer → String?
-
无设置器继承
- name → String?
-
无设置器继承
- on → Events
- 这是用于事件流的简化访问器,当没有显式访问器可用时才应使用。无设置器继承
-
onMidiMessage → Stream<
MidiMessageEvent> - 处理此 MidiInput 的
midimessage
事件的流。无设置器 - runtimeType → Type
- 对象运行时类型的表示。无设置器继承
- state → String?
-
无设置器继承
- type → String?
-
无设置器继承
- version → String?
-
无设置器继承
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
close(
) → Future -
继承
-
dispatchEvent(
Event event) → bool -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的函数或属性时调用。继承
-
open(
) → Future -
继承
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
toString(
) → String - 该对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承
常量
-
midiMessageEvent → const EventStreamProvider<
MidiMessageEvent> - 静态工厂,用于将
midimessage
事件暴露给不是 necessarily 实例的 MidiInput 的事件处理器。