Show / Hide Table of Contents

Struct fcAPI.fcMP4Context

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

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcMP4Context to Boolean)

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