Search Results for

    Show / Hide Table of Contents

    Class MidiTimeCodeReceivedEventArgs

    Provides data for the MidiTimeCodeReceived event.
    Inheritance
    object
    EventArgs
    MidiTimeCodeReceivedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top 2024 / Generated by DocFX