MIDIAccess: outputs Eigenschaft
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Sicherer Kontext: Diese Funktion ist nur in sicheren Kontexten (HTTPS) in einigen oder allen unterstützenden Browsern verfügbar.
Die outputs
schreibgeschützte Eigenschaft des MIDIAccess
-Interfaces bietet Zugriff auf verfügbare MIDI-Ausgabeports.
Wert
Eine Instanz von MIDIOutputMap
.
Beispiele
Die Methode Navigator.requestMIDIAccess()
gibt ein Promise zurück, das mit einem MIDIAccess
-Objekt aufgelöst wird. Das Ausgeben des Werts von outputs
in die Konsole gibt eine MIDIOutputMap
zurück.
js
navigator.requestMIDIAccess().then((access) => {
console.log(access.outputs);
});
Spezifikationen
Specification |
---|
Web MIDI API # dom-midiaccess-outputs |
Browser-Kompatibilität
BCD tables only load in the browser