public sealed class Event.Types.MuteTask : IMessage<Event.Types.MuteTask>, IEquatable<Event.Types.MuteTask>, IDeepCloneable<Event.Types.MuteTask>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class Event.Types.MuteTask.
Mutes the stream.
Implements
IMessageEventTypesMuteTask, IEquatableEventTypesMuteTask, IDeepCloneableEventTypesMuteTask, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
MuteTask()
public MuteTask()MuteTask(MuteTask)
public MuteTask(Event.Types.MuteTask other)| Parameter | |
|---|---|
| Name | Description |
other |
EventTypesMuteTask |
Properties
Duration
public Duration Duration { get; set; }Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|