public final class RecordedVideoInfo
extends Object 
Encapsulates info about recorded video.
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
RecordedVideoInfo
public RecordedVideoInfo(long recordedLength,
 @NonNull
 String filePath) 
 
 
- 
Method Details
- 
getRecordedLength
public final long getRecordedLength()
- Returns:
 
- length of the recorded video in milliseconds.
 
 
- 
getFilePath
@NonNull
public final String getFilePath()
 
- Returns:
 
- path to the recorded video file.
 
 
-