次の方法で共有


Midi クラス

定義

CoreMidi を使用するためのグローバル メソッドと定数。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static class Midi
public static class Midi
type Midi = class
継承
Midi
属性

プロパティ

DestinationCount

MIDI 宛先の数。

DeviceCount

システム内の MIDI デバイスの数 (外部接続デバイスと混同しないでください)。

ExternalDeviceCount

このシステムに接続されている外部デバイスの数。

NetworkBonjourServiceType

定数 MIDINetworkBonjourServiceType に関連付けられている値を表します

NetworkNotificationContactsDidChange

MIDI ネットワークが変更されたときに発生する通知。

NetworkNotificationSessionDidChange

MIDI セッションが変更されたときに発生する通知

SourceCount

システム内のソースの数を返します。

メソッド

GetDevice(nint)

指定した MIDI デバイスを表すオブジェクトを返します。

GetExternalDevice(nint)

指定した外部 MIDI デバイスを表すオブジェクトを返します。

Restart()

MIDI サブシステムを再起動します。

適用対象

こちらもご覧ください