|
28 | 28 | DispatchedTo=UI |
29 | 29 | ] |
30 | 30 | messages -> PlaybackSessionManagerProxy { |
31 | | - CurrentTimeChanged(WebCore::MediaPlayerClientIdentifier contextId, double currentTime, double hostTime) |
32 | | - BufferedTimeChanged(WebCore::MediaPlayerClientIdentifier contextId, double bufferedTime) |
33 | | - SeekableRangesVectorChanged(WebCore::MediaPlayerClientIdentifier contextId, WebCore::PlatformTimeRanges ranges, double lastModifiedTime, double liveUpdateInterval) |
34 | | - CanPlayFastReverseChanged(WebCore::MediaPlayerClientIdentifier contextId, bool value) |
35 | | - AudioMediaSelectionOptionsChanged(WebCore::MediaPlayerClientIdentifier contextId, Vector<WebCore::MediaSelectionOption> options, uint64_t selectedIndex) |
36 | | - LegibleMediaSelectionOptionsChanged(WebCore::MediaPlayerClientIdentifier contextId, Vector<WebCore::MediaSelectionOption> options, uint64_t selectedIndex) |
37 | | - AudioMediaSelectionIndexChanged(WebCore::MediaPlayerClientIdentifier contextId, uint64_t selectedIndex) |
38 | | - LegibleMediaSelectionIndexChanged(WebCore::MediaPlayerClientIdentifier contextId, uint64_t selectedIndex) |
39 | | - ExternalPlaybackPropertiesChanged(WebCore::MediaPlayerClientIdentifier contextId, bool enabled, enum:uint8_t WebCore::PlaybackSessionModelExternalPlaybackTargetType targetType, String localizedDeviceName) |
40 | | - WirelessVideoPlaybackDisabledChanged(WebCore::MediaPlayerClientIdentifier contextId, bool disabled) |
41 | | - DurationChanged(WebCore::MediaPlayerClientIdentifier contextId, double duration) |
42 | | - PlaybackStartedTimeChanged(WebCore::MediaPlayerClientIdentifier contextId, double playbackStartedTime) |
43 | | - RateChanged(WebCore::MediaPlayerClientIdentifier contextId, OptionSet<WebCore::PlaybackSessionModelPlaybackState> playbackState, double rate, double defaultPlaybackRate) |
44 | | - MutedChanged(WebCore::MediaPlayerClientIdentifier contextId, bool muted); |
45 | | - VolumeChanged(WebCore::MediaPlayerClientIdentifier contextId, double volume); |
46 | | - PictureInPictureSupportedChanged(WebCore::MediaPlayerClientIdentifier contextId, bool pictureInPictureSupported) |
47 | | - IsInWindowFullscreenActiveChanged(WebCore::MediaPlayerClientIdentifier contextId, bool isInWindow) |
| 31 | + CurrentTimeChanged(WebKit::PlaybackSessionContextIdentifier contextId, double currentTime, double hostTime) |
| 32 | + BufferedTimeChanged(WebKit::PlaybackSessionContextIdentifier contextId, double bufferedTime) |
| 33 | + SeekableRangesVectorChanged(WebKit::PlaybackSessionContextIdentifier contextId, WebCore::PlatformTimeRanges ranges, double lastModifiedTime, double liveUpdateInterval) |
| 34 | + CanPlayFastReverseChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool value) |
| 35 | + AudioMediaSelectionOptionsChanged(WebKit::PlaybackSessionContextIdentifier contextId, Vector<WebCore::MediaSelectionOption> options, uint64_t selectedIndex) |
| 36 | + LegibleMediaSelectionOptionsChanged(WebKit::PlaybackSessionContextIdentifier contextId, Vector<WebCore::MediaSelectionOption> options, uint64_t selectedIndex) |
| 37 | + AudioMediaSelectionIndexChanged(WebKit::PlaybackSessionContextIdentifier contextId, uint64_t selectedIndex) |
| 38 | + LegibleMediaSelectionIndexChanged(WebKit::PlaybackSessionContextIdentifier contextId, uint64_t selectedIndex) |
| 39 | + ExternalPlaybackPropertiesChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool enabled, enum:uint8_t WebCore::PlaybackSessionModelExternalPlaybackTargetType targetType, String localizedDeviceName) |
| 40 | + WirelessVideoPlaybackDisabledChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool disabled) |
| 41 | + DurationChanged(WebKit::PlaybackSessionContextIdentifier contextId, double duration) |
| 42 | + PlaybackStartedTimeChanged(WebKit::PlaybackSessionContextIdentifier contextId, double playbackStartedTime) |
| 43 | + RateChanged(WebKit::PlaybackSessionContextIdentifier contextId, OptionSet<WebCore::PlaybackSessionModelPlaybackState> playbackState, double rate, double defaultPlaybackRate) |
| 44 | + MutedChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool muted); |
| 45 | + VolumeChanged(WebKit::PlaybackSessionContextIdentifier contextId, double volume); |
| 46 | + PictureInPictureSupportedChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool pictureInPictureSupported) |
| 47 | + IsInWindowFullscreenActiveChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool isInWindow) |
48 | 48 | #if HAVE(PIP_SKIP_PREROLL) |
49 | | - CanSkipAdChanged(WebCore::MediaPlayerClientIdentifier contextId, bool value) |
| 49 | + CanSkipAdChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool value) |
50 | 50 | #endif |
51 | 51 | #if ENABLE(LINEAR_MEDIA_PLAYER) |
52 | | - SupportsLinearMediaPlayerChanged(WebCore::MediaPlayerClientIdentifier contextId, bool supportsLinearMediaPlayer) |
| 52 | + SupportsLinearMediaPlayerChanged(WebKit::PlaybackSessionContextIdentifier contextId, bool supportsLinearMediaPlayer) |
53 | 53 | #endif |
54 | | - SpatialVideoMetadataChanged(WebCore::MediaPlayerClientIdentifier contextId, struct std::optional<WebCore::SpatialVideoMetadata> metadata); |
55 | | - VideoProjectionMetadataChanged(WebCore::MediaPlayerClientIdentifier contextId, struct std::optional<WebCore::VideoProjectionMetadata> metadata); |
56 | | - SetUpPlaybackControlsManagerWithID(WebCore::MediaPlayerClientIdentifier contextId, bool isVideo) |
| 54 | + SpatialVideoMetadataChanged(WebKit::PlaybackSessionContextIdentifier contextId, struct std::optional<WebCore::SpatialVideoMetadata> metadata); |
| 55 | + VideoProjectionMetadataChanged(WebKit::PlaybackSessionContextIdentifier contextId, struct std::optional<WebCore::VideoProjectionMetadata> metadata); |
| 56 | + SetUpPlaybackControlsManagerWithID(WebKit::PlaybackSessionContextIdentifier contextId, bool isVideo) |
57 | 57 | ClearPlaybackControlsManager() |
58 | 58 |
|
59 | | - SwapFullscreenModes(WebCore::MediaPlayerClientIdentifier firstContextId, WebCore::MediaPlayerClientIdentifier secondContextId) |
| 59 | + SwapFullscreenModes(WebKit::PlaybackSessionContextIdentifier firstContextId, WebKit::PlaybackSessionContextIdentifier secondContextId) |
60 | 60 |
|
61 | | - HandleControlledElementIDResponse(WebCore::MediaPlayerClientIdentifier contextId, String id) |
| 61 | + HandleControlledElementIDResponse(WebKit::PlaybackSessionContextIdentifier contextId, String id) |
62 | 62 |
|
63 | 63 | #if !RELEASE_LOG_DISABLED |
64 | | - SetLogIdentifier(WebCore::MediaPlayerClientIdentifier contextId, uint64_t logIdentifier) |
| 64 | + SetLogIdentifier(WebKit::PlaybackSessionContextIdentifier contextId, uint64_t logIdentifier) |
65 | 65 | #endif |
66 | 66 | } |
67 | 67 | #endif |
0 commit comments