Show / Hide Table of Contents

Struct fcAPI.fcWaveContext

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

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcWaveContext to Boolean)

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