ObjectAL
 All Classes Functions Variables Properties Pages
Properties | List of all members
<OALSuspendListener> Protocol Referenceabstract

Allows an object to participate in interrupt and suspend operations. More...

#import <OALSuspendHandler.h>

Inheritance diagram for <OALSuspendListener>:
<OALSuspendManager> ALContext ALDevice ALListener ALSource OALAudioSession OALAudioTrack OALAudioTracks OpenALManager

Properties

bool manuallySuspended
 Set to YES to manually suspend. More...
 
bool interrupted
 If YES, this object is interrupted. More...
 

Detailed Description

Allows an object to participate in interrupt and suspend operations.

Objects may hook into OALAudioSession's interrupt and suspend model by calling [[OALAudioSession sharedInstance] addSuspendListener:self].

Note: You must NOT set the "interrupted" property manually. It is designed to be set automatically by system interrupts.

See Also
OALAudioSession

Property Documentation

- (bool) interrupted
readwritenonatomicassign

If YES, this object is interrupted.

Note: This property must NOT be set by the user!

- (bool) manuallySuspended
readwritenonatomicassign

Set to YES to manually suspend.


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