You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2022. It is now read-only.
// PlaybackMethod represents media playback methods.
typePlaybackMethodint8
// Media playback methods.
const (
PlaybackPageLoadSoundOnPlaybackMethod=1// Initiates on Page Load with Sound On
PlaybackPageLoadSoundOffPlaybackMethod=2// Initiates on Page Load with Sound Off by Default
PlaybackClickSoundOnPlaybackMethod=3// Initiates on Click with Sound On
PlaybackMouseOverSoundOnPlaybackMethod=4// Initiates on Mouse-Over with Sound On
PlaybackViewportSoundOnPlaybackMethod=5// Initiates on Entering Viewport with Sound On
PlaybackViewportSoundOffPlaybackMethod=6// Initiates on Entering Viewport with Sound Off by Default
PlaybackContinuousPlaybackMethod=7// Continuous Playback - Media playback is set to play additional media automatically without user interaction. The media player will keep playing additional media (playlist or generated) for the user until the user actively stops this from happening.