Class TrackSubscribed
Publication isn't needed for subscription events on the FFI The FFI will retrieve the publication using the Track sid
public sealed class TrackSubscribed : Google.Protobuf.IMessage<TrackSubscribed>, Google.Protobuf.IBufferMessage
- Inheritance
-
TrackSubscribed
- Implements
-
IBufferMessage
- Extension Methods
Constructors
TrackSubscribed()
public TrackSubscribed()
TrackSubscribed(TrackSubscribed)
public TrackSubscribed(TrackSubscribed other)
Parameters
otherTrackSubscribed
Fields
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
TrackFieldNumber
Field number for the "track" field.
public const int TrackFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<TrackSubscribed> Parser { get; }
Property Value
- MessageParser<TrackSubscribed>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Track
public OwnedTrack Track { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
Clone()
public TrackSubscribed Clone()
Returns
Equals(TrackSubscribed)
public bool Equals(TrackSubscribed other)
Parameters
otherTrackSubscribed
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(TrackSubscribed)
public void MergeFrom(TrackSubscribed other)
Parameters
otherTrackSubscribed
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream