Table of Contents

Class InputFrameFork

Пространство имен
easyar

Входной разделитель кадров. Используется для параллельной передачи одного входного кадра в несколько компонентов. Все члены этого класса потокобезопасны.

InputFrameFork

Методы

input

Входной порт.

void easyar_InputFrameFork_input(easyar_InputFrameFork * This, easyar_InputFrameSink * * Return)
std::shared_ptr<InputFrameSink> input()
public @Nonnull InputFrameSink input()
fun input(): InputFrameSink
- (easyar_InputFrameSink *)input
public func input() -> InputFrameSink
public virtual InputFrameSink input()

Возвращаемое значение

Тип Описание
InputFrameSink

output

Выходной порт.

void easyar_InputFrameFork_output(easyar_InputFrameFork * This, int index, easyar_InputFrameSource * * Return)
std::shared_ptr<InputFrameSource> output(int index)
public @Nonnull InputFrameSource output(int index)
fun output(index: Int): InputFrameSource
- (easyar_InputFrameSource *)output:(int)index
public func output(_ index: Int32) -> InputFrameSource
public virtual InputFrameSource output(int index)

Параметры

Имя Тип Описание
index Int32

Возвращаемое значение

Тип Описание
InputFrameSource

outputCount

Количество выходов.

int easyar_InputFrameFork_outputCount(easyar_InputFrameFork * This)
int outputCount()
public int outputCount()
fun outputCount(): Int
- (int)outputCount
public func outputCount() -> Int32
public virtual int outputCount()

Возвращаемое значение

Тип Описание
Int32

create

Создать.

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

Параметры

Имя Тип Описание
outputCount Int32

Возвращаемое значение

Тип Описание
InputFrameFork