Class 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)  
    • Constructor Detail

      • RecordedVideoInfo

        public RecordedVideoInfo​(long recordedLength,
                                 @NonNull
                                 java.lang.String filePath)
    • 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 class java.lang.Object