Class DbxEntry.File.VideoInfo

  • Enclosing class:
    DbxEntry.File

    public static final class DbxEntry.File.VideoInfo
    extends Dumpable
    Video metadata that the Dropbox server extracted from the video file.
    • Field Detail

      • timeTaken

        public final java.util.Date timeTaken
        When the video was recorded.
      • duration

        public final java.lang.Long duration
        The duration of the video, in seconds.
      • PENDING

        public static final DbxEntry.File.VideoInfo PENDING
        The singleton value used when the Dropbox server returns "pending" for
    • Constructor Detail

      • VideoInfo

        public VideoInfo​(java.util.Date timeTaken,
                         DbxEntry.File.Location location,
                         java.lang.Long duration)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object