MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class CaptureCameraAttribute

    Attribute for a property used by SceneVideoSource to capture the content of a framebuffer, and for which some constraints on stereoscopic rendering options need to be enforced (and errors can be reported in the Editor if they are not followed).

    Inheritance
    Object
    CaptureCameraAttribute
    Namespace: Microsoft.MixedReality.WebRTC.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class CaptureCameraAttribute : PropertyAttribute

    Methods

    Validate(Camera)

    Validate that a given instance can be used for framebuffer capture by SceneVideoSource based on the XR settings currently in effect.

    Declaration
    public static void Validate(Camera camera)
    Parameters
    Type Name Description
    Camera camera

    The camera instance to test the settings of.

    See Also

    SceneVideoSource
    In This Article
    Back to top Generated by DocFX