\Google\Photos\TypesVideo

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.types.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
$camera_make
$camera_model
$fps
$status
N/A
No private methods found
No private properties found
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;

$camera_model

$camera_model

Model of the camera with which the video was taken.

Generated from protobuf field string camera_model = 2;

$fps

$fps

Frame rate of the video.

Generated from protobuf field double fps = 3;

$status

$status

Processing status of the video.

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

Methods

__construct()

__construct(array  $data = NULL) : mixed

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.

}

Returns

mixed

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() : int

Processing status of the video.

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

Returns

int

setStatus()

setStatus(int  $var) : $this

Processing status of the video.

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

Parameters

int $var

Returns

$this