Google Cloud Video Transcoder V1beta1 Client - Class OriginUri (0.9.1)

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

Namespace

Google \ Cloud \ Video \ Transcoder \ V1beta1 \ Job

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getDash

Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.

Returns
TypeDescription
string

setDash

Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.

Parameter
NameDescription
var string
Returns
TypeDescription
$this