Loop Video

Is it possible to put an video on loop and autoplaying for visionOS? We used AVPlayerViewController

Answered by DTS Engineer in 797180022

Hello @AndreiAvram99,

Yes, the simplest way to implement looping playback is to use an AVPlayerLooper and an AVQueuePlayer, take a look at the AVPlayerLooper documentation page for more details about implementing this.

Best regards,

Greg

Accepted Answer

Hello @AndreiAvram99,

Yes, the simplest way to implement looping playback is to use an AVPlayerLooper and an AVQueuePlayer, take a look at the AVPlayerLooper documentation page for more details about implementing this.

Best regards,

Greg

Loop Video
 
 
Q