Table of Contents

Struct Ptz

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll
public readonly struct Ptz
Inherited Members

Constructors

Ptz(double, double, double)

public Ptz(double pan, double tilt, double zoom)

Parameters

pan double
tilt double
zoom double

Properties

Pan

public double Pan { get; init; }

Property Value

double

Tilt

public double Tilt { get; init; }

Property Value

double

Zoom

public double Zoom { get; init; }

Property Value

double