Class ParticipantVideo
public sealed class ParticipantVideo : IMessage<ParticipantVideo>, IEquatable<ParticipantVideo>, IDeepCloneable<ParticipantVideo>, IBufferMessage, IMessage
- Inheritance
-
ParticipantVideo
- Implements
-
IMessage<ParticipantVideo>IDeepCloneable<ParticipantVideo>IBufferMessageIMessage
- Inherited Members
Constructors
ParticipantVideo()
public ParticipantVideo()
ParticipantVideo(ParticipantVideo)
public ParticipantVideo(ParticipantVideo other)
Parameters
otherParticipantVideo
Fields
IdentityFieldNumber
Field number for the "identity" field.
public const int IdentityFieldNumber = 1
Field Value
PreferScreenShareFieldNumber
Field number for the "prefer_screen_share" field.
public const int PreferScreenShareFieldNumber = 2
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Identity
public string Identity { get; set; }
Property Value
Parser
public static MessageParser<ParticipantVideo> Parser { get; }
Property Value
- MessageParser<ParticipantVideo>
PreferScreenShare
public bool PreferScreenShare { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public ParticipantVideo Clone()
Returns
- ParticipantVideo
A deep clone of this object.
Equals(ParticipantVideo)
public bool Equals(ParticipantVideo other)
Parameters
otherParticipantVideo
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(ParticipantVideo)
Merges the given message into this one.
public void MergeFrom(ParticipantVideo other)
Parameters
otherParticipantVideo
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.