public sealed class Event.Types.MuteTask : IMessage<Event.Types.MuteTask>, IEquatable<Event.Types.MuteTask>, IDeepCloneable<Event.Types.MuteTask>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Event.Types.MuteTask.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `Event.Types.MuteTask` class within the Live Stream v1 API, which is designed to mute a stream."],["The `MuteTask` class is available in multiple versions, ranging from 1.0.0 to the latest 1.8.0, and is part of the `Google.Cloud.Video.LiveStream.V1` namespace."],["The `MuteTask` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The primary function of the `MuteTask` class is to mute a live stream, with an optional `Duration` property to specify how long the stream should remain muted."],["The page includes details on the class's constructors, including a default constructor `MuteTask()` and a copy constructor `MuteTask(MuteTask other)`, as well as the duration property."]]],[]]