Show / Hide Table of Contents

Struct fcAPI.fcExrContext

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
public struct fcExrContext

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcExrContext to Boolean)

Declaration
public static implicit operator bool (fcAPI.fcExrContext v)
Parameters
Type Name Description
fcAPI.fcExrContext v
Returns
Type Description
System.Boolean
Back to top