Package com.dropbox.core.v1
Class DbxEntry.File.VideoInfo
java.lang.Object
com.dropbox.core.util.Dumpable
com.dropbox.core.v1.DbxEntry.File.VideoInfo
- Enclosing class:
DbxEntry.File
Video metadata that the Dropbox server extracted from the video file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal LongThe duration of the video, in seconds.final DbxEntry.File.LocationWhere the video was recorded.static final DbxEntry.File.VideoInfoThe singleton value used when the Dropbox server returns "pending" forstatic JsonReader<DbxEntry.File.VideoInfo> final DateWhen the video was recorded. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dropbox.core.util.Dumpable
getTypeName, toString, toString, toStringMultiline, toStringMultiline
-
Field Details
-
timeTaken
When the video was recorded. -
location
Where the video was recorded. -
duration
The duration of the video, in seconds. -
Reader
-
PENDING
The singleton value used when the Dropbox server returns "pending" for
-
-
Constructor Details
-
VideoInfo
-
-
Method Details