|
DreamineVMS 1.0.0.0
Windows PC의 RTSP·USB 카메라 영상을 HLS로 변환해 원격 CCTV Viewer에 전달하는 데스크톱 에이전트입니다.
|

Public 멤버 함수 | |
| CameraRuntimeState | GetState (string cameraId) |
| IReadOnlyList< CameraRuntimeState > | GetAll () |
| void | SetState (string cameraId, CameraConnectionState state, string message, string? error=null) |
| void | IncrementRestart (string cameraId, string message) |
이벤트 | |
| EventHandler< CameraRuntimeState >? | StateChanged |
카메라 런타임 상태 관리 서비스입니다.
ICameraRuntimeStateService.cs 파일의 13 번째 라인에서 정의되었습니다.
| IReadOnlyList< CameraRuntimeState > DreamineVMS.Services.Runtime.ICameraRuntimeStateService.GetAll | ( | ) |
모든 카메라 상태를 반환합니다.
IReadOnlyList<CameraRuntimeState> 결과입니다.DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.
| CameraRuntimeState DreamineVMS.Services.Runtime.ICameraRuntimeStateService.GetState | ( | string | cameraId | ) |
지정한 카메라 상태를 반환합니다.
| cameraId | camera Id에 사용할 string 값입니다. |
CameraRuntimeState 결과입니다.DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.
| void DreamineVMS.Services.Runtime.ICameraRuntimeStateService.IncrementRestart | ( | string | cameraId, |
| string | message ) |
재시작 횟수를 증가시킵니다.
| cameraId | camera Id에 사용할 string 값입니다. |
| message | 처리할 메시지입니다. |
DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.
| void DreamineVMS.Services.Runtime.ICameraRuntimeStateService.SetState | ( | string | cameraId, |
| CameraConnectionState | state, | ||
| string | message, | ||
| string? | error = null ) |
카메라 상태를 설정합니다.
| cameraId | camera Id에 사용할 string 값입니다. |
| state | state에 사용할 CameraConnectionState 값입니다. |
| message | 처리할 메시지입니다. |
| error | error에 사용할 string? 값입니다. |
DreamineVMS.Services.Runtime.CameraRuntimeStateService에서 구현되었습니다.
| EventHandler<CameraRuntimeState>? DreamineVMS.Services.Runtime.ICameraRuntimeStateService.StateChanged |
상태 변경 이벤트입니다.
ICameraRuntimeStateService.cs 파일의 23 번째 라인에서 정의되었습니다.