Class EventType
Represents an event's identity described by its type and corresponding status byte.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class EventType
Constructors
EventType(Type, byte)
Initializes a new instance of the EventType with the specified type and
status byte.
Declaration
public EventType(Type type, byte statusByte)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Type of an event. |
byte | statusByte | Status byte of an event. |
Properties
StatusByte
Gets the status byte of events described by this instance of the EventType.
Declaration
public byte StatusByte { get; }
Property Value
Type | Description |
---|---|
byte |
Type
Gets the type of events described by this instance of the EventType.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |