Show / Hide Table of Contents

Struct fcAPI.fcOggContext

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

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcOggContext to Boolean)

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