Content |
public enum ContentState
| Member name | Value | Description |
|---|---|---|
| ConnectionAvailable | 0 | The connection to the camera is established. Video is not necessarily being displayed. |
| ConnectionNotAvailable | 1 | The connection to the camera cannot be established. |
| ConnectionLoss | 2 | The connection to the camera is lost. |
| InvalidCredentials | 3 | Device is not properly configured with user name and password. |
| OutOfRenderer | 4 | Occurs when there is a lack of system resources to display video. |
| Initial | 5 | Initial state. Camera is not configured or connection to camera is in progress. |
| FirstFrameDisplayed | 6 | First frame appeared in the image pane. |