Show / Hide Table of Contents

Struct fcAPI.fcFlacContext

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

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcFlacContext to Boolean)

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