-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAVPlaybackControlsView.h
More file actions
251 lines (247 loc) · 11.8 KB
/
AVPlaybackControlsView.h
File metadata and controls
251 lines (247 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/Frameworks/AVKit.framework/AVKit (858.1)
*/
@interface AVPlaybackControlsView : UIView {
AVControlOverflowButton * _controlOverflowButton;
NSArray * _customAudioItems;
NSArray * _customControlItems;
AVPlayerViewControllerCustomControlsView * _customControlsView;
NSArray * _customControlsViewLayoutGuideConstraints;
NSArray * _customDisplayModeItems;
NSArray * _customMediaItems;
NSArray * _defaultAudioControls;
NSArray * _defaultDisplayModeControls;
AVButton * _doneButton;
bool _doubleRowLayoutEnabled;
bool _fullScreen;
AVButton * _fullScreenButton;
long long _includedContainers;
double _keyboardHeight;
UIViewPropertyAnimator * _keyboardUIAvoidanceAnimator;
AVButton * _mediaSelectionButton;
NSUUID * _mostRecentAnimationCompletionsID;
bool _needsIntialLayout;
AVObservationController * _observationController;
NSValue * _overrideLayoutMarginsWhenEmbeddedInline;
struct CGAffineTransform {
double a;
double b;
double c;
double d;
double tx;
double ty;
} _overrideTransformForProminentPlayButton;
AVButton * _pictureInPictureButton;
AVTouchIgnoringView * _playbackControlsContainer;
UIViewPropertyAnimator * _playbackControlsVisibilityAnimator;
AVButton * _playbackSpeedButton;
long long _preferredUnobscuredArea;
bool _prefersDoneButtonIncluded;
bool _prefersFullScreenButtonIncluded;
bool _prefersPiPButtonIncluded;
bool _prefersVideoGravityButtonIncluded;
bool _prefersVolumeSliderExpandedAutomatically;
AVButton * _prominentPlayButton;
AVLayoutView * _prominentPlayButtonContainerView;
AVPlaybackControlsRoutePickerView * _routePickerView;
AVLayoutView * _screenModeControls;
AVScrubber * _scrubber;
bool _showsAudioControls;
bool _showsPlaybackControls;
AVButton * _skipBackButton;
AVButton * _skipForwardButton;
AVButton * _standardPlayPauseButton;
AVButton * _startLeftwardContentTransitionButton;
AVButton * _startRightwardContentTransitionButton;
AVStyleSheet * _styleSheet;
bool _topAreaLayoutGuideExpanded;
AVView * _transportControlsContainerView;
AVTransportControlsView * _transportControlsView;
AVButton * _videoGravityButton;
<AVPlaybackControlsViewVisibilityDelegate> * _visibilityDelegate;
AVVolumeButtonControl * _volumeButton;
AVLayoutView * _volumeControls;
AVTouchIgnoringView * _volumeControlsContainer;
AVVolumeSlider * _volumeSlider;
}
@property (nonatomic, readonly) AVControlOverflowButton *controlOverflowButton;
@property (nonatomic, readonly, copy) NSArray *customAudioItems;
@property (nonatomic, readonly, copy) NSArray *customControlItems;
@property (nonatomic, retain) AVPlayerViewControllerCustomControlsView *customControlsView;
@property (nonatomic, readonly, copy) NSArray *customDisplayModeItems;
@property (nonatomic, readonly, copy) NSArray *customMediaItems;
@property (nonatomic, readonly) NSArray *defaultAudioControls;
@property (nonatomic, readonly) NSArray *defaultDisplayModeControls;
@property (nonatomic, readonly) AVButton *doneButton;
@property (getter=isDoubleRowLayoutEnabled, nonatomic) bool doubleRowLayoutEnabled;
@property (getter=isFullScreen, nonatomic) bool fullScreen;
@property (nonatomic, readonly) AVButton *fullScreenButton;
@property (nonatomic, readonly) bool hasVisibleSubview;
@property (nonatomic, readonly) long long includedContainers;
@property (nonatomic, readonly) bool includesAudioControlsContainer;
@property (nonatomic, readonly) bool includesCustomAudioControls;
@property (nonatomic, readonly) bool includesCustomDisplayModeControls;
@property (nonatomic, readonly) bool includesDisplayModeControlsContainer;
@property (nonatomic, readonly) bool includesTransportControls;
@property (nonatomic) double keyboardHeight;
@property (nonatomic, readonly) UIViewPropertyAnimator *keyboardUIAvoidanceAnimator;
@property (nonatomic, readonly) AVButton *mediaSelectionButton;
@property (nonatomic, retain) NSUUID *mostRecentAnimationCompletionsID;
@property (nonatomic) bool needsIntialLayout;
@property (nonatomic, readonly) AVObservationController *observationController;
@property (nonatomic, retain) NSValue *overrideLayoutMarginsWhenEmbeddedInline;
@property (nonatomic) struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; } overrideTransformForProminentPlayButton;
@property (nonatomic, readonly) AVButton *pictureInPictureButton;
@property (nonatomic, readonly) AVTouchIgnoringView *playbackControlsContainer;
@property (nonatomic, retain) UIViewPropertyAnimator *playbackControlsVisibilityAnimator;
@property (nonatomic, readonly) AVButton *playbackSpeedButton;
@property (nonatomic) long long preferredUnobscuredArea;
@property (nonatomic) bool prefersDoneButtonIncluded;
@property (nonatomic) bool prefersFullScreenButtonIncluded;
@property (nonatomic) bool prefersPiPButtonIncluded;
@property (nonatomic) bool prefersVideoGravityButtonIncluded;
@property (nonatomic) bool prefersVolumeSliderExpandedAutomatically;
@property (nonatomic, readonly) AVButton *prominentPlayButton;
@property (nonatomic, readonly) AVLayoutView *prominentPlayButtonContainerView;
@property (nonatomic, readonly) AVPlaybackControlsRoutePickerView *routePickerView;
@property (nonatomic, readonly) AVLayoutView *screenModeControls;
@property (nonatomic, readonly) AVScrubber *scrubber;
@property (nonatomic) bool showsAudioControls;
@property (nonatomic) bool showsPlaybackControls;
@property (nonatomic, readonly) bool showsProminentPlayButton;
@property (nonatomic, readonly) AVButton *skipBackButton;
@property (nonatomic, readonly) AVButton *skipForwardButton;
@property (nonatomic, readonly) AVButton *standardPlayPauseButton;
@property (nonatomic, readonly) AVButton *startLeftwardContentTransitionButton;
@property (nonatomic, readonly) AVButton *startRightwardContentTransitionButton;
@property (nonatomic, retain) AVStyleSheet *styleSheet;
@property (getter=isTopAreaLayoutGuideExpanded, nonatomic) bool topAreaLayoutGuideExpanded;
@property (nonatomic, readonly) AVView *transportControlsContainerView;
@property (nonatomic, readonly) AVTransportControlsView *transportControlsView;
@property (nonatomic, readonly) AVButton *videoGravityButton;
@property (nonatomic) <AVPlaybackControlsViewVisibilityDelegate> *visibilityDelegate;
@property (nonatomic, readonly) AVVolumeButtonControl *volumeButton;
@property (nonatomic, readonly) AVLayoutView *volumeControls;
@property (nonatomic, readonly) AVTouchIgnoringView *volumeControlsContainer;
@property (nonatomic, readonly) AVVolumeSlider *volumeSlider;
- (void).cxx_destruct;
- (void)_animateKeyboardAvoidance:(long long)arg1 duration:(double)arg2;
- (id)_audioViewsToRemoveDuringAnimation;
- (void)_collapse:(bool)arg1 view:(id)arg2;
- (void)_collapse:(bool)arg1 views:(id)arg2;
- (id)_currentArrangedAudioModeViews;
- (id)_currentArrangedDisplayModeViews;
- (id)_customControlsViewIfLoaded;
- (id)_displayModeViewsToRemoveDuringAnimation;
- (id)_playbackControlsViewItems;
- (id)_playbackControlsViewsForControlItems:(id)arg1 withType:(long long)arg2;
- (id)_preferredArrangedAudioModeViews;
- (id)_preferredArrangedDisplayModeViews;
- (void)_setUpCustomControlsViewConstraintsIfNeeded;
- (void)_setupInitialLayout;
- (void)_showPlaybackControlsAnimated:(bool)arg1;
- (void)_updateAreVolumeAndTransportControlsVisible;
- (void)_updateDoubleRowLayoutEnabled;
- (void)_updateLayoutMargins;
- (void)_updatePlaybackControlsContainerVisibilityAnimated:(bool)arg1 additionalActions:(id /* block */)arg2;
- (void)_updateTransportControlsFrame;
- (void)_updateVolumeControlsWithSize:(struct CGSize { double x1; double x2; })arg1;
- (void)animateAlongsideVisibilityAnimationsWithAnimationCoordinator:(id)arg1 appearingViews:(id)arg2 disappearingViews:(id)arg3;
- (void)avkit_reevaluateHiddenStateOfItem:(id)arg1;
- (void)avkit_sizeWasInvalidatedNeedingLayoutIfNeeded:(id)arg1;
- (id)controlOverflowButton;
- (id)customAudioItems;
- (id)customControlItems;
- (id)customControlsView;
- (id)customDisplayModeItems;
- (id)customMediaItems;
- (void)dealloc;
- (id)defaultAudioControls;
- (id)defaultDisplayModeControls;
- (id)doneButton;
- (id)fullScreenButton;
- (bool)hasVisibleSubview;
- (id)hitTest:(struct CGPoint { double x1; double x2; })arg1 withEvent:(id)arg2;
- (long long)includedContainers;
- (bool)includesAudioControlsContainer;
- (bool)includesCustomAudioControls;
- (bool)includesCustomDisplayModeControls;
- (bool)includesDisplayModeControlsContainer;
- (bool)includesTransportControls;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 styleSheet:(id)arg2;
- (bool)isDoubleRowLayoutEnabled;
- (bool)isFullScreen;
- (bool)isTopAreaLayoutGuideExpanded;
- (double)keyboardHeight;
- (id)keyboardUIAvoidanceAnimator;
- (void)layoutSubviews;
- (id)mediaSelectionButton;
- (id)mostRecentAnimationCompletionsID;
- (bool)needsIntialLayout;
- (id)observationController;
- (id)overrideLayoutMarginsWhenEmbeddedInline;
- (struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; })overrideTransformForProminentPlayButton;
- (id)pictureInPictureButton;
- (id)playbackControlsContainer;
- (id)playbackControlsVisibilityAnimator;
- (id)playbackSpeedButton;
- (long long)preferredUnobscuredArea;
- (bool)prefersDoneButtonIncluded;
- (bool)prefersFullScreenButtonIncluded;
- (bool)prefersPiPButtonIncluded;
- (bool)prefersVideoGravityButtonIncluded;
- (bool)prefersVolumeSliderExpandedAutomatically;
- (id)prominentPlayButton;
- (id)prominentPlayButtonContainerView;
- (void)reevaluateHiddenStateForContainersAndSubviews;
- (id)routePickerView;
- (void)safeAreaInsetsDidChange;
- (id)screenModeControls;
- (id)scrubber;
- (void)setCustomControlItems:(id)arg1 animations:(id /* block */)arg2;
- (void)setCustomControlsView:(id)arg1;
- (void)setDoubleRowLayoutEnabled:(bool)arg1;
- (void)setFullScreen:(bool)arg1;
- (void)setIncludedContainers:(long long)arg1 animations:(id /* block */)arg2;
- (void)setKeyboardHeight:(double)arg1;
- (void)setMostRecentAnimationCompletionsID:(id)arg1;
- (void)setNeedsIntialLayout:(bool)arg1;
- (void)setOverrideLayoutMarginsWhenEmbeddedInline:(id)arg1;
- (void)setOverrideTransformForProminentPlayButton:(struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; })arg1;
- (void)setPlaybackControlsVisibilityAnimator:(id)arg1;
- (void)setPreferredUnobscuredArea:(long long)arg1;
- (void)setPrefersDoneButtonIncluded:(bool)arg1;
- (void)setPrefersFullScreenButtonIncluded:(bool)arg1;
- (void)setPrefersPiPButtonIncluded:(bool)arg1;
- (void)setPrefersVideoGravityButtonIncluded:(bool)arg1;
- (void)setPrefersVolumeSliderExpanded:(bool)arg1 prefersVolumeButtonIncluded:(bool)arg2 animated:(bool)arg3;
- (void)setPrefersVolumeSliderExpandedAutomatically:(bool)arg1;
- (void)setShowsAudioControls:(bool)arg1;
- (void)setShowsPlaybackControls:(bool)arg1;
- (void)setStyleSheet:(id)arg1;
- (void)setTopAreaLayoutGuideExpanded:(bool)arg1;
- (void)setVisibilityDelegate:(id)arg1;
- (void)setupInitialLayout;
- (void)showPlaybackControls:(bool)arg1 immediately:(bool)arg2;
- (bool)showsAudioControls;
- (bool)showsPlaybackControls;
- (bool)showsProminentPlayButton;
- (id)skipBackButton;
- (id)skipForwardButton;
- (id)standardPlayPauseButton;
- (id)startLeftwardContentTransitionButton;
- (id)startRightwardContentTransitionButton;
- (id)styleSheet;
- (void)traitCollectionDidChange:(id)arg1;
- (id)transportControlsContainerView;
- (id)transportControlsView;
- (void)updateDisplayControlsVisibilityIncludedButtons:(id)arg1;
- (void)updateLayoutForChangedControlsVisibility;
- (id)videoGravityButton;
- (id)visibilityDelegate;
- (id)volumeButton;
- (id)volumeControls;
- (id)volumeControlsContainer;
- (id)volumeSlider;
@end