Class AutoParticipantEgress
public sealed class AutoParticipantEgress : IMessage<AutoParticipantEgress>, IEquatable<AutoParticipantEgress>, IDeepCloneable<AutoParticipantEgress>, IBufferMessage, IMessage
- Inheritance
-
AutoParticipantEgress
- Implements
-
IMessage<AutoParticipantEgress>IDeepCloneable<AutoParticipantEgress>IBufferMessageIMessage
- Inherited Members
Constructors
AutoParticipantEgress()
public AutoParticipantEgress()
AutoParticipantEgress(AutoParticipantEgress)
public AutoParticipantEgress(AutoParticipantEgress other)
Parameters
otherAutoParticipantEgress
Fields
AdvancedFieldNumber
Field number for the "advanced" field.
public const int AdvancedFieldNumber = 2
Field Value
FileOutputsFieldNumber
Field number for the "file_outputs" field.
public const int FileOutputsFieldNumber = 3
Field Value
PresetFieldNumber
Field number for the "preset" field.
public const int PresetFieldNumber = 1
Field Value
SegmentOutputsFieldNumber
Field number for the "segment_outputs" field.
public const int SegmentOutputsFieldNumber = 4
Field Value
Properties
Advanced
(optional)
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
OptionsCase
public AutoParticipantEgress.OptionsOneofCase OptionsCase { get; }
Property Value
Parser
public static MessageParser<AutoParticipantEgress> Parser { get; }
Property Value
- MessageParser<AutoParticipantEgress>
Preset
(default H264_720P_30)
public EncodingOptionsPreset Preset { get; set; }
Property Value
SegmentOutputs
public RepeatedField<SegmentedFileOutput> SegmentOutputs { get; }
Property Value
- RepeatedField<SegmentedFileOutput>
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 AutoParticipantEgress Clone()
Returns
- AutoParticipantEgress
A deep clone of this object.
Equals(AutoParticipantEgress)
public bool Equals(AutoParticipantEgress other)
Parameters
otherAutoParticipantEgress
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(AutoParticipantEgress)
Merges the given message into this one.
public void MergeFrom(AutoParticipantEgress other)
Parameters
otherAutoParticipantEgress
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.