Show / Hide Table of Contents

    Enum StreamCompare

    Used for comparisons in stream selection

    Namespace: Microsoft.MixedReality.PhotoCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public enum StreamCompare

    Fields

    Name Description
    EqualTo

    Will select streams with the property equal to the passed in argument(s)

    GreaterThan

    Will select streams with the property greater than the passed in argument(s)

    LessThan

    Will select streams with the property less than the passed in argument(s)

    Back to top Generated by DocFX