\Google\Photos\Library\V1Video

Metadata that is specific to a video, for example, fps and processing status.

Some of these fields may be null or not included.

Generated from protobuf message google.photos.library.v1.Video

Summary

Methods
Properties
Constants
__construct()
getCameraMake()
setCameraMake()
getCameraModel()
setCameraModel()
getFps()
setFps()
getStatus()
setStatus()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$camera_make
$camera_model
$fps
$status
N/A

Properties

$camera_make

$camera_make : 

Brand of the camera with which the video was taken.

Generated from protobuf field string camera_make = 1;

Type

$camera_model

$camera_model : 

Model of the camera with which the video was taken.

Generated from protobuf field string camera_model = 2;

Type

$fps

$fps : 

Frame rate of the video.

Generated from protobuf field double fps = 3;

Type

$status

$status : 

Processing status of the video.

Generated from protobuf field .google.photos.library.v1.VideoProcessingStatus status = 4;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $camera_make
      Brand of the camera with which the video was taken.
@type string $camera_model
      Model of the camera with which the video was taken.
@type float $fps
      Frame rate of the video.
@type int $status
      Processing status of the video.

}

getCameraMake()

getCameraMake() : string

Brand of the camera with which the video was taken.

Generated from protobuf field string camera_make = 1;

Returns

string

setCameraMake()

setCameraMake(string  $var) : $this

Brand of the camera with which the video was taken.

Generated from protobuf field string camera_make = 1;

Parameters

string $var

Returns

$this

getCameraModel()

getCameraModel() : string

Model of the camera with which the video was taken.

Generated from protobuf field string camera_model = 2;

Returns

string

setCameraModel()

setCameraModel(string  $var) : $this

Model of the camera with which the video was taken.

Generated from protobuf field string camera_model = 2;

Parameters

string $var

Returns

$this

getFps()

getFps() : float

Frame rate of the video.

Generated from protobuf field double fps = 3;

Returns

float

setFps()

setFps(float  $var) : $this

Frame rate of the video.

Generated from protobuf field double fps = 3;

Parameters

float $var

Returns

$this

getStatus()

getStatus() : integer

Processing status of the video.

Generated from protobuf field .google.photos.library.v1.VideoProcessingStatus status = 4;

Returns

integer

setStatus()

setStatus(integer  $var) : $this

Processing status of the video.

Generated from protobuf field .google.photos.library.v1.VideoProcessingStatus status = 4;

Parameters

integer $var

Returns

$this