|
pianod2
multisource multiuser scriptable networked music player
|
Catch notifications that the player is ready or has completed. More...


Instance Methods | |
| (PlayerHelper *) | - initWithRecipientPlayer: |
| (oneway void) | - release |
| Detach all observers and release resources. More... | |
| (PlayerHelper *) | - monitorPlayer: |
| Add the player to the monitor. More... | |
| (PlayerHelper *) | - monitorPlayerItem: |
| Add the media item to the monitor. More... | |
| (void) | - itemDidFinishPlaying: |
| Callback function for when playback is complete. More... | |
| (void) | - itemDidFailPlayback: |
| Callback function for when playback is complete. More... | |
| (void) | - observeValueForKeyPath:ofObject:change:context: |
| Callback function for when player is ready. More... | |
Catch notifications that the player is ready or has completed.
| - (PlayerHelper *) initWithRecipientPlayer: | (Audio::AVFoundationPlayer *) | cpp_relay |

| - (void) itemDidFailPlayback: | (AVPlayerItem *) | player |
Callback function for when playback is complete.
| - (void) itemDidFinishPlaying: | (AVPlayerItem *) | player |
Callback function for when playback is complete.
| - (PlayerHelper *) monitorPlayer: | (AVPlayer *) | player |
Add the player to the monitor.

| - (PlayerHelper *) monitorPlayerItem: | (AVPlayerItem *) | item |
Add the media item to the monitor.

| - (void) observeValueForKeyPath: | (NSString *) | keyPath | |
| ofObject: | (id) | object | |
| change: | (NSDictionary *) | change | |
| context: | (void *) | context | |
Callback function for when player is ready.
| - (oneway void) release |
Detach all observers and release resources.
