Class LocalTrackPublished
public sealed class LocalTrackPublished : Google.Protobuf.IMessage<LocalTrackPublished>, Google.Protobuf.IBufferMessage
- Inheritance
-
LocalTrackPublished
- Implements
-
IBufferMessage
- Extension Methods
Constructors
LocalTrackPublished()
public LocalTrackPublished()
LocalTrackPublished(LocalTrackPublished)
public LocalTrackPublished(LocalTrackPublished other)
Parameters
otherLocalTrackPublished
Fields
TrackSidFieldNumber
Field number for the "track_sid" field.
public const int TrackSidFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasTrackSid
Gets whether the "track_sid" field is set
public bool HasTrackSid { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<LocalTrackPublished> Parser { get; }
Property Value
- MessageParser<LocalTrackPublished>
TrackSid
The TrackPublicationInfo comes from the PublishTrack response and the FfiClient musts wait for it before firing this event
public string TrackSid { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearTrackSid()
Clears the value of the "track_sid" field
public void ClearTrackSid()
Clone()
public LocalTrackPublished Clone()
Returns
Equals(LocalTrackPublished)
public bool Equals(LocalTrackPublished other)
Parameters
otherLocalTrackPublished
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(LocalTrackPublished)
public void MergeFrom(LocalTrackPublished other)
Parameters
otherLocalTrackPublished
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream