Click or drag to resize

ContentState Enumeration

Describes content states possible values.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public enum ContentState
Members
Member nameValueDescription
ConnectionAvailable0 The connection to the camera is established. Video is not necessarily being displayed.
ConnectionNotAvailable1 The connection to the camera cannot be established.
ConnectionLoss2 The connection to the camera is lost.
InvalidCredentials3 Device is not properly configured with user name and password.
OutOfRenderer4 Occurs when there is a lack of system resources to display video.
Initial5 Initial state. Camera is not configured or connection to camera is in progress.
FirstFrameDisplayed6 First frame appeared in the image pane.
See Also