![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for AVFMediaPlayerObserver:
Collaboration diagram for AVFMediaPlayerObserver:Instance Methods | |
| (AVFMediaPlayerObserver *) | - initWithMediaPlayerSession: |
| (void) | - setURL:mimeType: |
| (void) | - unloadMedia |
| (void) | - prepareToPlayAsset:withKeys: |
| (void) | - assetFailedToPrepareForPlayback: |
| (void) | - playerItemDidReachEnd: |
| (void) | - observeValueForKeyPath:ofObject:change:context: |
| (void) | - detatchSession |
| (void) | - dealloc |
| (BOOL) | - resourceLoader:shouldWaitForLoadingOfRequestedResource: |
Properties | |
| AVPlayer * | m_player |
| AVPlayerItem * | m_playerItem |
| AVPlayerLayer * | m_playerLayer |
| AVFMediaPlayer * | m_session |
| AVPlayerItemTrack * | videoTrack |
Definition at line 41 of file avfmediaplayer.mm.
| - (void) assetFailedToPrepareForPlayback: | (NSError *) | error |
Definition at line 72 of file avfmediaplayer.mm.
| - (void) dealloc |
Definition at line 72 of file avfmediaplayer.mm.
| - (void) detatchSession |
Definition at line 72 of file avfmediaplayer.mm.
Referenced by AVFMediaPlayer::~AVFMediaPlayer().
Here is the caller graph for this function:| - (AVFMediaPlayerObserver *) initWithMediaPlayerSession: | (AVFMediaPlayer *) | session |
Definition at line 72 of file avfmediaplayer.mm.
| - (void) observeValueForKeyPath: | (NSString *) | keyPath | |
| ofObject: | (id) | object | |
| change: | (NSDictionary *) | change | |
| context: | (void *) | context | |
Definition at line 72 of file avfmediaplayer.mm.
| - (void) playerItemDidReachEnd: | (NSNotification *) | notification |
Definition at line 72 of file avfmediaplayer.mm.
| - (void) prepareToPlayAsset: | (AVURLAsset *) | asset | |
| withKeys: | (NSArray *) | requestedKeys | |
Definition at line 72 of file avfmediaplayer.mm.
| - (BOOL) resourceLoader: | (AVAssetResourceLoader *) | resourceLoader | |
| shouldWaitForLoadingOfRequestedResource: | (AVAssetResourceLoadingRequest *) | loadingRequest | |
Definition at line 72 of file avfmediaplayer.mm.
| - (void) setURL: | (NSURL *) | url | |
| mimeType: | (NSString *) | mimeType | |
Definition at line 72 of file avfmediaplayer.mm.
Referenced by setURL().
Here is the caller graph for this function:| - (void) unloadMedia |
Definition at line 72 of file avfmediaplayer.mm.
|
readatomicassign |
Definition at line 43 of file avfmediaplayer.mm.
|
readatomicassign |
Definition at line 44 of file avfmediaplayer.mm.
Referenced by AVFMediaPlayer::setActiveTrack().
|
readatomicassign |
Definition at line 45 of file avfmediaplayer.mm.
|
readatomicassign |
Definition at line 46 of file avfmediaplayer.mm.
|
readwriteatomicretain |
Definition at line 47 of file avfmediaplayer.mm.
Referenced by AVFMediaPlayer::processLoadStateChange(), and AVFMediaPlayer::updateTracks().