Package io.agora.rtc2
Class RecorderInfo
java.lang.Object
io.agora.rtc2.RecorderInfo
Information for the recording file.
- Since:
- v3.5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe recording duration, in milliseconds.The absolute path of the recording file.intThe size in bytes of the recording file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileName
The absolute path of the recording file. -
durationMs
public int durationMsThe recording duration, in milliseconds. -
fileSize
public int fileSizeThe size in bytes of the recording file.
-
-
Constructor Details
-
RecorderInfo
-