Class MidiTimeCodeReceivedEventArgs
Provides data for the MidiTimeCodeReceived event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class MidiTimeCodeReceivedEventArgs : EventArgs
Properties
Format
Gets format of MIDI time code.
Declaration
public MidiTimeCodeType Format { get; }
Property Value
Type | Description |
---|---|
MidiTimeCodeType |
Frames
Gets the frames component of MIDI time code.
Declaration
public int Frames { get; }
Property Value
Type | Description |
---|---|
int |
Hours
Gets the hours component of MIDI time code.
Declaration
public int Hours { get; }
Property Value
Type | Description |
---|---|
int |
Minutes
Gets the minutes component of MIDI time code.
Declaration
public int Minutes { get; }
Property Value
Type | Description |
---|---|
int |
Seconds
Gets the seconds component of MIDI time code.
Declaration
public int Seconds { get; }
Property Value
Type | Description |
---|---|
int |