Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::Event::MuteTask (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Event::MuteTask.

Mutes the stream.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#duration

def duration() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.

#duration=

def duration=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.
Returns
  • (::Google::Protobuf::Duration) — Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.