Lines Matching refs:play

275                     avPlayer.play().then(() => {
310 // step 9: completed -> play
311 avPlayer.play();
364 // step 6: seek(paused) -> play
366 avPlayer.play();
381 // step 15: prepared -> play
382 avPlayer.play();
432 console.info('playPauseLoopWithCallBack play state is INITIALIZED')
436 // step 1: initialized -> prepared -> play
438 console.info('playPauseLoopWithCallBack play state is PREPARED')
439 avPlayer.play()
443 console.info('playPauseLoopWithCallBack play state is PLAYING')
450 console.info('playPauseLoopWithCallBack avPlayer from play to stop')
459 console.info('playPauseLoopWithCallBack avPlayer from play to pause,time is :' + playPauseCount)
464 console.info('playPauseLoopWithCallBack play state is PAUSED')
467 avPlayer.play().then(() => {
468 console.info('playPauseLoopWithCallBack avPlayer from pause to play,time is :' + playPauseCount)
524 console.info('createToReleaseLoop play state is INITIALIZED')
525 // step 1: initialized -> prepared -> play
582 console.info('playToCompletedLoop play state is INITIALIZED')
583 // step 1: initialized -> prepared -> play
586 avPlayer.play()
590 console.info('playToCompletedLoop play state is PLAYING')
596 console.info('playToCompletedLoop avPlayer from play to stop')
605 console.info('playToCompletedLoop avPlayer from play to seek,time is :' + playToCompletedCount)
611 console.info('playToCompletedLoop avPlayer from COMPLETED to play')
612 // step 3: COMPLETED -> play loop
613 avPlayer.play();
646 await avPlayer.play().then(() => {
647 console.info('seekLoop play success');
650 console.error('seekLoop play filed,error message is :' + err.message)
653 console.info('seekLoop avPlayer from play to seek')
654 // play seek loop 1000 times
656 console.info('seekLoopWithCallback avPlayer from play to stop')
688 console.info('seekLoopWithoutCallbackLoop play state is INITIALIZED')
695 avPlayer.play()
698 console.info('seekLoopWithoutCallbackLoop play state is PLAYING')
706 console.info('seekLoopWithoutCallbackLoop avPlayer from play to stop')
752 console.info('prepareToStopLoop play state is INITIALIZED')
823 console.info('prepareToResetLoop avPlayer from play to seek,time is :' + prepareToResetLoopCount)
828 console.info('prepareToResetLoop play state is INITIALIZED')
835 avPlayer.play()
838 console.info('prepareToResetLoop play state is PLAYING')
864 // url -> prepare -> play -> reset loop 1000 times
883 console.info('createToReleaseLoop2 play state is INITIALIZED')
889 avPlayer.play()
892 console.info('createToReleaseLoop2 play state is PLAYING')
960 console.info('createTimeCallback play state is release')
1064 console.info('prepareTimeWithCallback play state is INITIALIZED')
1103 await avPlayer.play().then(() => {
1106 console.info('playTimeWithoutCallback play success');
1109 console.error('playTimeWithoutCallback play filed,error message is :' + err.message)
1145 console.info('playTimeCallback play state is INITIALIZED')
1153 console.info('playTimeCallback play state is prepared')
1162 // step 2: prapared -> play
1163 avPlayer.play()
1166 console.info('playTimeCallback play state is PLAYING')
1191 console.info('playTimeWithCallback play state is PAUSED')
1195 avPlayer.play()
1218 await avPlayer.play().then(() => {
1219 console.info('pauseTimeWithoutCallback play success');
1222 console.error('pauseTimeWithoutCallback play filed,error message is :' + err.message)
1268 console.info('pauseTimeCallback play state is INITIALIZED')
1276 console.info('pauseTimeCallback play state is prepared')
1283 avPlayer.play()
1286 console.info('pauseTimeCallback play state is PLAYING')
1312 avPlayer.play()
1334 await avPlayer.play().then(() => {
1335 console.info('stopTimeWithoutCallback play success');
1338 console.error('stopTimeWithoutCallback play filed,error message is :' + err.message)
1385 console.info('stopTimeCallback play state is INITIALIZED')
1393 console.info('stopTimeCallback play state is prepared')
1445 await avPlayer.play().then(() => {
1446 console.info('resetTimeWithoutCallback play success');
1449 console.error('resetTimeWithoutCallback play filed,error message is :' + err.message)
1515 console.info('resetTimeCallback play state is INITIALIZED')
1575 console.info('releaseTimeCallback play state is INITIALIZED')
1581 console.info('releaseTimeCallback play state is release')
1624 await avPlayer.play().then(() => {
1625 console.info('seekTimeWithoutCallback play success');
1628 console.error('seekTimeWithoutCallback play filed,error message is :' + err.message)
1668 console.info('seekTimeCallback play state is INITIALIZED')
1675 console.info('seekTimeCallback play state is prepared')
1682 avPlayer.play()
1685 console.info('seekTimeCallback play state is PLAYING')
1704 console.info('seekTimeCallback play state is PAUSED')
1706 avPlayer.play().then(() => {
1707 console.info('seekTimeCallback avPlayer from pause to play')
1738 await avPlayer.play().then(() => {
1739 console.info('getTrackDescriptionTimeWithoutCallback play success');
1742 console.error('getTrackDescriptionTimeWithoutCallback play filed,error message is :' + err.message)
1793 console.info('getTrackDescriptionTimeCallback play state is INITIALIZED')
1800 console.info('getTrackDescriptionTimeCallback play state is prepared')
1807 avPlayer.play()
1810 console.info('getTrackDescriptionTimeCallback play state is PLAYING')
1846 console.info('getTrackDescriptionTimeCallback play state is PAUSED')
1848 avPlayer.play().then(() => {
1849 console.info('getTrackDescriptionTimeCallback avPlayer from pause to play')
1909 console.info('setSpeedTimeCallback play state is INITIALIZED')
1917 console.info('setSpeedTimeCallback play state is prepared')
1924 avPlayer.play()
1927 console.info('setSpeedTimeCallback play state is PLAYING')
1945 console.info('setSpeedTimeCallback play state is PAUSED')
1947 avPlayer.play().then(() => {
1948 console.info('setSpeedTimeCallback avPlayer from pause to play')
2050 console.info('setVolumeTimeCallback play state is INITIALIZED')
2058 console.info('setVolumeTimeCallback play state is prepared')
2065 avPlayer.play()
2068 console.info('setVolumeTimeCallback play state is PLAYING')
2087 console.info('setVolumeTimeCallback play state is PAUSED')
2089 avPlayer.play().then(() => {
2090 console.info('setVolumeTimeCallback avPlayer from pause to play')
2136 await avPlayer.play().then(() => {
2137 console.info('firstFrameTime play success');
2139 console.error('firstFrameTime play filed,error message is :' + err.message)
2144 await avPlayer.play().then(() => {
2145 console.info('playToPauseLoop play success');
2148 console.error('playToPauseLoop play filed,error message is :' + err.message)
2153 console.info('playToPauseLoop avPlayer from play to pause')
2176 console.info('avPlayerWithoutCallBack avPlayer from PREPARED to play')
2177 // play to pause loop 1000 times
2184 console.info('avPlayerWithoutCallBack avPlayer from play to stop')
2202 console.info('setAVPlayerPlay play state is INITIALIZED')
2203 // step 1: initialized -> prepared -> play
2205 avPlayer.play()
2209 console.info('setAVPlayerPlay play state is PLAYING')
2377 // step 3: seek(prepared) -> play
2378 avPlayer.play((err) => {
2380 mediaTestBase.assertErr('play', err, done);
2385 // step 5: seek + play
2387 avPlayer.play();
2393 avPlayer.play();
2399 avPlayer.play();
2406 avPlayer.play();