共用方式為


MidiChannelPressureMessage 類別

定義

表示指定通道壓力的 MIDI 訊息。

public ref class MidiChannelPressureMessage sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiChannelPressureMessageFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MidiChannelPressureMessage final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiChannelPressureMessageFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class MidiChannelPressureMessage final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiChannelPressureMessageFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MidiChannelPressureMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiChannelPressureMessageFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MidiChannelPressureMessage
function MidiChannelPressureMessage(channel, pressure)
Public NotInheritable Class MidiChannelPressureMessage
繼承
Object Platform::Object IInspectable MidiChannelPressureMessage
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

建構函式

MidiChannelPressureMessage(Byte, Byte)

建立新的 MidiChannelPressureMessage 物件。

屬性

Channel

從套用此訊息的 0-15 取得通道。

Pressure

從 0-127 取得壓力。

RawData

取得與 MIDI 訊息相關聯的位元組陣列,包括狀態位元組。

Timestamp

取得 從 MidiInPort 建立到收到訊息的時間的持續時間。 對於要傳送至 MidiOutPort的訊息,這個值沒有任何意義。

Type

取得這個 MIDI 訊息的類型。

適用於

另請參閱