I tried to implement the Resource handling as discussed before. Works almost, but in the audio.player i stumbled upon the two method pause and resume, nothing to bad since resume does almost what would be needed for the resume of the resource handling. But what i don't understand is why is yield used in this two methods? As far as I have seen yet this two methods are only used within this object and their return value wasn't evaluated. Is the yield really needed in this two methods or may I change them that they work for the resource handling as well? Returning a InProgress object.
Thanks Mathias ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
