git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[iOS] do not pause video when entering background while playing to external device
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
audio
/
ios
/
MediaSessionManagerIOS.mm
diff --git
a/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm
b/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm
index
d42206b
..
71dd444
100644
(file)
--- a/
Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm
+++ b/
Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm
@@
-282,7
+282,7
@@
void MediaSessionManageriOS::updateNowPlayingInfo()
return;
if (type == AVAudioSessionInterruptionTypeBegan)
- _callback->beginInterruption();
+ _callback->beginInterruption(
MediaSession::SystemInterruption
);
else
_callback->endInterruption(flags);