Class FrameCryptorSetEnabledRequest
public sealed class FrameCryptorSetEnabledRequest : Google.Protobuf.IMessage<FrameCryptorSetEnabledRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
FrameCryptorSetEnabledRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
FrameCryptorSetEnabledRequest()
public FrameCryptorSetEnabledRequest()
FrameCryptorSetEnabledRequest(FrameCryptorSetEnabledRequest)
public FrameCryptorSetEnabledRequest(FrameCryptorSetEnabledRequest other)
Parameters
Fields
EnabledFieldNumber
Field number for the "enabled" field.
public const int EnabledFieldNumber = 3
Field Value
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
TrackSidFieldNumber
Field number for the "track_sid" field.
public const int TrackSidFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Enabled
public bool Enabled { get; set; }
Property Value
HasEnabled
Gets whether the "enabled" field is set
public bool HasEnabled { get; }
Property Value
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
HasTrackSid
Gets whether the "track_sid" field is set
public bool HasTrackSid { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<FrameCryptorSetEnabledRequest> Parser { get; }
Property Value
- MessageParser<FrameCryptorSetEnabledRequest>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
TrackSid
public string TrackSid { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearEnabled()
Clears the value of the "enabled" field
public void ClearEnabled()
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
ClearTrackSid()
Clears the value of the "track_sid" field
public void ClearTrackSid()
Clone()
public FrameCryptorSetEnabledRequest Clone()
Returns
Equals(FrameCryptorSetEnabledRequest)
public bool Equals(FrameCryptorSetEnabledRequest other)
Parameters
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(FrameCryptorSetEnabledRequest)
public void MergeFrom(FrameCryptorSetEnabledRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream