Interface FrameProducer


public interface FrameProducer
Allows custom implementation to produce streams and frames.
See Also:
  • Method Details

    • produceStreams

      List<Stream> produceStreams()
      Called once before any call to produce().
      Returns:
      streams
    • produce

      Frame produce()
      Called repeatedly to get frames.

      When there is no more frame, method should return null value.

      Method must return video frames with BufferedImages either in TYPE_4BYTE_ABGR, or in TYPE_3BYTE_BGR formats

      Returns:
      Frame