Struct FieldOfView

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Represents properties for the spherical video field of view.

    public struct FieldOfView

    Constructors

    View Source

    FieldOfView(int, int)

    Initializes a new instance of the struct with the specified field of view for the spherical video.

    Declaration
    public FieldOfView(int horizontalDegrees, int verticalDegrees)
    Parameters
    Type Name Description
    int horizontalDegrees

    The horizontal field of view to display in degrees.

    int verticalDegrees

    The vertical field of view to display in degrees.

    Remarks

    Valid range is 1-360 degrees. Default value is 120 degrees.

    Properties

    View Source

    HorizontalDegrees

    Gets or sets the HorizontalDegrees.

    Declaration
    public int HorizontalDegrees { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    VerticalDegrees

    Gets or sets the VerticalDegrees.

    Declaration
    public int VerticalDegrees { readonly get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    System.ValueType.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX