process

expect fun process(input: Flow<Frame>): Flow<Frame>

Drive input through the graph (single-input graphs only), emitting each processed frame owned by the collector. Closes every input frame once consumed, and closes the graph when the flow ends.

See also

for the ownership rule every emitted frame is subject to

actual fun process(input: ERROR CLASS: Symbol not found for Flow<io/github/yuroyami/kiteffmpeg/Frame>): ERROR CLASS: Symbol not found for Flow<io/github/yuroyami/kiteffmpeg/Frame>
actual fun process(input: Flow<Frame>): Flow<Frame>

Drive input through the graph (single-input graphs only), emitting each processed frame owned by the collector. Closes every input frame once consumed, and closes the graph when the flow ends.

See also

for the ownership rule every emitted frame is subject to

actual fun process(input: Flow<Frame>): Flow<Frame>

Drive input through the graph (single-input graphs only), emitting each processed frame owned by the collector. Closes every input frame once consumed, and closes the graph when the flow ends.

See also

for the ownership rule every emitted frame is subject to