webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
RTCAudioSessionDelegateAdapter Class Reference

#import <RTCAudioSessionDelegateAdapter.h>

Inheritance diagram for RTCAudioSessionDelegateAdapter:
NSObject NSObject

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithObserver:
 
(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithObserver:
 

Detailed Description

Adapter that forwards RTCAudioSessionDelegate calls to the appropriate methods on the AudioSessionObserver.

Method Documentation

◆ initWithObserver:() [1/2]

- (instancetype) initWithObserver: (webrtc::AudioSessionObserver *)  NS_DESIGNATED_INITIALIZER
Initial value:
{
Definition: audio_session_observer.h:20
std::unique_ptr< webrtc::DataChannelDelegateAdapter > _observer
Definition: RTCDataChannel.mm:87

|observer| is a raw pointer and should be kept alive for this object's lifetime.

◆ initWithObserver:() [2/2]

- (instancetype) initWithObserver: (webrtc::AudioSessionObserver *)  NS_DESIGNATED_INITIALIZER

|observer| is a raw pointer and should be kept alive for this object's lifetime.

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (instancetype) NS_UNAVAILABLE

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