Class LocalTrackMuteResponse
public sealed class LocalTrackMuteResponse : Google.Protobuf.IMessage<LocalTrackMuteResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
LocalTrackMuteResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
LocalTrackMuteResponse()
public LocalTrackMuteResponse()
LocalTrackMuteResponse(LocalTrackMuteResponse)
public LocalTrackMuteResponse(LocalTrackMuteResponse other)
Parameters
otherLocalTrackMuteResponse
Fields
MutedFieldNumber
Field number for the "muted" field.
public const int MutedFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasMuted
Gets whether the "muted" field is set
public bool HasMuted { get; }
Property Value
Muted
public bool Muted { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<LocalTrackMuteResponse> Parser { get; }
Property Value
- MessageParser<LocalTrackMuteResponse>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearMuted()
Clears the value of the "muted" field
public void ClearMuted()
Clone()
public LocalTrackMuteResponse Clone()
Returns
Equals(LocalTrackMuteResponse)
public bool Equals(LocalTrackMuteResponse other)
Parameters
otherLocalTrackMuteResponse
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(LocalTrackMuteResponse)
public void MergeFrom(LocalTrackMuteResponse other)
Parameters
otherLocalTrackMuteResponse
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream