public sealed class NormalizedCoordinate : IMessage<NormalizedCoordinate>, IEquatable<NormalizedCoordinate>, IDeepCloneable<NormalizedCoordinate>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class NormalizedCoordinate.
2D normalized coordinates.
Implements
IMessageNormalizedCoordinate, IEquatableNormalizedCoordinate, IDeepCloneableNormalizedCoordinate, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
NormalizedCoordinate()
public NormalizedCoordinate()
NormalizedCoordinate(NormalizedCoordinate)
public NormalizedCoordinate(NormalizedCoordinate other)
Parameter | |
---|---|
Name | Description |
other |
NormalizedCoordinate |
Properties
X
public double X { get; set; }
Optional. Normalized x coordinate. Valid range is [0.0, 1.0]. Default is 0.
Property Value | |
---|---|
Type | Description |
double |
Y
public double Y { get; set; }
Optional. Normalized y coordinate. Valid range is [0.0, 1.0]. Default is 0.
Property Value | |
---|---|
Type | Description |
double |