Table of Contents

Class FeedbackFrameFork

名前空間
easyar

フィードバックフレームスプリッタ。 複数のコンポーネントにフィードバックフレームを並列転送するために使用されます。 このクラスのすべてのメンバーはスレッドセーフです。

FeedbackFrameFork

メソッド

input

入力ポート。

void easyar_FeedbackFrameFork_input(easyar_FeedbackFrameFork * This, easyar_FeedbackFrameSink * * Return)
std::shared_ptr<FeedbackFrameSink> input()
public @Nonnull FeedbackFrameSink input()
fun input(): FeedbackFrameSink
- (easyar_FeedbackFrameSink *)input
public func input() -> FeedbackFrameSink
public virtual FeedbackFrameSink input()

戻り値

説明
FeedbackFrameSink

output

出力ポート。

void easyar_FeedbackFrameFork_output(easyar_FeedbackFrameFork * This, int index, easyar_FeedbackFrameSource * * Return)
std::shared_ptr<FeedbackFrameSource> output(int index)
public @Nonnull FeedbackFrameSource output(int index)
fun output(index: Int): FeedbackFrameSource
- (easyar_FeedbackFrameSource *)output:(int)index
public func output(_ index: Int32) -> FeedbackFrameSource
public virtual FeedbackFrameSource output(int index)

パラメーター

名前 説明
index Int32

戻り値

説明
FeedbackFrameSource

outputCount

出力数。

int easyar_FeedbackFrameFork_outputCount(easyar_FeedbackFrameFork * This)
int outputCount()
public int outputCount()
fun outputCount(): Int
- (int)outputCount
public func outputCount() -> Int32
public virtual int outputCount()

戻り値

説明
Int32

create

作成。

void easyar_FeedbackFrameFork_create(int outputCount, easyar_FeedbackFrameFork * * Return)
static std::shared_ptr<FeedbackFrameFork> create(int outputCount)
public static @Nonnull FeedbackFrameFork create(int outputCount)
companion object fun create(outputCount: Int): FeedbackFrameFork
+ (easyar_FeedbackFrameFork *)create:(int)outputCount
public static func create(_ outputCount: Int32) -> FeedbackFrameFork
public static FeedbackFrameFork create(int outputCount)

パラメーター

名前 説明
outputCount Int32

戻り値

説明
FeedbackFrameFork