Package io.agora.rtc2

Class RecorderInfo

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

public class RecorderInfo extends Object
Information for the recording file.
Since:
v3.5.2
  • Field Details

    • fileName

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

      public int durationMs
      The recording duration, in milliseconds.
    • fileSize

      public int fileSize
      The size in bytes of the recording file.
  • Constructor Details

    • RecorderInfo

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