Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Incomplete
-
Affects Version/s: 6.2.4
-
Fix Version/s: None
-
Component/s: Multimedia
-
Labels:None
-
Environment:
OS: Windows 10
Qt: 6.2.4
-
Platform/s:
Description
Say the user creates a QMediaPlayer and specifies QMediaPlayer::setLoops(QMediaPlayer::Infinite). They have an audio file defined in a .qrc file. When they use a `qrc:` URL, the audio does not loop infinitely. However, when they provide the full path using a `file:` URL, the audio does loop infinitely.