Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::InputConfig.
Configuration for the input sources of a channel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_switch_mode
def input_switch_mode() -> ::Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode
Returns
-
(::Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode) — Input switch mode. Default mode is
FAILOVER_PREFER_PRIMARY
.
#input_switch_mode=
def input_switch_mode=(value) -> ::Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode
Parameter
-
value (::Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode) — Input switch mode. Default mode is
FAILOVER_PREFER_PRIMARY
.
Returns
-
(::Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode) — Input switch mode. Default mode is
FAILOVER_PREFER_PRIMARY
.