public static final class DbxEntry.File.VideoInfo extends Dumpable
| Modifier and Type | Field and Description | 
|---|---|
| Long | durationThe duration of the video, in seconds. | 
| DbxEntry.File.Location | locationWhere the video was recorded. | 
| static DbxEntry.File.VideoInfo | PENDINGThe singleton value used when the Dropbox server returns "pending" for | 
| static JsonReader<DbxEntry.File.VideoInfo> | Reader | 
| Date | timeTakenWhen the video was recorded. | 
| Constructor and Description | 
|---|
| VideoInfo(Date timeTaken,
         DbxEntry.File.Location location,
         Long duration) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dumpFields(DumpWriter w) | 
| boolean | equals(DbxEntry.File.VideoInfo o) | 
| boolean | equals(Object o) | 
| int | hashCode() | 
getTypeName, toString, toString, toStringMultiline, toStringMultilinepublic final Date timeTaken
public final DbxEntry.File.Location location
public final Long duration
public static JsonReader<DbxEntry.File.VideoInfo> Reader
public static final DbxEntry.File.VideoInfo PENDING
public VideoInfo(Date timeTaken, DbxEntry.File.Location location, Long duration)
protected void dumpFields(DumpWriter w)
dumpFields in class Dumpablepublic boolean equals(DbxEntry.File.VideoInfo o)