DestinationLineSources Property |
Gets the source lines.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public MixerLine[] Sources { get; }
Public ReadOnly Property Sources As MixerLine()
Get
public:
property array<MixerLine^>^ Sources {
array<MixerLine^>^ get ();
}
Property Value
Type:
MixerLineThe sources.
See Also