v360_SetAngle
method
Delphi
function v360_SetAngle (Direction: Tv360_InOut; Angle: Tv360_Angle; Value: Double): Boolean;
C++Builder
bool __fastcall v360_SetAngle(Tv360_InOut Direction, Tv360_Angle Angle, double Value);
C#
public bool v360_SetAngle(Tv360_InOut Direction, Tv360_Angle Angle, double Value);
VB.NET
Public Function v360_SetAngle(Direction As Tv360_InOut, Angle As Tv360_Angle, Value As Double) As Boolean
C++/Qt
BOOL v360_SetAngle (Tv360_InOut Direction, Tv360_Angle Angle, double Value);
Used, for 360° video, to set the input or output angles (vertical, horizontal or diagonal):
-
1st parameter: Tv360_InOut Direction specifies the direction
-
2nd parameter: Tv360_Angle Angle specify what angle must be set
-
3rd parameter: the value of the angle in the 0..180 range.