<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hi,
<div><br>
</div>
<div>Good suggestion, I created a task for this: <a href="https://bugreports.qt-project.org/browse/QTBUG-32129">https://bugreports.qt-project.org/browse/QTBUG-32129</a></div>
<div><br>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Yoann
 Lopes<br>
Senior Software Engineer - Digia, Qt<br>
Visit us on: <a href="http://qt.digia.com">http://qt.digia.com</a></span> </div>
<br>
<div>
<div>On Jun 30, 2013, at 5:01 PM, qtnext wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">yes I know.... but you have far from a seamless loop ... and it should be so easy to do that on a low level side ..</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2013/6/30 Andre Somers <span dir="ltr"><<a href="mailto:andre@familiesomers.nl" target="_blank">andre@familiesomers.nl</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Op 30-6-2013 10:46, qtnext schreef:<br>
<div>
<div class="h5">> Hi,<br>
><br>
> I have just test the last multimedia parts : it rocks now ! playback<br>
> seems to works, camera is working on desktop mac, ... but there is a<br>
> very important missing property : there is no way to smoothly loop a<br>
> media : it's important for digital signage but also it can be very<br>
> usefull on qml to have a dynamic background. The only way to do that<br>
> is to check when the media comes to the end and restart the media, in<br>
> this case the loop is not good, it's a too high level way to do that,<br>
> and I am sure that on most backend it's easy to do on the low level<br>
> backend. Is it possible to add theses properties to the multimedia :<br>
> isLoopable, loop property and perhaps in/out property to allow a<br>
> playback on a range ?<br>
><br>
><br>
</div>
</div>
Using the C++ API at least, you can use the QMediaPlaylist class to<br>
achieve this. Just make a list of one, and set the playbackmode to Loop.<br>
I don't know if you can do something similar in QML though.<br>
<br>
André<br>
<br>
_______________________________________________<br>
Development mailing list<br>
<a href="mailto:Development@qt-project.org">Development@qt-project.org</a><br>
<a href="http://lists.qt-project.org/mailman/listinfo/development" target="_blank">http://lists.qt-project.org/mailman/listinfo/development</a><br>
</blockquote>
</div>
<br>
</div>
_______________________________________________<br>
Development mailing list<br>
<a href="mailto:Development@qt-project.org">Development@qt-project.org</a><br>
http://lists.qt-project.org/mailman/listinfo/development<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>