ocx录像回放播放器
方法 | 返回值 | 描述 |
---|---|---|
swGetDuration() | int | 视频时长(单位ms) |
swGetCurrentTime() | int | 当前播放进度(ms) |
swPlay() | jSW.RcCode | 播放 |
swPause() | jSW.RcCode | 暂停 |
swStep() | jSW.RcCode | 单帧步进 |
swJump(options: {ntp_begin: offset_ms }) | jSW.RcCode | 跳转 |
swClose() | jSW.RcCode | 关闭 |