Class FrameCryptorSetKeyIndexRequest
public sealed class FrameCryptorSetKeyIndexRequest : Google.Protobuf.IMessage<FrameCryptorSetKeyIndexRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
FrameCryptorSetKeyIndexRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
FrameCryptorSetKeyIndexRequest()
public FrameCryptorSetKeyIndexRequest()
FrameCryptorSetKeyIndexRequest(FrameCryptorSetKeyIndexRequest)
public FrameCryptorSetKeyIndexRequest(FrameCryptorSetKeyIndexRequest other)
Parameters
Fields
KeyIndexFieldNumber
Field number for the "key_index" field.
public const int KeyIndexFieldNumber = 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
HasKeyIndex
Gets whether the "key_index" field is set
public bool HasKeyIndex { 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
KeyIndex
public int KeyIndex { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<FrameCryptorSetKeyIndexRequest> Parser { get; }
Property Value
- MessageParser<FrameCryptorSetKeyIndexRequest>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
TrackSid
public string TrackSid { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearKeyIndex()
Clears the value of the "key_index" field
public void ClearKeyIndex()
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 FrameCryptorSetKeyIndexRequest Clone()
Returns
Equals(FrameCryptorSetKeyIndexRequest)
public bool Equals(FrameCryptorSetKeyIndexRequest 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(FrameCryptorSetKeyIndexRequest)
public void MergeFrom(FrameCryptorSetKeyIndexRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream