抖音平台小程序

index.ttml 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. <video-player
  2. id="{{ id }}"
  3. tt:ref="refHandler"
  4. class="video-player-view inner-class"
  5. style="{{ innerStyle }}"
  6. album-id="{{ albumId }}"
  7. episode-id="{{ episodeId }}"
  8. version="{{ version }}"
  9. cloud-type="{{ cloudType }}"
  10. three-party-cloud="{{ src }}"
  11. autoplay="{{ autoplay }}"
  12. controls="{{ controls }}"
  13. loop="{{ loop }}"
  14. muted="{{ muted }}"
  15. initial-time="{{ initialTime }}"
  16. duration="{{ duration }}"
  17. object-fit="{{ objectFit }}"
  18. show-progress="{{ showProgress }}"
  19. show-fullscreen-btn="{{ showFullscreenBtn }}"
  20. show-play-btn="{{ showPlayBtn }}"
  21. enable-progress-gesture="{{ enableProgressGesture }}"
  22. enable-play-gesture="{{ enablePlayGesture }}"
  23. show-mute-btn="{{ showMuteBtn }}"
  24. poster="{{ poster }}"
  25. bindplay="handlePlay"
  26. bindpause="handlePause"
  27. bindended="handleEnded"
  28. bindtimeupdate="handleTimeupdate"
  29. bindfullscreenchange="handleFullscreenchange"
  30. bindgetsource="handleGetsource"
  31. binderror="handleError"
  32. ></video-player>