VERY seldom, I get a trap in FramedSource::getNextFrame( ... ) where
the flag fIsCurrentlyAwaitingData is true, thus causing the exit()
This "exit()" indicates that there's a serious error - in your code.
It means exactly what it says: You are trying to read from the same
object more than once
Hi,
I've been working with a playback session with QuickTime and
implementing the calls associated with playback; per recommendation:
void PlaybackSubsession::seekStreamSource(FramedSource* inputSource,
double seekNPT);
void PlaybackSubsession::setSourceStreamScale(FramedSource*
inputSour