Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Error ( RtMidiErrorType errorType, string message ) : void | ||
GetAvailableApis ( ) : RtMidiApi[] | ||
GetPortName ( int portNumber ) : string | ||
OpenPort ( int portNumber, string portName ) : void | ||
OpenVirtualPort ( string portName ) : void |
Méthode | Description | |
---|---|---|
ReleaseDevice ( ) : void | ||
RtMidiDevice ( |
public static Error ( RtMidiErrorType errorType, string message ) : void | ||
errorType | RtMidiErrorType | |
message | string | |
Résultat | void |
public static GetAvailableApis ( ) : RtMidiApi[] | ||
Résultat | RtMidiApi[] |
public GetPortName ( int portNumber ) : string | ||
portNumber | int | |
Résultat | string |
public OpenPort ( int portNumber, string portName ) : void | ||
portNumber | int | |
portName | string | |
Résultat | void |
public OpenVirtualPort ( string portName ) : void | ||
portName | string | |
Résultat | void |
protected abstract ReleaseDevice ( ) : void | ||
Résultat | void |
protected RtMidiDevice ( |
||
handle | ||
Résultat | System |