MixerLineControls Property |
Enumerator for the controls on this Mixer Limne
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic IEnumerable<MixerControl> Controls { get; }Public ReadOnly Property Controls As IEnumerable(Of MixerControl)
Get
public:
property IEnumerable<MixerControl^>^ Controls {
IEnumerable<MixerControl^>^ get ();
}member Controls : IEnumerable<MixerControl> with get
Property Value
IEnumerableMixerControl
See Also