Class UnknownChannelEventAction
An action that should be done in case of unknown channel event.
Inheritance
UnknownChannelEventAction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class UnknownChannelEventAction
Fields
Abort
Declaration
public static readonly UnknownChannelEventAction Abort
Field Value
Properties
DataBytesToSkipCount
Gets count of data bytes to skip be reading engine. Data bytes are event bytes without status byte.
Declaration
public int DataBytesToSkipCount { get; }
Property Value
Instruction
Gets instruction for reading engine to react on unknown channel event.
Declaration
public UnknownChannelEventInstruction Instruction { get; }
Property Value
Methods
SkipData(int)
Declaration
public static UnknownChannelEventAction SkipData(int dataBytesToSkipCount)
Parameters
Type |
Name |
Description |
int |
dataBytesToSkipCount |
Count of data bytes to skip be reading engine.
Data bytes are event bytes without status byte. |
Returns
Exceptions