Table of Contents

Class InputFrameSink

네임스페이스
easyar

Input frame 입력 포트입니다. 컴포넌트의 입력 포트를 노출하는 데 사용됩니다. 이 클래스의 모든 멤버는 스레드로부터 안전합니다.

InputFrameSink

메서드

handle

데이터 하나를 입력합니다.

void easyar_InputFrameSink_handle(easyar_InputFrameSink * This, easyar_InputFrame * inputData)
void handle(std::shared_ptr<InputFrame> inputData)
public void handle(@Nonnull InputFrame inputData)
fun handle(inputData: InputFrame): Unit
- (void)handle:(easyar_InputFrame *)inputData
public func handle(_ inputData: InputFrame) -> Void
public virtual void handle(InputFrame inputData)

매개 변수

이름 형식 설명
inputData InputFrame

반환 값

형식 설명
Void