drive
v2
|
#include <file.h>
Public Member Functions | |
FileVideoMediaMetadata (const Json::Value &storage) | |
FileVideoMediaMetadata (Json::Value *storage) | |
virtual | ~FileVideoMediaMetadata () |
const StringPiece | GetTypeName () const |
bool | has_duration_millis () const |
void | clear_duration_millis () |
int64 | get_duration_millis () const |
void | set_duration_millis (int64 value) |
bool | has_height () const |
void | clear_height () |
int32 | get_height () const |
void | set_height (int32 value) |
bool | has_width () const |
void | clear_width () |
int32 | get_width () const |
void | set_width (int32 value) |
Static Public Member Functions | |
static FileVideoMediaMetadata * | New () |
Metadata about video media. This will only be present for video types.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'durationMillis
' attribute.
|
inline |
Clears the 'height
' attribute.
|
inline |
Clears the 'width
' attribute.
|
inline |
Get the value of the 'durationMillis
' attribute.
|
inline |
Get the value of the 'height
' attribute.
|
inline |
Get the value of the 'width
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::FileVideoMediaMetadata
|
inline |
Determine if the 'durationMillis
' attribute was set.
durationMillis
' attribute was set.
|
inline |
Determine if the 'height
' attribute was set.
height
' attribute was set.
|
inline |
Determine if the 'width
' attribute was set.
width
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'durationMillis
' attribute.
The duration of the video in milliseconds.
[in] | value | The new value. |
|
inline |
Change the 'height
' attribute.
The height of the video in pixels.
[in] | value | The new value. |
|
inline |