Skip to content

Instantly share code, notes, and snippets.

@svagionitis
Created May 24, 2013 14:39
Show Gist options
  • Save svagionitis/5643990 to your computer and use it in GitHub Desktop.
Save svagionitis/5643990 to your computer and use it in GitHub Desktop.
Set volume
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