the library "Video", you can put mute the audio?

edited October 2013 in How To...

hello, the library "Video", you can put mute the audio?

Tagged:

Answers

  • Answer ✓

    I have been setting the volume to 0, even it's not mentioned in the documentation:

    mov = new Movie(this, PATH);
    mov.play();
    mov.speed(5);
    mov.volume(0);
    
Sign In or Register to comment.