Created
May 24, 2013 14:39
-
-
Save svagionitis/5643990 to your computer and use it in GitHub Desktop.
Set volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Set volume | |
participant JavaScript | |
participant WebKitPlayer | |
participant IrisPlayer | |
note right of WebKitPlayer: readyState >= HAVE_METADATA | |
JavaScript ->+ WebKitPlayer: volume() | |
WebKitPlayer ->+ IrisPlayer: sesnSetAudioVol() | |
IrisPlayer -->- WebKitPlayer: | |
WebKitPlayer -->- JavaScript: | |
WebKitPlayer -> JavaScript: volumechange |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment