<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">2013/11/14 Harald Sitter <span dir="ltr"><<a href="mailto:sitter@kde.org" target="_blank">sitter@kde.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
for phonon5 we can:<br>
a) keep it and rename it to timeUpdateInterval (to align with rename of tick)<br>
b) drop the interval; always use >=100 msc updates<br>
c) drop the interval; always use ~100 msc (if VLC is ticking faster<br>
than that we go <100)<br>
d) any of b) or c) AND when nothing is connected to timeChanged() no<br>
ticks will be generated in general == no resources consumption<br>
(QObject::connectNotify) AND time() does not access cached values but<br>
will lead to a direct pipeline query<br>
<br></blockquote><div>I'd go for either b+d or c+d, with more inclination towards c+d. Faster - better... but depends on how much resources it uses for 10 times/sec freq.<br></div></div><br></div></div>