QtMultiMedia can not assign read-only property "seekable"!
General and Desktop
2
Posts
2
Posters
1.3k
Views
2
Watching
-
The simple Qml code:
MediaPlayer{
id:player
source:"...My local song..."
seekable:true
}When I tried to run my project,it returns me with this error:Invalid property assignment: "seekable" is a read-only property.
Isn't seekable adjustable to manipulate the position of a audio file?
-
Hi,
No, it indicates whether the stream is seekable