Qt 4.8
Public Functions | Protected Variables | List of all members
AudioPlayerDelegate Class Reference
Inheritance diagram for AudioPlayerDelegate:

Public Functions

(void) - audioPlayerDidFinishPlaying:successfully:
 
(id) - initWithMediaObject:
 

Protected Variables

AVMediaObjectmediaObject
 

Detailed Description

Definition at line 50 of file avmediaobject.mm.

Functions

◆ audioPlayerDidFinishPlaying:successfully:()

- (void) audioPlayerDidFinishPlaying: (AVAudioPlayer *)  player
successfully: (BOOL)  flag 

Definition at line 69 of file avmediaobject.mm.

69  :(AVAudioPlayer *)player successfully:(BOOL)flag
70 {
71  Q_UNUSED(flag)
72  Q_UNUSED(player)
74 }
void handlePlayerFinished()
AVMediaObject * mediaObject
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ initWithMediaObject:()

- (id) initWithMediaObject: (AVMediaObject *)  obj

Definition at line 61 of file avmediaobject.mm.

61  :(AVMediaObject *)obj
62 {
63  if ((self = [self init])) {
64  mediaObject = obj;
65  }
66  return self;
67 }
static bool init
AVMediaObject * mediaObject

Properties

◆ mediaObject

- (AVMediaObject*) mediaObject
protected

Definition at line 51 of file avmediaobject.mm.

Referenced by initWithMediaObject:.


The documentation for this class was generated from the following file: