flow

val flow: Flow<DataTrackFrame>

A Flow of incoming frames. Completes normally when the stream ends.

Concurrent collectors each receive every frame that arrives while they are collecting; frames are not replayed to a collector that starts late.

Completes when the stream is unpublished, or when close is called.