Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class Output.
Location of output file(s) in a Google Cloud Storage bucket.
Generated from protobuf message google.cloud.video.livestream.v1.Channel.Output
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ ChannelMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
URI for the output file(s). For example, |
getUri
URI for the output file(s). For example, gs://my-bucket/outputs/.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI for the output file(s). For example, gs://my-bucket/outputs/.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|