Class OwnedDataTrackStream
Handle to an active data track subscription.
Dropping the handle will unsubscribe from the track.
public sealed class OwnedDataTrackStream : Google.Protobuf.IMessage<OwnedDataTrackStream>, Google.Protobuf.IBufferMessage
- Inheritance
-
OwnedDataTrackStream
- Implements
-
IBufferMessage
- Extension Methods
Constructors
OwnedDataTrackStream()
public OwnedDataTrackStream()
OwnedDataTrackStream(OwnedDataTrackStream)
public OwnedDataTrackStream(OwnedDataTrackStream other)
Parameters
otherOwnedDataTrackStream
Fields
HandleFieldNumber
Field number for the "handle" field.
public const int HandleFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Handle
public FfiOwnedHandle Handle { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<OwnedDataTrackStream> Parser { get; }
Property Value
- MessageParser<OwnedDataTrackStream>
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public OwnedDataTrackStream Clone()
Returns
Equals(OwnedDataTrackStream)
public bool Equals(OwnedDataTrackStream other)
Parameters
otherOwnedDataTrackStream
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(OwnedDataTrackStream)
public void MergeFrom(OwnedDataTrackStream other)
Parameters
otherOwnedDataTrackStream
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream