Live Stream v1 API - Class NormalizedResolution (1.8.0)

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.

Inheritance

object > NormalizedResolution

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

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