MIDIOutputMap

open class MIDIOutputMap : ReadonlyMap.Mixin<ERROR CLASS: Symbol not found for JsString, MIDIOutput> (source)

The MIDIOutputMap read-only interface of the Web MIDI API provides the set of MIDI output ports that are currently available. Available only in secure contexts.

MDN Reference

Properties

Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
open fun entries(): JsIterator<Tuple2<ERROR CLASS: Symbol not found for JsString, MIDIOutput>>
Link copied to clipboard
open fun forEach(action: (value: MIDIOutput, @R|kotlin/ParameterName|(name = String(key)) ERROR CLASS: Symbol not found for JsString) -> Unit)
Link copied to clipboard
open override fun get(key: ERROR CLASS: Symbol not found for JsString): MIDIOutput?
Link copied to clipboard
open fun has(key: ERROR CLASS: Symbol not found for JsString): Boolean
Link copied to clipboard
open override fun keys(): JsIterator<ERROR CLASS: Symbol not found for JsString>
Link copied to clipboard