PgsSnapshotMetadata
Represents metadata about a PgsSnapshot.
Summary
Public attributes |
|
|---|---|
cover_image_aspect_ratio
|
float
The aspect ratio of cover image for snapshot.
|
cover_image_uri
|
const char *
The URI of the cover image for this snapshot. Can be null.
|
description
|
const char *
The description of this snapshot. Can be null.
|
device_name
|
const char *
The name of device which wrote snapshot. Can be null.
|
has_change_pending
|
bool
Whether or not this snapshot has any changes pending that have not been uploaded to the server.
|
last_modified_timestamp
|
int64_t
The last time this snapshot was modified, in millis since epoch.
|
played_time
|
int64_t
The played time of this snapshot in milliseconds.
|
progress_value
|
int64_t
The progress value for this snapshot.
|
snapshot_id
|
const char *
The ID of this snapshot.
|
unique_name
|
const char *
The unique name of this snapshot. Can be null.
|
Public attributes
cover_image_aspect_ratio
float PgsSnapshotMetadata::cover_image_aspect_ratio
The aspect ratio of cover image for snapshot.
cover_image_uri
const char * PgsSnapshotMetadata::cover_image_uri
The URI of the cover image for this snapshot. Can be null.
description
const char * PgsSnapshotMetadata::description
The description of this snapshot. Can be null.
device_name
const char * PgsSnapshotMetadata::device_name
The name of device which wrote snapshot. Can be null.
has_change_pending
bool PgsSnapshotMetadata::has_change_pending
Whether or not this snapshot has any changes pending that have not been uploaded to the server.
last_modified_timestamp
int64_t PgsSnapshotMetadata::last_modified_timestamp
The last time this snapshot was modified, in millis since epoch.
played_time
int64_t PgsSnapshotMetadata::played_time
The played time of this snapshot in milliseconds.
progress_value
int64_t PgsSnapshotMetadata::progress_value
The progress value for this snapshot.
snapshot_id
const char * PgsSnapshotMetadata::snapshot_id
The ID of this snapshot.
unique_name
const char * PgsSnapshotMetadata::unique_name
The unique name of this snapshot. Can be null.