Show / Hide Table of Contents

Struct VideoCapture.VideoCaptureResult

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.XR.WSA.WebCam
Assembly: UnityEngine.dll
Syntax
public struct VideoCaptureResult

Fields

| Improve this Doc View Source

hResult

Declaration
public long hResult
Field Value
Type Description
Int64
| Improve this Doc View Source

resultType

Declaration
public VideoCapture.CaptureResultType resultType
Field Value
Type Description
VideoCapture.CaptureResultType

Properties

| Improve this Doc View Source

success

Declaration
public bool success { get; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX