Uses of Class
com.github.kokorin.jaffree.ffmpeg.Stream
Packages that use Stream
-
Uses of Stream in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return StreamModifier and TypeMethodDescriptionStream.setChannels(int channels) Stream.setHeight(int height) Stream.setId(int id) Stream.setResolution(int width, int height) Sets both width and height.Stream.setSampleRate(long sampleRate) Stream.setTimebase(Long timebase) Stream.setType(Stream.Type type) Stream.setWidth(int width) Methods in com.github.kokorin.jaffree.ffmpeg that return types with arguments of type StreamModifier and TypeMethodDescriptionFrameProducer.produceStreams()Called once before any call toFrameProducer.produce().Method parameters in com.github.kokorin.jaffree.ffmpeg with type arguments of type StreamModifier and TypeMethodDescriptionvoidFrameConsumer.consumeStreams(List<Stream> streams) Called once before any call toFrameConsumer.consume(Frame).