feedInput

expect fun feedInput(index: Int, frame: Frame, onOutput: (Frame) -> Unit)

Push one frame into input index; every output frame that becomes available is handed to onOutput. Closes frame (the graph keeps its own reference). Output frames are valid only for the duration of the callback; Frame.copy to keep one.

actual fun feedInput(index: Int, frame: Frame, onOutput: (Frame) -> Unit)

Push one frame into input index; every output frame that becomes available is handed to onOutput. Closes frame (the graph keeps its own reference). Output frames are valid only for the duration of the callback; Frame.copy to keep one.

actual fun feedInput(index: Int, frame: Frame, onOutput: (Frame) -> Unit)

Push one frame into input index; every output frame that becomes available is handed to onOutput. Closes frame (the graph keeps its own reference). Output frames are valid only for the duration of the callback; Frame.copy to keep one.

actual fun feedInput(index: Int, frame: Frame, onOutput: (Frame) -> Unit)

Push one frame into input index; every output frame that becomes available is handed to onOutput. Closes frame (the graph keeps its own reference). Output frames are valid only for the duration of the callback; Frame.copy to keep one.