Class LocalTrackMuteRequest
Mute/UnMute a track
public sealed class LocalTrackMuteRequest : Google.Protobuf.IMessage<LocalTrackMuteRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
LocalTrackMuteRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
LocalTrackMuteRequest()
public LocalTrackMuteRequest()
LocalTrackMuteRequest(LocalTrackMuteRequest)
public LocalTrackMuteRequest(LocalTrackMuteRequest other)
Parameters
otherLocalTrackMuteRequest
Fields
MuteFieldNumber
Field number for the "mute" field.
public const int MuteFieldNumber = 2
Field Value
TrackHandleFieldNumber
Field number for the "track_handle" field.
public const int TrackHandleFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasMute
Gets whether the "mute" field is set
public bool HasMute { get; }
Property Value
HasTrackHandle
Gets whether the "track_handle" field is set
public bool HasTrackHandle { get; }
Property Value
Mute
public bool Mute { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<LocalTrackMuteRequest> Parser { get; }
Property Value
- MessageParser<LocalTrackMuteRequest>
TrackHandle
public ulong TrackHandle { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearMute()
Clears the value of the "mute" field
public void ClearMute()
ClearTrackHandle()
Clears the value of the "track_handle" field
public void ClearTrackHandle()
Clone()
public LocalTrackMuteRequest Clone()
Returns
Equals(LocalTrackMuteRequest)
public bool Equals(LocalTrackMuteRequest other)
Parameters
otherLocalTrackMuteRequest
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(LocalTrackMuteRequest)
public void MergeFrom(LocalTrackMuteRequest other)
Parameters
otherLocalTrackMuteRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream