Package io.agora.rtc2

Class RecorderInfo

java.lang.Object
io.agora.rtc2.RecorderInfo

public class RecorderInfo extends Object
Since:
v3.5.2
  • Field Details

    • fileName

      public String fileName
      The absolute storage path of the recording file.
    • durationMs

      public int durationMs
      Duration of the recorded file, in milliseconds.
    • fileSize

      public int fileSize
      Size of the recording file, in bytes.
  • Constructor Details

    • RecorderInfo

      public RecorderInfo(String fileName, int durationMs, int fileSize)