Table of Contents

Struct VideoViewpoint

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Viewpoint for video outputs

public readonly struct VideoViewpoint
Inherited Members

Fields

Fov

field of view in degrees ]0;180[ (default 80.)

public readonly float Fov

Field Value

float

Pitch

view point pitch in degrees ]-90;90]

public readonly float Pitch

Field Value

float

Roll

view point roll in degrees ]-180;180]

public readonly float Roll

Field Value

float

Yaw

view point yaw in degrees ]-180;180]

public readonly float Yaw

Field Value

float