Class RecordedVideoInfo

java.lang.Object
com.banuba.sdk.entity.RecordedVideoInfo

public final class RecordedVideoInfo extends Object
Encapsulates info about recorded video.
  • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object