I'm just wanting to know what the playhead of my movie has changed, but I'm not finding a list of notifications online anywhere (I thought for sure apple would have that info).
Anyway, does anyone know the notification name I should be watching for? I'm sure it's something simple. Thanks.
There is no notification on playback progress or prebuffering progress. Both information are available via simple properties of the
MPMoviePlayerController
(see its reference) and its implemented protocolMPMediaPlayback
(see its reference).