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."],[[["The `Event.Types.MuteTask` class in the Live Stream v1 API is used to mute a live stream."],["This class is part of the `Google.Cloud.Video.LiveStream.V1` namespace and is implemented in the `Google.Cloud.Video.LiveStream.V1.dll` assembly."],["The latest version of `Event.Types.MuteTask` is 1.8.0, and previous versions from 1.0.0 to 1.7.0 are also accessible."],["The `MuteTask` class has a constructor that allows creating a new instance or copying an existing one, and a `Duration` property that sets the mute length."],["The `MuteTask` will mute a stream until the duration ends, or until an `UnmuteTask` event is sent if no duration is provided."]]],[]]