Partager via


MidiTimeCodeMessage Classe

Définition

Représente un message MIDI qui spécifie un code de temps.

public ref class MidiTimeCodeMessage sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiTimeCodeMessageFactory, 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 MidiTimeCodeMessage 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.IMidiTimeCodeMessageFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class MidiTimeCodeMessage final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiTimeCodeMessageFactory), 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 MidiTimeCodeMessage
[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.IMidiTimeCodeMessageFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MidiTimeCodeMessage
function MidiTimeCodeMessage(frameType, values)
Public NotInheritable Class MidiTimeCodeMessage
Héritage
Object Platform::Object IInspectable MidiTimeCodeMessage
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Constructeurs

MidiTimeCodeMessage(Byte, Byte)

Crée un objet MidiTimeCodeMessage .

Propriétés

FrameType

Obtient la valeur du type de trame comprise entre 0 et 7.

RawData

Obtient le tableau d’octets associés au message MIDI, y compris status’octet.

Timestamp

Obtient la durée comprise entre le moment où midiInPort a été créé et le moment où le message a été reçu. Pour les messages envoyés à un MidiOutPort, cette valeur n’a aucune signification.

Type

Obtient le type de ce message MIDI.

Values

Obtient la valeur du code de temps comprise entre 0 et 15.

S’applique à

Voir aussi