Share via


Midi.SourceCount Property

Definition

Returns the number of sources in the system.

public static IntPtr SourceCount { get; }
static member SourceCount : nativeint

Property Value

IntPtr

nativeint

Remarks

Use the GetSource(IntPtr) to fetch a specific source (represented by a MidiEndpoint).

Applies to