MixerLineControls Property |
Gets the controls of the mixer line.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public MixerControl[] Controls { get; }
Public ReadOnly Property Controls As MixerControl()
Get
public:
property array<MixerControl^>^ Controls {
array<MixerControl^>^ get ();
}
Property Value
Type:
MixerControlThe controls.
See Also