sound.vwf.yaml 348 B

12345678910111213141516171819202122232425
  1. ## The component representation of a sound
  2. ##
  3. ## @name sound.vwf
  4. ## @namespace
  5. ---
  6. extends: http://vwf.example.com/node.vwf
  7. properties:
  8. url:
  9. time:
  10. percent:
  11. speed: 1
  12. autoplay: false
  13. muted: false
  14. volume: 80
  15. loop: false
  16. playState: "unloaded"
  17. methods:
  18. play:
  19. pause:
  20. stop:
  21. events:
  22. soundReady:
  23. soundPlaying:
  24. soundEnded: