NERtcAudioRecordingCycleTime class
录制过程中,循环缓存的最大时间长度,单位(s)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CycleTime0 → const int
- 音频录制缓存时间为0,实时写文件(默认)
- CycleTime10 → const int
-
音频录制缓存时间为10s,StopAudioRectording()后,将缓存都写到文件,文件数据时间跨度为:
0,10s
- CycleTime60 → const int
-
音频录制缓存时间为10s,StopAudioRectording()后,将缓存都写到文件,文件数据时间跨度为:
0,60s
- CycleTime360 → const int
-
音频录制缓存时间为10s,StopAudioRectording()后,将缓存都写到文件,文件数据时间跨度为:
0,360s
- CycleTime900 → const int
-
音频录制缓存时间为10s,StopAudioRectording()后,将缓存都写到文件,文件数据时间跨度为:
0,900s