Pause/Resume playback #2006
Unanswered
cdickinson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm trying to write an audio player; I'm leveraging the code from https://github.com/bytedeco/javacv/blob/master/samples/JavaFxPlayVideoAndAudio.java to run an mp3 file through the FfmpegFrameGrabber and play it into the SourceDataLine. Is there any ability to execute a pause/resume command? Or is there another alternative way to playback an audio file that would give pause control?
Beta Was this translation helpful? Give feedback.
All reactions