After closing video GUI, the sound keeps playing

조회 수: 1 (최근 30일)
taeyeonizer
taeyeonizer 2017년 3월 15일
답변: Afiq Azaibi 2017년 3월 23일
We created a simple video player GUI which also plays back the sound along with the video. My problem is, when we exit the GUI, the sound of the video keeps playing which is why I have to type
clear sound
to stop it. I also get errors basically saying that an object in the GUI was destroyed. If this helps, when the video is paused, I used uiwait() and when the video is played again, I added uiresume(). Thanks for the help.

답변 (1개)

Afiq Azaibi
Afiq Azaibi 2017년 3월 23일
Depending on how the video is being played, you should delete the video object in the callback function for the GUI being closed. If you post the entire error message, that would also be helpful.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by