Class AudioStreamFromParticipantResponse
public sealed class AudioStreamFromParticipantResponse : Google.Protobuf.IMessage<AudioStreamFromParticipantResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
AudioStreamFromParticipantResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
AudioStreamFromParticipantResponse()
public AudioStreamFromParticipantResponse()
AudioStreamFromParticipantResponse(AudioStreamFromParticipantResponse)
public AudioStreamFromParticipantResponse(AudioStreamFromParticipantResponse 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<AudioStreamFromParticipantResponse> Parser { get; }
Property Value
- MessageParser<AudioStreamFromParticipantResponse>
Stream
public OwnedAudioStream Stream { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public AudioStreamFromParticipantResponse Clone()
Returns
Equals(AudioStreamFromParticipantResponse)
public bool Equals(AudioStreamFromParticipantResponse 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(AudioStreamFromParticipantResponse)
public void MergeFrom(AudioStreamFromParticipantResponse other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream