Package com.banuba.sdk.entity
Class RecordedVideoInfo
- java.lang.Object
-
- com.banuba.sdk.entity.RecordedVideoInfo
-
public final class RecordedVideoInfo extends java.lang.Object
Encapsulates info about recorded video.
-
-
Constructor Summary
Constructors Constructor Description RecordedVideoInfo(long recordedLength, java.lang.String filePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFilePath()
long
getRecordedLength()
java.lang.String
toString()
-
-
-
Method Detail
-
getRecordedLength
public final long getRecordedLength()
- Returns:
- length of the recorded video in milliseconds.
-
getFilePath
@NonNull public final java.lang.String getFilePath()
- Returns:
- path to the recorded video file.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-