Midi.SourceCount Property

Definition

Returns the number of sources in the system.

public static nint SourceCount { get; }
member this.SourceCount : nint

Property Value

System.System.IntPtr System.nativeint

Remarks

Use the T:CoreMidi.MidiEndpoint.GetSource(int) to fetch a specific source (represented by a MidiEndpoint).

Applies to