Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
CoreAudioSessionObserver Class Reference
+ Inheritance diagram for CoreAudioSessionObserver:
+ Collaboration diagram for CoreAudioSessionObserver:

Instance Methods

(CoreAudioSessionObserver *) - initWithAudioSessionManager:
 
(BOOL) - activateAudio
 
(BOOL) - deactivateAudio
 
(void- audioSessionInterruption:
 
(void- audioSessionRouteChange:
 
(void- audioSessionMediaServicesWereReset:
 

Protected Attributes

CoreAudioSessionManagerm_sessionManager
 
AVAudioSession * m_audioSession
 

Detailed Description

Definition at line 10 of file qcoreaudiosessionmanager.mm.

Method Documentation

◆ activateAudio

- (BOOL) activateAudio

Definition at line 17 of file qcoreaudiosessionmanager.mm.

References init().

Referenced by CoreAudioSessionManager::setActive().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ audioSessionInterruption:

- (void) audioSessionInterruption: (NSNotification *) notification

Definition at line 17 of file qcoreaudiosessionmanager.mm.

◆ audioSessionMediaServicesWereReset:

- (void) audioSessionMediaServicesWereReset: (NSNotification *) notification

Definition at line 17 of file qcoreaudiosessionmanager.mm.

◆ audioSessionRouteChange:

- (void) audioSessionRouteChange: (NSNotification *) notification

Definition at line 17 of file qcoreaudiosessionmanager.mm.

◆ deactivateAudio

- (BOOL) deactivateAudio

Definition at line 17 of file qcoreaudiosessionmanager.mm.

Referenced by CoreAudioSessionManager::setActive().

+ Here is the caller graph for this function:

◆ initWithAudioSessionManager:

- (CoreAudioSessionObserver *) initWithAudioSessionManager: (CoreAudioSessionManager *) sessionManager

Definition at line 17 of file qcoreaudiosessionmanager.mm.

Member Data Documentation

◆ m_audioSession

- (AVAudioSession *) m_audioSession
readassignprotected

Definition at line 13 of file qcoreaudiosessionmanager.mm.

◆ m_sessionManager

- (CoreAudioSessionManager *) m_sessionManager
readassignprotected

Definition at line 12 of file qcoreaudiosessionmanager.mm.


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