DreamineVMS
1.0.0.0
Windows PC의 RTSP·USB 카메라 영상을 HLS로 변환해 원격 CCTV Viewer에 전달하는 데스크톱 에이전트입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
ICameraStreamService.cs
이 파일의 문서화 페이지로 가기
1
namespace
DreamineVMS.Services.Streaming
;
2
11
public
interface
ICameraStreamService
12
{
45
Task
StartAsync
(
string
cameraId, CancellationToken cancellationToken =
default
);
46
79
Task
StopAsync
(
string
cameraId, CancellationToken cancellationToken =
default
);
80
105
Task
StartAllAsync
(CancellationToken cancellationToken =
default
);
106
131
Task
StopAllAsync
(CancellationToken cancellationToken =
default
);
132
}
DreamineVMS.Services.Streaming
Definition
ChildProcessJob.cs:6
DreamineVMS.Services.Streaming.ICameraStreamService
Definition
ICameraStreamService.cs:12
DreamineVMS.Services.Streaming.ICameraStreamService.StopAsync
Task StopAsync(string cameraId, CancellationToken cancellationToken=default)
DreamineVMS.Services.Streaming.ICameraStreamService.StopAllAsync
Task StopAllAsync(CancellationToken cancellationToken=default)
DreamineVMS.Services.Streaming.ICameraStreamService.StartAllAsync
Task StartAllAsync(CancellationToken cancellationToken=default)
DreamineVMS.Services.Streaming.ICameraStreamService.StartAsync
Task StartAsync(string cameraId, CancellationToken cancellationToken=default)
Services
Streaming
ICameraStreamService.cs
다음에 의해 생성됨 :
1.17.0