Google Cloud Video Transcoder V1 Client - Class NormalizedCoordinate (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class NormalizedCoordinate.
2D normalized coordinates. Default: {0.0, 0.0}
Generated from protobuf message google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ OverlayMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ x |
float
Normalized x coordinate. |
↳ y |
float
Normalized y coordinate. |
getX
Normalized x coordinate.
| Returns | |
|---|---|
| Type | Description |
float |
|
setX
Normalized x coordinate.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getY
Normalized y coordinate.
| Returns | |
|---|---|
| Type | Description |
float |
|
setY
Normalized y coordinate.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|