recordCountdownTimer property
The Timer for record countdown. 用于录制视频倒计时的计时器
Stop record When the record time reached the maximumRecordingDuration
.
However, if there's no limitation on record time, this will be useless.
当录像时间达到了最大时长,将通过定时器停止录像。
但如果录像时间没有限制,定时器将不会起作用。
Implementation
Timer? recordCountdownTimer;