Class ParticipantEgressRequest
public sealed class ParticipantEgressRequest : IMessage<ParticipantEgressRequest>, IEquatable<ParticipantEgressRequest>, IDeepCloneable<ParticipantEgressRequest>, IBufferMessage, IMessage
- Inheritance
-
ParticipantEgressRequest
- Implements
-
IMessage<ParticipantEgressRequest>IDeepCloneable<ParticipantEgressRequest>IBufferMessageIMessage
- Inherited Members
Constructors
ParticipantEgressRequest()
public ParticipantEgressRequest()
ParticipantEgressRequest(ParticipantEgressRequest)
public ParticipantEgressRequest(ParticipantEgressRequest other)
Parameters
otherParticipantEgressRequest
Fields
AdvancedFieldNumber
Field number for the "advanced" field.
public const int AdvancedFieldNumber = 5
Field Value
FileOutputsFieldNumber
Field number for the "file_outputs" field.
public const int FileOutputsFieldNumber = 6
Field Value
IdentityFieldNumber
Field number for the "identity" field.
public const int IdentityFieldNumber = 2
Field Value
ImageOutputsFieldNumber
Field number for the "image_outputs" field.
public const int ImageOutputsFieldNumber = 9
Field Value
PresetFieldNumber
Field number for the "preset" field.
public const int PresetFieldNumber = 4
Field Value
RoomNameFieldNumber
Field number for the "room_name" field.
public const int RoomNameFieldNumber = 1
Field Value
ScreenShareFieldNumber
Field number for the "screen_share" field.
public const int ScreenShareFieldNumber = 3
Field Value
SegmentOutputsFieldNumber
Field number for the "segment_outputs" field.
public const int SegmentOutputsFieldNumber = 8
Field Value
StreamOutputsFieldNumber
Field number for the "stream_outputs" field.
public const int StreamOutputsFieldNumber = 7
Field Value
WebhooksFieldNumber
Field number for the "webhooks" field.
public const int WebhooksFieldNumber = 10
Field Value
Properties
Advanced
public EncodingOptions Advanced { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
FileOutputs
public RepeatedField<EncodedFileOutput> FileOutputs { get; }
Property Value
- RepeatedField<EncodedFileOutput>
HasPreset
Gets whether the "preset" field is set
public bool HasPreset { get; }
Property Value
Identity
public string Identity { get; set; }
Property Value
ImageOutputs
public RepeatedField<ImageOutput> ImageOutputs { get; }
Property Value
- RepeatedField<ImageOutput>
OptionsCase
public ParticipantEgressRequest.OptionsOneofCase OptionsCase { get; }
Property Value
Parser
public static MessageParser<ParticipantEgressRequest> Parser { get; }
Property Value
- MessageParser<ParticipantEgressRequest>
Preset
public EncodingOptionsPreset Preset { get; set; }
Property Value
RoomName
public string RoomName { get; set; }
Property Value
ScreenShare
public bool ScreenShare { get; set; }
Property Value
SegmentOutputs
public RepeatedField<SegmentedFileOutput> SegmentOutputs { get; }
Property Value
- RepeatedField<SegmentedFileOutput>
StreamOutputs
public RepeatedField<StreamOutput> StreamOutputs { get; }
Property Value
- RepeatedField<StreamOutput>
Webhooks
public RepeatedField<WebhookConfig> Webhooks { get; }
Property Value
- RepeatedField<WebhookConfig>
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.
ClearOptions()
public void ClearOptions()
ClearPreset()
Clears the value of the oneof if it's currently set to "preset"
public void ClearPreset()
Clone()
Creates a deep clone of this object.
public ParticipantEgressRequest Clone()
Returns
- ParticipantEgressRequest
A deep clone of this object.
Equals(ParticipantEgressRequest)
public bool Equals(ParticipantEgressRequest other)
Parameters
otherParticipantEgressRequest
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(ParticipantEgressRequest)
Merges the given message into this one.
public void MergeFrom(ParticipantEgressRequest other)
Parameters
otherParticipantEgressRequest
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.