Class VideoEncoding
public sealed class VideoEncoding : Google.Protobuf.IMessage<VideoEncoding>, Google.Protobuf.IBufferMessage
- Inheritance
-
VideoEncoding
- Implements
-
IBufferMessage
- Extension Methods
Constructors
VideoEncoding()
public VideoEncoding()
VideoEncoding(VideoEncoding)
public VideoEncoding(VideoEncoding other)
Parameters
otherVideoEncoding
Fields
MaxBitrateFieldNumber
Field number for the "max_bitrate" field.
public const int MaxBitrateFieldNumber = 1
Field Value
MaxFramerateFieldNumber
Field number for the "max_framerate" field.
public const int MaxFramerateFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasMaxBitrate
Gets whether the "max_bitrate" field is set
public bool HasMaxBitrate { get; }
Property Value
HasMaxFramerate
Gets whether the "max_framerate" field is set
public bool HasMaxFramerate { get; }
Property Value
MaxBitrate
public ulong MaxBitrate { get; set; }
Property Value
MaxFramerate
public double MaxFramerate { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<VideoEncoding> Parser { get; }
Property Value
- MessageParser<VideoEncoding>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearMaxBitrate()
Clears the value of the "max_bitrate" field
public void ClearMaxBitrate()
ClearMaxFramerate()
Clears the value of the "max_framerate" field
public void ClearMaxFramerate()
Clone()
public VideoEncoding Clone()
Returns
Equals(VideoEncoding)
public bool Equals(VideoEncoding other)
Parameters
otherVideoEncoding
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(VideoEncoding)
public void MergeFrom(VideoEncoding other)
Parameters
otherVideoEncoding
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream