v360_MasterAngle
property
Delphi
property v360_MasterAngle: Tv360_Angle read Getv360_MasterAngle write Setv360_MasterAngle default DEF_v360_MasterAngle;
C++Builder
__property Tv360_Angle v360_MasterAngle = {read=Getv360_MasterAngle, write=Setv360_MasterAngle, default=1};
C#
public Tv360_Angle v360_MasterAngle { get; set; }
VB.NET
Public Property v360_MasterAngle As Tv360_Angle
C++/Qt
Tv360_Angle Getv360_MasterAngle ();
void Setv360_MasterAngle (Tv360_Angle Value);
360° video: specifies the master angle.
Specifies the Tv360_Angle angle (horizontal or vertical) from which the opposite angle (vertical or horizontal) is calculated automatically when the aspect ratio is not specified (when AspectRatioToUse = -1).
In other words, if v360_MasterAngle = v360_fov_Horizontal (which is the default), v360_fov_Vertical is calculated automatically according to the aspect ratio of the video clip.
Note: to control the aspect ratio yourself, set v360_AspectRatio with a value > 0.
E.g. for an aspect ratio of 2:1, set v360_AspectRatio = 0.5