Package io.agora.rtc2
Class RecorderInfo
java.lang.Object
io.agora.rtc2.RecorderInfo
- Since:
- v3.5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionintDuration of the recorded file, in milliseconds.The absolute storage path of the recording file.intSize of the recording file, in bytes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileName
The absolute storage path of the recording file. -
durationMs
public int durationMsDuration of the recorded file, in milliseconds. -
fileSize
public int fileSizeSize of the recording file, in bytes.
-
-
Constructor Details
-
RecorderInfo
-