Enum ViewMode

    Definition

    Namespace:
    Tizen.NUI.Constants
    Assembly:
    Tizen.NUI.dll

    Enumeration for stereoscopic view modes.

    [Obsolete("Do not use this ViewMode(Deprecated).")]
    public enum ViewMode
    Remarks

    Deprecated.(API Level 6) Not used.

    Fields

    Name Description
    Mono

    Monoscopic (single camera). This is the default.

    StereoHorizontal

    Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides.

    StereoInterlaced

    Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames.

    StereoVertical

    Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX