V4.9.9测试版第一次提交 构建版本9.9.1
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
/** 回放的状态 */
|
||||
@property (nonatomic, readonly) GWP2PPlaybackState playbackState;
|
||||
|
||||
/** 播放倍速 */
|
||||
@property (nonatomic, assign) GWPlaybackSpeed speed;
|
||||
|
||||
/**
|
||||
播放设备远程录像文件,原理和监控设备是一样的,需要先呼叫连接设备
|
||||
|
||||
@@ -60,6 +63,10 @@
|
||||
*/
|
||||
- (void)p2pPauseOrResume;
|
||||
|
||||
/**
|
||||
暂停
|
||||
*/
|
||||
- (void)p2pPause;
|
||||
|
||||
/**
|
||||
快进或者取消快进
|
||||
|
||||
Reference in New Issue
Block a user