命令リファレンス 


Ymplayer.setOggLoopStartTime

Oggのループした後に戻る再生位置(ループ始端)を変更します。

※ このメソッドの後に、updatePlayInfo()を呼び出すことで、MusicPlayerに反映されます

書式

setOggLoopStartTime(loopStartTime)
loopStartTime
ループした後に戻る再生位置(ループ始端)をミリ秒単位で指定(1~(再生するoggの総再生時間-40))、指定しないなら0

【startTime, loopStartTime, loopEndTime の関係】



戻る