interval property

int interval
getter/setter pair

字段说明interval 是录制信息更新频率,单位为毫秒。取值范围:1000 - 10000。默认值:-1,表示不回调

Implementation

int interval = -1;