Class VideoStreamFromParticipantResponse
public sealed class VideoStreamFromParticipantResponse : Google.Protobuf.IMessage<VideoStreamFromParticipantResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
VideoStreamFromParticipantResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
VideoStreamFromParticipantResponse()
public VideoStreamFromParticipantResponse()
VideoStreamFromParticipantResponse(VideoStreamFromParticipantResponse)
public VideoStreamFromParticipantResponse(VideoStreamFromParticipantResponse other)
Parameters
Fields
StreamFieldNumber
Field number for the "stream" field.
public const int StreamFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static Google.Protobuf.MessageParser<VideoStreamFromParticipantResponse> Parser { get; }
Property Value
- MessageParser<VideoStreamFromParticipantResponse>
Stream
public OwnedVideoStream Stream { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public VideoStreamFromParticipantResponse Clone()
Returns
Equals(VideoStreamFromParticipantResponse)
public bool Equals(VideoStreamFromParticipantResponse 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(VideoStreamFromParticipantResponse)
public void MergeFrom(VideoStreamFromParticipantResponse other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream