Table of Contents

Class InputFrameSink

네임스페이스
easyar

입력 프레임 입력 포트. 컴포넌트의 입력 포트를 노출하는 데 사용됩니다. 이 클래스의 모든 멤버들은 스레드 안전합니다.

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