Class PublishTrackRequest
Publish a track to the room
public sealed class PublishTrackRequest : Google.Protobuf.IMessage<PublishTrackRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
PublishTrackRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PublishTrackRequest()
public PublishTrackRequest()
PublishTrackRequest(PublishTrackRequest)
public PublishTrackRequest(PublishTrackRequest other)
Parameters
otherPublishTrackRequest
Fields
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
OptionsFieldNumber
Field number for the "options" field.
public const int OptionsFieldNumber = 3
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 4
Field Value
TrackHandleFieldNumber
Field number for the "track_handle" field.
public const int TrackHandleFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasTrackHandle
Gets whether the "track_handle" field is set
public bool HasTrackHandle { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Options
public TrackPublishOptions Options { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PublishTrackRequest> Parser { get; }
Property Value
- MessageParser<PublishTrackRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
TrackHandle
public ulong TrackHandle { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearTrackHandle()
Clears the value of the "track_handle" field
public void ClearTrackHandle()
Clone()
public PublishTrackRequest Clone()
Returns
Equals(PublishTrackRequest)
public bool Equals(PublishTrackRequest other)
Parameters
otherPublishTrackRequest
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(PublishTrackRequest)
public void MergeFrom(PublishTrackRequest other)
Parameters
otherPublishTrackRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream