Class: Google::Cloud::Video::LiveStream::V1::Event::MuteTask
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Event::MuteTask
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Mutes the stream.
Instance Attribute Summary collapse
-
#duration ⇒ ::Google::Protobuf::Duration
Duration for which the stream should be muted.
Instance Attribute Details
#duration ⇒ ::Google::Protobuf::Duration
Returns Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.
612 613 614 615 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 612 class MuteTask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |