interval property

int interval
getter/setter pair

【字段含义】interval 录制信息更新频率,单位毫秒,有效范围:1000-10000。默认值为-1,表示不回调。

Implementation

int interval = -1;