Show / Hide Table of Contents

Struct fcAPI.fcStream

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

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcStream to Boolean)

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