General bit field for various camera functions Currently used for switching between external and internal camera on the PRO4 Bit 0: 0 = internal camera 1 = external camera

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int ControlState { get; set; }
Visual Basic (Declaration)
Public Property ControlState As Integer
Visual C++
public:
property int ControlState {
	int get ();
	void set (int value);
}

See Also