The format of the recording file. The SDK currently supports only 1
, which is MP4 format.
The maximum recording duration, in milliseconds. The default value is 120000
.
The interval (ms) of updating the recording information.
The value range is [1000,10000]. Based on the set value of recorderInfoUpdateInterval
,
the SDK triggers the RecorderInfoUpdated
callback to report the updated recording information.
The absolute path (including the filename extensions) for the recording file. For example:
/storage/emulated/0/Android/data/<package name>/files/example.mp4
/App Sandbox/Library/Caches/example.mp4
Note Ensure that the specified path exists and is writable.
The recording content:
0x1
: Only audio.0x2
: Only video.0x3
: (Default) Audio and video.Generated using TypeDoc
Configurations for the local audio and video recording.
v3.6.2