frames property
Stream of converted samples. Must be subscribed before start so no early samples are dropped by broadcast semantics.
Implementation
@override
Stream<FrameSample> get frames => _controller.stream;
Stream of converted samples. Must be subscribed before start so no early samples are dropped by broadcast semantics.
@override
Stream<FrameSample> get frames => _controller.stream;