MidiTimeCodeMessage Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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. |