Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class InputSwitchTask.
Switches to another input stream. Automatic failover is then disabled.
Generated from protobuf message google.cloud.video.livestream.v1.Event.InputSwitchTask
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ EventMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_key |
string
The InputAttachment.key of the input to switch to. |
getInputKey
The InputAttachment.key of the input to switch to.
Returns | |
---|---|
Type | Description |
string |
setInputKey
The InputAttachment.key of the input to switch to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |