Interface FrameProducer
public interface FrameProducer
Allows custom implementation to produce streams and frames.
- See Also:
-
Method Summary
-
Method Details
-
produceStreams
Called once before any call toproduce().- 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 inTYPE_4BYTE_ABGR, or inTYPE_3BYTE_BGRformats- Returns:
- Frame
-