blob: eacc32c1c3c8dc1f132ae3fafb8760283959ef6d (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.55" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.55"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="HBPlayerHUDController">
<connections>
<outlet property="currentTimeLabel" destination="uYx-2C-8et" id="8fD-0Q-308"/>
<outlet property="playButton" destination="mLA-ei-4sK" id="Eag-8h-xCG"/>
<outlet property="remaingTimeLabel" destination="PVD-pq-1ZG" id="CFb-is-Tcd"/>
<outlet property="slider" destination="lBp-JT-ehn" id="cNv-P0-agY"/>
<outlet property="tracksSelection" destination="Vj1-Za-AUV" id="8Se-0H-ILD"/>
<outlet property="view" destination="xT7-Bx-eCV" id="GXR-ZH-hT6"/>
<outlet property="volumeSlider" destination="gzA-no-jdv" id="Yba-8g-L1Z"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView hidden="YES" id="xT7-Bx-eCV" userLabel="Playback Controls" customClass="HBHUDView">
<rect key="frame" x="0.0" y="0.0" width="476" height="100"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<slider toolTip="Drag to change timeline position." verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lBp-JT-ehn">
<rect key="frame" x="69" y="20" width="338" height="15"/>
<sliderCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="100" tickMarkPosition="above" sliderType="linear" id="mMk-re-3u5"/>
<accessibility description="Timeline"/>
<connections>
<action selector="sliderChanged:" target="-2" id="YM4-mh-fr5"/>
</connections>
</slider>
<button toolTip="Toggle Play/Pause" translatesAutoresizingMaskIntoConstraints="NO" id="mLA-ei-4sK">
<rect key="frame" x="212" y="46" width="36" height="36"/>
<constraints>
<constraint firstAttribute="height" constant="36" id="X8s-nz-Azm"/>
<constraint firstAttribute="width" constant="36" id="mCt-hw-6Cl"/>
</constraints>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="PlayTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" id="jG9-2O-OES">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<accessibility description="Play/Pause"/>
<connections>
<action selector="playPauseToggle:" target="-2" id="LLB-0k-P6K"/>
</connections>
</button>
<button toolTip="Go To Beginning" translatesAutoresizingMaskIntoConstraints="NO" id="WuP-9l-8AN">
<rect key="frame" x="170" y="51" width="32" height="26"/>
<constraints>
<constraint firstAttribute="height" constant="26" id="LYj-zA-LDX"/>
<constraint firstAttribute="width" constant="32" id="uKO-gw-ffy"/>
</constraints>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="PrevTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" id="IBZ-MN-bJO">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<accessibility description="Go To Beginning"/>
<connections>
<action selector="goToBeginning:" target="-2" id="m24-WZ-vGD"/>
</connections>
</button>
<button toolTip="Go To End" translatesAutoresizingMaskIntoConstraints="NO" id="CQ0-pk-SFk">
<rect key="frame" x="258" y="51" width="32" height="26"/>
<constraints>
<constraint firstAttribute="height" constant="26" id="QM8-Iv-2Dj"/>
<constraint firstAttribute="width" constant="32" id="phm-QW-jOq"/>
</constraints>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NextTemplate" imagePosition="only" alignment="center" controlSize="mini" imageScaling="proportionallyDown" id="LUb-dY-8hG">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="miniSystem"/>
</buttonCell>
<accessibility description="Go To End"/>
<connections>
<action selector="goToEnd:" target="-2" id="Rp0-53-4gw"/>
</connections>
</button>
<textField toolTip="Time remaining." verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="100" translatesAutoresizingMaskIntoConstraints="NO" id="PVD-pq-1ZG">
<rect key="frame" x="413" y="20" width="53" height="14"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="00:00:00" id="6A0-9h-5UY">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<accessibility description="Time Remaining"/>
</textField>
<textField toolTip="Current timeline position." verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="100" translatesAutoresizingMaskIntoConstraints="NO" id="uYx-2C-8et">
<rect key="frame" x="10" y="20" width="53" height="14"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="00:00:00" id="dGi-LK-P1E">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<accessibility description="Current Timeline Position"/>
</textField>
<slider toolTip="Drag to change volume." verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gzA-no-jdv">
<rect key="frame" x="34" y="57" width="65" height="15"/>
<constraints>
<constraint firstAttribute="width" constant="65" id="bu2-Fj-XwN"/>
</constraints>
<sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="1" doubleValue="1" tickMarkPosition="above" sliderType="linear" id="aQz-j6-bQi"/>
<accessibility description="Volume Control"/>
<connections>
<action selector="volumeSliderChanged:" target="-2" id="rLr-Ug-i8q"/>
</connections>
</slider>
<button toolTip="Exit player and return to still image previews." translatesAutoresizingMaskIntoConstraints="NO" id="84p-08-fGK" userLabel="Stop Button">
<rect key="frame" x="426" y="56" width="30" height="15"/>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSStopProgressFreestandingTemplate" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" id="hWC-BU-ynp">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<accessibility description="End Live Preview"/>
<connections>
<action selector="showPicturesPreview:" target="-2" id="kCs-UI-Epb"/>
</connections>
</button>
<button toolTip="Mute Volume" translatesAutoresizingMaskIntoConstraints="NO" id="euL-Tg-dmT">
<rect key="frame" x="12" y="55" width="18" height="18"/>
<constraints>
<constraint firstAttribute="width" constant="18" id="T8H-oI-ZPM"/>
<constraint firstAttribute="height" constant="18" id="gbJ-wm-eO2"/>
</constraints>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="volLowTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" id="njB-22-thn">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<accessibility description="Mute Volume"/>
<connections>
<action selector="mute:" target="-2" id="CIm-ce-Lnf"/>
</connections>
</button>
<button toolTip="Full Volume" translatesAutoresizingMaskIntoConstraints="NO" id="Kiv-cL-wYI">
<rect key="frame" x="103" y="55" width="18" height="18"/>
<constraints>
<constraint firstAttribute="width" constant="18" id="BMZ-v1-tgu"/>
<constraint firstAttribute="height" constant="18" id="kB7-1B-FDd"/>
</constraints>
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="volHighTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" id="rgx-mB-Rva">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<accessibility description="Full Volume"/>
<connections>
<action selector="maxVolume:" target="-2" id="89B-BN-U8S"/>
</connections>
</button>
<popUpButton toolTip="Enable or disable tracks." translatesAutoresizingMaskIntoConstraints="NO" id="Vj1-Za-AUV">
<rect key="frame" x="335" y="53" width="74" height="20"/>
<constraints>
<constraint firstAttribute="width" constant="68" id="5FX-cP-Cps"/>
</constraints>
<popUpButtonCell key="cell" type="push" title="Tracks" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="border" tag="1" imageScaling="proportionallyDown" inset="2" pullsDown="YES" autoenablesItems="NO" altersStateOfSelectedItem="NO" id="uwd-kr-YUM">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
<menu key="menu" autoenablesItems="NO" id="J1o-jV-bDZ">
<items>
<menuItem title="Tracks" state="on" tag="1" hidden="YES" id="6BQ-wU-p2C">
<modifierMask key="keyEquivalentModifierMask" shift="YES"/>
</menuItem>
</items>
</menu>
</popUpButtonCell>
<accessibility description="Tracks Selection"/>
</popUpButton>
</subviews>
<constraints>
<constraint firstItem="lBp-JT-ehn" firstAttribute="centerY" secondItem="uYx-2C-8et" secondAttribute="centerY" id="0Ae-58-HZk"/>
<constraint firstItem="mLA-ei-4sK" firstAttribute="centerY" secondItem="CQ0-pk-SFk" secondAttribute="centerY" id="5iK-al-YML"/>
<constraint firstAttribute="trailing" secondItem="PVD-pq-1ZG" secondAttribute="trailing" constant="12" id="6dk-cb-v2e"/>
<constraint firstItem="WuP-9l-8AN" firstAttribute="leading" secondItem="Kiv-cL-wYI" secondAttribute="trailing" constant="49" id="79A-5g-U7Q"/>
<constraint firstAttribute="bottom" secondItem="PVD-pq-1ZG" secondAttribute="bottom" constant="20" id="9cE-Nk-kcB"/>
<constraint firstItem="uYx-2C-8et" firstAttribute="leading" secondItem="xT7-Bx-eCV" secondAttribute="leading" constant="12" id="EmN-mc-qMr"/>
<constraint firstItem="lBp-JT-ehn" firstAttribute="leading" secondItem="uYx-2C-8et" secondAttribute="trailing" constant="8" id="Grx-ac-rC2"/>
<constraint firstItem="84p-08-fGK" firstAttribute="firstBaseline" secondItem="Vj1-Za-AUV" secondAttribute="firstBaseline" id="H0w-KP-ye3"/>
<constraint firstItem="euL-Tg-dmT" firstAttribute="centerY" secondItem="gzA-no-jdv" secondAttribute="centerY" id="HTx-V5-2xM"/>
<constraint firstItem="euL-Tg-dmT" firstAttribute="top" secondItem="xT7-Bx-eCV" secondAttribute="top" constant="27" id="K07-g0-aA4"/>
<constraint firstItem="Vj1-Za-AUV" firstAttribute="leading" secondItem="CQ0-pk-SFk" secondAttribute="trailing" constant="48" id="KlG-3j-Fev"/>
<constraint firstItem="WuP-9l-8AN" firstAttribute="centerY" secondItem="mLA-ei-4sK" secondAttribute="centerY" id="Q4l-43-xPh"/>
<constraint firstAttribute="trailing" secondItem="84p-08-fGK" secondAttribute="trailing" constant="20" id="VH0-gL-7T0"/>
<constraint firstItem="Kiv-cL-wYI" firstAttribute="centerY" secondItem="WuP-9l-8AN" secondAttribute="centerY" id="Vqw-sb-0Co"/>
<constraint firstItem="lBp-JT-ehn" firstAttribute="centerY" secondItem="PVD-pq-1ZG" secondAttribute="centerY" id="b7z-6O-9eC"/>
<constraint firstItem="mLA-ei-4sK" firstAttribute="leading" secondItem="WuP-9l-8AN" secondAttribute="trailing" constant="10" id="cPY-cs-tor"/>
<constraint firstItem="PVD-pq-1ZG" firstAttribute="leading" secondItem="lBp-JT-ehn" secondAttribute="trailing" constant="8" id="eye-Bl-wmu"/>
<constraint firstItem="CQ0-pk-SFk" firstAttribute="centerY" secondItem="Vj1-Za-AUV" secondAttribute="centerY" id="fcb-yb-zym"/>
<constraint firstItem="CQ0-pk-SFk" firstAttribute="leading" secondItem="mLA-ei-4sK" secondAttribute="trailing" constant="10" id="fnn-T8-f6u"/>
<constraint firstItem="gzA-no-jdv" firstAttribute="centerY" secondItem="Kiv-cL-wYI" secondAttribute="centerY" id="ipl-TU-6il"/>
<constraint firstAttribute="bottom" secondItem="uYx-2C-8et" secondAttribute="bottom" constant="20" id="lVk-4b-i7C"/>
<constraint firstItem="84p-08-fGK" firstAttribute="leading" secondItem="Vj1-Za-AUV" secondAttribute="trailing" constant="20" id="leh-vT-GXl"/>
<constraint firstItem="Kiv-cL-wYI" firstAttribute="leading" secondItem="gzA-no-jdv" secondAttribute="trailing" constant="4" id="n5u-wZ-juV"/>
<constraint firstItem="84p-08-fGK" firstAttribute="top" secondItem="xT7-Bx-eCV" secondAttribute="top" constant="29" id="skk-2D-f35"/>
<constraint firstItem="gzA-no-jdv" firstAttribute="leading" secondItem="euL-Tg-dmT" secondAttribute="trailing" constant="4" id="vyV-Ai-ba8"/>
<constraint firstItem="euL-Tg-dmT" firstAttribute="leading" secondItem="xT7-Bx-eCV" secondAttribute="leading" constant="12" id="z5G-Dw-ebP"/>
</constraints>
<point key="canvasLocation" x="113" y="153"/>
</customView>
</objects>
<resources>
<image name="NSStopProgressFreestandingTemplate" width="14" height="14"/>
<image name="NextTemplate" width="48" height="48"/>
<image name="PlayTemplate" width="48" height="48"/>
<image name="PrevTemplate" width="48" height="48"/>
<image name="volHighTemplate" width="48" height="48"/>
<image name="volLowTemplate" width="48" height="48"/>
</resources>
</document>
|