RecorderInfo

Used to record information about the recorded file.

public class RecorderInfo {
  public String fileName;
  public int durationMs;
  public int fileSize;
}
Since
Added since v3.5.2.

Properties

fileName
Absolute storage path of the recorded file.
durationMs
Duration of the recorded file in milliseconds.
fileSize
Size of the recorded file in bytes.