Live Stream v1 API - Class Event.Types.MuteTask (1.5.0)

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.

Mutes the stream.

Inheritance

object > Event.Types.MuteTask

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

MuteTask()

public MuteTask()

MuteTask(MuteTask)

public MuteTask(Event.Types.MuteTask other)
Parameter
NameDescription
otherEventTypesMuteTask

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
TypeDescription
Duration