Class StartEgressRequest
public sealed class StartEgressRequest : IMessage<StartEgressRequest>, IEquatable<StartEgressRequest>, IDeepCloneable<StartEgressRequest>, IBufferMessage, IMessage
- Inheritance
-
StartEgressRequest
- Implements
-
IMessage<StartEgressRequest>IDeepCloneable<StartEgressRequest>IBufferMessageIMessage
- Inherited Members
Constructors
StartEgressRequest()
public StartEgressRequest()
StartEgressRequest(StartEgressRequest)
public StartEgressRequest(StartEgressRequest other)
Parameters
otherStartEgressRequest
Fields
AdvancedFieldNumber
Field number for the "advanced" field.
public const int AdvancedFieldNumber = 6
Field Value
MediaFieldNumber
Field number for the "media" field.
public const int MediaFieldNumber = 4
Field Value
OutputsFieldNumber
Field number for the "outputs" field.
public const int OutputsFieldNumber = 7
Field Value
PresetFieldNumber
Field number for the "preset" field.
public const int PresetFieldNumber = 5
Field Value
RoomNameFieldNumber
Field number for the "room_name" field.
public const int RoomNameFieldNumber = 1
Field Value
StorageFieldNumber
Field number for the "storage" field.
public const int StorageFieldNumber = 8
Field Value
TemplateFieldNumber
Field number for the "template" field.
public const int TemplateFieldNumber = 2
Field Value
WebFieldNumber
Field number for the "web" field.
public const int WebFieldNumber = 3
Field Value
WebhooksFieldNumber
Field number for the "webhooks" field.
public const int WebhooksFieldNumber = 9
Field Value
Properties
Advanced
public EncodingOptions Advanced { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
EncodingCase
public StartEgressRequest.EncodingOneofCase EncodingCase { get; }
Property Value
HasPreset
Gets whether the "preset" field is set
public bool HasPreset { get; }
Property Value
Media
public MediaSource Media { get; set; }
Property Value
Outputs
At least one required
public RepeatedField<Output> Outputs { get; }
Property Value
- RepeatedField<Output>
Parser
public static MessageParser<StartEgressRequest> Parser { get; }
Property Value
- MessageParser<StartEgressRequest>
Preset
public EncodingOptionsPreset Preset { get; set; }
Property Value
RoomName
public string RoomName { get; set; }
Property Value
SourceCase
public StartEgressRequest.SourceOneofCase SourceCase { get; }
Property Value
Storage
Request-level storage default
public StorageConfig Storage { get; set; }
Property Value
Template
public TemplateSource Template { get; set; }
Property Value
Web
public WebSource Web { get; set; }
Property Value
Webhooks
Optional additional webhook config
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.
ClearEncoding()
public void ClearEncoding()
ClearPreset()
Clears the value of the oneof if it's currently set to "preset"
public void ClearPreset()
ClearSource()
public void ClearSource()
Clone()
Creates a deep clone of this object.
public StartEgressRequest Clone()
Returns
- StartEgressRequest
A deep clone of this object.
Equals(StartEgressRequest)
public bool Equals(StartEgressRequest other)
Parameters
otherStartEgressRequest
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(StartEgressRequest)
Merges the given message into this one.
public void MergeFrom(StartEgressRequest other)
Parameters
otherStartEgressRequest
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.