public sealed class NormalizedResolution : IMessage<NormalizedResolution>, IEquatable<NormalizedResolution>, IDeepCloneable<NormalizedResolution>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class NormalizedResolution.
Normalized resolution.
Implements
IMessageNormalizedResolution, IEquatableNormalizedResolution, IDeepCloneableNormalizedResolution, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
NormalizedResolution()
public NormalizedResolution()
NormalizedResolution(NormalizedResolution)
public NormalizedResolution(NormalizedResolution other)
Parameter | |
---|---|
Name | Description |
other |
NormalizedResolution |
Properties
H
public double H { get; set; }
Optional. Normalized height. Valid range is [0.0, 1.0]. Default is 0.
Property Value | |
---|---|
Type | Description |
double |
W
public double W { get; set; }
Optional. Normalized width. Valid range is [0.0, 1.0]. Default is 0.
Property Value | |
---|---|
Type | Description |
double |