Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class OriginUri.
The origin URI.
Generated from protobuf message google.cloud.video.transcoder.v1beta1.Job.OriginUri
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ hls |
string
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed. |
↳ dash |
string
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed. |
getHls
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4.
If multiple HLS manifests are created, only the first one is listed.
Returns | |
---|---|
Type | Description |
string |
setHls
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4.
If multiple HLS manifests are created, only the first one is listed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDash
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
Returns | |
---|---|
Type | Description |
string |
setDash
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |