Class UpdateRemoteTrackPublicationDimensionRequest
update a remote track publication dimension
public sealed class UpdateRemoteTrackPublicationDimensionRequest : Google.Protobuf.IMessage<UpdateRemoteTrackPublicationDimensionRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
UpdateRemoteTrackPublicationDimensionRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
UpdateRemoteTrackPublicationDimensionRequest()
public UpdateRemoteTrackPublicationDimensionRequest()
UpdateRemoteTrackPublicationDimensionRequest(UpdateRemoteTrackPublicationDimensionRequest)
public UpdateRemoteTrackPublicationDimensionRequest(UpdateRemoteTrackPublicationDimensionRequest other)
Parameters
Fields
HeightFieldNumber
Field number for the "height" field.
public const int HeightFieldNumber = 3
Field Value
TrackPublicationHandleFieldNumber
Field number for the "track_publication_handle" field.
public const int TrackPublicationHandleFieldNumber = 1
Field Value
WidthFieldNumber
Field number for the "width" field.
public const int WidthFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasHeight
Gets whether the "height" field is set
public bool HasHeight { get; }
Property Value
HasTrackPublicationHandle
Gets whether the "track_publication_handle" field is set
public bool HasTrackPublicationHandle { get; }
Property Value
HasWidth
Gets whether the "width" field is set
public bool HasWidth { get; }
Property Value
Height
public uint Height { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<UpdateRemoteTrackPublicationDimensionRequest> Parser { get; }
Property Value
- MessageParser<UpdateRemoteTrackPublicationDimensionRequest>
TrackPublicationHandle
public ulong TrackPublicationHandle { get; set; }
Property Value
Width
public uint Width { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearHeight()
Clears the value of the "height" field
public void ClearHeight()
ClearTrackPublicationHandle()
Clears the value of the "track_publication_handle" field
public void ClearTrackPublicationHandle()
ClearWidth()
Clears the value of the "width" field
public void ClearWidth()
Clone()
public UpdateRemoteTrackPublicationDimensionRequest Clone()
Returns
Equals(UpdateRemoteTrackPublicationDimensionRequest)
public bool Equals(UpdateRemoteTrackPublicationDimensionRequest other)
Parameters
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(UpdateRemoteTrackPublicationDimensionRequest)
public void MergeFrom(UpdateRemoteTrackPublicationDimensionRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream