QtMultiMedia can not assign read-only property "seekable"!
-
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