FeedbackFrameFork Class

This type is an EasyAR Sense API in C#: FeedbackFrameFork . 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

Feedback frame fork.

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

All members of this class is thread-safe.


Methods

input

C#

public virtual FeedbackFrameSink input()

Input port.

output

C#

public virtual FeedbackFrameSource output(int index)

Output port.

outputCount

C#

public virtual int outputCount()

Output count.

create

C#

public static FeedbackFrameFork create(int outputCount)

Creates an instance.