public class RecorderInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
durationMs
The recording duration, in milliseconds.
|
java.lang.String |
fileName
The absolute path of the recording file.
|
int |
fileSize
The size in bytes of the recording file.
|
Constructor and Description |
---|
RecorderInfo(java.lang.String fileName,
int durationMs,
int fileSize) |