Package net.bramp.ffmpeg.nut
Interface NutReaderListener
-
public interface NutReaderListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidframe(Frame frame)Executes when a new frame is found.voidstream(Stream stream)Executes when a new stream is found.
-