InputFrameFork Class

This type is an EasyAR Sense API in C#: InputFrameFork . Some descriptions may not apply to Unity environment on this page.

This type is fully wrapped into Unity components: ARAssembly . There is no need to use this type directly.

Description

Input frame fork.

It is used to branch and transfer input frame to multiple components in parallel.

All members of this class is thread-safe.


Methods

input

C#

public virtual InputFrameSink input()

Input port.

output

C#

public virtual InputFrameSource output(int index)

Output port.

outputCount

C#

public virtual int outputCount()

Output count.

create

C#

public static InputFrameFork create(int outputCount)

Creates an instance.