다음을 통해 공유


IMidiOutPort 인터페이스

정의

단일 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 out 포트가 포함된 디바이스의 ID를 가져옵니다.

메서드

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

SendBuffer(IBuffer)

MIDI 아웃 포트를 통해 버퍼의 콘텐츠를 보냅니다.

SendMessage(IMidiMessage)

지정된 MIDI 메시지의 데이터를 이 MidiOutPort와 연결된 디바이스로 보냅니다.

적용 대상

추가 정보