webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Protected Attributes | Properties | List of all members
AudioPlayer Class Reference

#import <AudioPlayer.h>

Inheritance diagram for AudioPlayer:
NSObject

Instance Methods

(instancetype) - initWithURL:
 

Protected Attributes

BOOL _playing
 
AVPlayer_audioPlayer
 
AVPlayerItem * _playerItem
 
id< AudioPlayerDelegate > _audioPlayerDelegate
 

Properties

id< AudioPlayerDelegate > audioPlayerDelegate
 
BOOL readyToPlay
 
BOOL playing
 
BOOL muted
 

Method Documentation

◆ initWithURL:()

- (instancetype) initWithURL: (NSURL *)  url

Member Data Documentation

◆ _audioPlayer

- (AVPlayer*) _audioPlayer
protected

◆ _audioPlayerDelegate

- (id<AudioPlayerDelegate>) _audioPlayerDelegate
protected

◆ _playerItem

- (AVPlayerItem*) _playerItem
protected

◆ _playing

- (BOOL) _playing
protected

Property Documentation

◆ audioPlayerDelegate

- (id<AudioPlayerDelegate>) audioPlayerDelegate
readwritenonatomicweak

◆ muted

- (BOOL) muted
readwritenonatomicassign

◆ playing

- (BOOL) playing
readwritenonatomicassign

◆ readyToPlay

- (BOOL) readyToPlay
readnonatomicassign

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