Class: DropboxApi::Metadata::VideoMetadata

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/metadata/video_metadata.rb

Overview

Example of a serialized MediaInfo object: { ".tag": "video", "dimensions": { "height": 1500, "width": 1500 }, "location": { "latitude": 10.123456, "longitude": 5.123456 } "time_taken": "2016-09-04T17:00:27Z", "duration": 6000 }

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base