Hi everyone
I have a list of audio segments (specified by a file name and start time and duration). What I want to do is to go through that list and play each segment one after the other. I am using QTMovieView : play method to play audio segments. The problem is that 'play' method returns immediately and doesn't wait for audio segment to be played fully before returning. I assume that I have to use some sort of callback functions to let me know when playing a segment is finished, but I don't know exactly how to do this as I ma new to Mac OS programming and QuickTime as well. I appreciate if someone can point me to the right direction or some sample codes.
Thanks.
|