次の方法で共有


IMidiOutPort インターフェイス

定義

1 つの MIDI 出力ポートを表します。

public interface class IMidiOutPort : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2468179359, 22434, 19002, 173, 184, 70, 64, 136, 111, 102, 147)]
struct IMidiOutPort : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2468179359, 22434, 19002, 173, 184, 70, 64, 136, 111, 102, 147)]
public interface IMidiOutPort : System.IDisposable
Public Interface IMidiOutPort
Implements IDisposable
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

DeviceId

MIDI 出力ポートを含むデバイスの ID を取得します。

メソッド

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

SendBuffer(IBuffer)

MIDI 出力ポートを介してバッファーの内容を送信します。

SendMessage(IMidiMessage)

指定した MIDI メッセージのデータを、この MidiOutPort に関連付けられているデバイスに送信します。

適用対象

こちらもご覧ください