비디오 » Api

downloadrecording

Description

녹화 영상을 다운로드한다.

Parameters

Parameters Type Description
arrRecordedBlobs Array 녹화된 데이터
strVideoName STRING 다운로드될 영상 이름

Return Value

Type Description
BOOL 정상 여부

Example

function btn_on_mouseup() { video.downloadrecording(video.getrecoreddata(), "video1"); }

See Also

getrecoreddata

Viewer Ver.

9.1.1.1

Update Date

20220117