VLCMovieViewController~iphone.xib 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCMovieViewController">
  13. <connections>
  14. <outlet property="albumNameLabel" destination="280" id="285"/>
  15. <outlet property="artistNameLabel" destination="279" id="283"/>
  16. <outlet property="artworkImageView" destination="yK6-Ph-SVE" id="Cm9-7F-iYZ"/>
  17. <outlet property="audioDelayIndicator" destination="SDv-JW-DMi" id="Krq-0k-T6o"/>
  18. <outlet property="audioDelayLabel" destination="8cb-fw-YeF" id="KWQ-n9-3mr"/>
  19. <outlet property="audioDelaySlider" destination="oQe-Uu-1HY" id="6Me-OE-Dpl"/>
  20. <outlet property="brightnessLabel" destination="130" id="233"/>
  21. <outlet property="brightnessSlider" destination="128" id="232"/>
  22. <outlet property="contrastLabel" destination="132" id="141"/>
  23. <outlet property="contrastSlider" destination="131" id="142"/>
  24. <outlet property="currentScrubSpeedLabel" destination="244" id="248"/>
  25. <outlet property="gammaLabel" destination="138" id="156"/>
  26. <outlet property="gammaSlider" destination="137" id="144"/>
  27. <outlet property="hueLabel" destination="134" id="234"/>
  28. <outlet property="hueSlider" destination="133" id="235"/>
  29. <outlet property="movieView" destination="91" id="93"/>
  30. <outlet property="playbackSpeedIndicator" destination="185" id="197"/>
  31. <outlet property="playbackSpeedLabel" destination="167" id="198"/>
  32. <outlet property="playbackSpeedSlider" destination="168" id="M6M-8F-t8T"/>
  33. <outlet property="playbackSpeedView" destination="165" id="208"/>
  34. <outlet property="playingExternallyDescription" destination="109" id="113"/>
  35. <outlet property="playingExternallyTitle" destination="110" id="114"/>
  36. <outlet property="playingExternallyView" destination="108" id="112"/>
  37. <outlet property="resetVideoFilterButton" destination="162" id="163"/>
  38. <outlet property="saturationLabel" destination="136" id="155"/>
  39. <outlet property="saturationSlider" destination="135" id="152"/>
  40. <outlet property="scrubHelpLabel" destination="246" id="249"/>
  41. <outlet property="scrubIndicatorView" destination="241" id="247"/>
  42. <outlet property="sleepTimerButton" destination="ime-8n-VJ9" id="n2P-yu-8en"/>
  43. <outlet property="spuDelayIndicator" destination="IzS-81-KII" id="IXf-sX-Ier"/>
  44. <outlet property="spuDelayLabel" destination="KeW-Xp-9I6" id="LMS-pz-Ajj"/>
  45. <outlet property="spuDelaySlider" destination="JRI-0m-C0M" id="f8j-Iq-sH3"/>
  46. <outlet property="statusLabel" destination="210" id="211"/>
  47. <outlet property="trackNameLabel" destination="282" id="284"/>
  48. <outlet property="videoFilterView" destination="117" id="147"/>
  49. <outlet property="view" destination="1" id="105"/>
  50. </connections>
  51. </placeholder>
  52. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  53. <view contentMode="scaleToFill" id="1">
  54. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  55. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  56. <subviews>
  57. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="yK6-Ph-SVE">
  58. <rect key="frame" x="40" y="164" width="240" height="240"/>
  59. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  60. </imageView>
  61. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Album Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" adjustsLetterSpacingToFitWidth="YES" id="280">
  62. <rect key="frame" x="31" y="336" width="258" height="28"/>
  63. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  64. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  65. <color key="textColor" red="0.72000002861022949" green="0.72000002861022949" blue="0.72000002861022949" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  66. <nil key="highlightedColor"/>
  67. <color key="shadowColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  68. </label>
  69. <view contentMode="scaleToFill" id="91" userLabel="Movie view">
  70. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  71. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  72. <accessibility key="accessibilityConfiguration">
  73. <bool key="isElement" value="YES"/>
  74. </accessibility>
  75. </view>
  76. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" misplaced="YES" text="Track Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="12" adjustsLetterSpacingToFitWidth="YES" id="282">
  77. <rect key="frame" x="31" y="415" width="257" height="28"/>
  78. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  79. <fontDescription key="fontDescription" type="system" pointSize="23"/>
  80. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  81. <nil key="highlightedColor"/>
  82. <color key="shadowColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  83. </label>
  84. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" text="Artist Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="12" adjustsLetterSpacingToFitWidth="YES" id="279">
  85. <rect key="frame" x="31" y="267" width="257" height="28"/>
  86. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  87. <fontDescription key="fontDescription" type="system" pointSize="23"/>
  88. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  89. <nil key="highlightedColor"/>
  90. <color key="shadowColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  91. </label>
  92. <label hidden="YES" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Status Label" textAlignment="center" lineBreakMode="tailTruncation" minimumScaleFactor="0.5" id="210" customClass="VLCStatusLabel">
  93. <rect key="frame" x="61" y="273" width="199" height="22"/>
  94. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  95. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  96. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  97. <nil key="highlightedColor"/>
  98. <color key="shadowColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  99. </label>
  100. <view hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" id="108" userLabel="Playing Externally View">
  101. <rect key="frame" x="0.0" y="135" width="320" height="257"/>
  102. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  103. <subviews>
  104. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="PlayingExternally.png" id="111">
  105. <rect key="frame" x="80" y="20" width="160" height="130"/>
  106. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  107. </imageView>
  108. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="TV Connected" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="110">
  109. <rect key="frame" x="20" y="170" width="280" height="21"/>
  110. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  111. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  112. <fontDescription key="fontDescription" type="boldSystem" pointSize="19"/>
  113. <color key="textColor" red="0.3803921569" green="0.3803921569" blue="0.3803921569" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  114. <nil key="highlightedColor"/>
  115. </label>
  116. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="This video is playing on the TV" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="109">
  117. <rect key="frame" x="20" y="199" width="289" height="53"/>
  118. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  119. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  120. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  121. <color key="textColor" red="0.3803921569" green="0.3803921569" blue="0.3803921569" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  122. <color key="highlightedColor" red="0.3803921569" green="0.3803921569" blue="0.3803921569" alpha="0.81000000000000005" colorSpace="custom" customColorSpace="sRGB"/>
  123. </label>
  124. </subviews>
  125. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  126. </view>
  127. <view hidden="YES" contentMode="scaleToFill" id="241" userLabel="scrubbing indicator view" customClass="VLCFrostedGlasView">
  128. <rect key="frame" x="0.0" y="63" width="320" height="46"/>
  129. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  130. <subviews>
  131. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="High-Speed Scrubbing" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="244">
  132. <rect key="frame" x="20" y="3" width="280" height="21"/>
  133. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  134. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  135. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  136. <nil key="highlightedColor"/>
  137. </label>
  138. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Slide your finger down to adjust the scrubbing rate." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsLetterSpacingToFitWidth="YES" adjustsFontSizeToFit="NO" id="246">
  139. <rect key="frame" x="0.0" y="21" width="320" height="21"/>
  140. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  141. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  142. <color key="textColor" red="0.66666666666666663" green="0.66666666666666663" blue="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  143. <nil key="highlightedColor"/>
  144. </label>
  145. </subviews>
  146. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.60999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  147. </view>
  148. <view hidden="YES" contentMode="scaleToFill" id="117" userLabel="video filters view" customClass="VLCFrostedGlasView">
  149. <rect key="frame" x="0.0" y="342" width="320" height="198"/>
  150. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  151. <subviews>
  152. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="2" id="128" customClass="VLCSlider">
  153. <rect key="frame" x="18" y="19" width="284" height="29"/>
  154. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  155. <connections>
  156. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="149"/>
  157. </connections>
  158. </slider>
  159. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Brightness" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="130">
  160. <rect key="frame" x="20" y="5" width="280" height="21"/>
  161. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  162. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  163. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  164. <nil key="highlightedColor"/>
  165. </label>
  166. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="2" id="131" customClass="VLCSlider">
  167. <rect key="frame" x="18" y="57" width="284" height="29"/>
  168. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  169. <connections>
  170. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="150"/>
  171. </connections>
  172. </slider>
  173. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Contrast" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="132">
  174. <rect key="frame" x="20" y="43" width="280" height="21"/>
  175. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  176. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  177. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  178. <nil key="highlightedColor"/>
  179. </label>
  180. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="360" id="133" customClass="VLCSlider">
  181. <rect key="frame" x="18" y="95" width="284" height="29"/>
  182. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  183. <connections>
  184. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="151"/>
  185. </connections>
  186. </slider>
  187. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Hue" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="134">
  188. <rect key="frame" x="20" y="81" width="280" height="21"/>
  189. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  190. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  191. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  192. <nil key="highlightedColor"/>
  193. </label>
  194. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="3" id="135" customClass="VLCSlider">
  195. <rect key="frame" x="18" y="132" width="284" height="29"/>
  196. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  197. <connections>
  198. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="153"/>
  199. </connections>
  200. </slider>
  201. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Saturation" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="136">
  202. <rect key="frame" x="20" y="118" width="280" height="21"/>
  203. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  204. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  205. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  206. <nil key="highlightedColor"/>
  207. </label>
  208. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="10" id="137" customClass="VLCSlider">
  209. <rect key="frame" x="18" y="170" width="252" height="29"/>
  210. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  211. <connections>
  212. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="154"/>
  213. </connections>
  214. </slider>
  215. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Gamma" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="138">
  216. <rect key="frame" x="20" y="156" width="280" height="21"/>
  217. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  218. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  219. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  220. <nil key="highlightedColor"/>
  221. </label>
  222. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="162">
  223. <rect key="frame" x="276" y="157" width="24" height="30"/>
  224. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  225. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  226. <state key="normal" image="resetIcon.png">
  227. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  228. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  229. </state>
  230. <state key="highlighted">
  231. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  232. </state>
  233. <connections>
  234. <action selector="videoFilterSliderAction:" destination="-1" eventType="touchUpInside" id="164"/>
  235. </connections>
  236. </button>
  237. </subviews>
  238. </view>
  239. <view hidden="YES" contentMode="scaleToFill" misplaced="YES" id="165" userLabel="speed delay Controls panel" customClass="VLCFrostedGlasView">
  240. <rect key="frame" x="0.0" y="294" width="320" height="163"/>
  241. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  242. <subviews>
  243. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Audio delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="8cb-fw-YeF">
  244. <rect key="frame" x="20" y="7" width="280" height="21"/>
  245. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  246. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  247. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  248. <nil key="highlightedColor"/>
  249. </label>
  250. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0.00 s" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="SDv-JW-DMi">
  251. <rect key="frame" x="20" y="7" width="280" height="21"/>
  252. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  253. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  254. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  255. <nil key="highlightedColor"/>
  256. </label>
  257. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-30" maxValue="30" id="oQe-Uu-1HY" customClass="VLCResettingSlider">
  258. <rect key="frame" x="18" y="20" width="284" height="29"/>
  259. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  260. <userDefinedRuntimeAttributes>
  261. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  262. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  263. <real key="value" value="0.0"/>
  264. </userDefinedRuntimeAttribute>
  265. </userDefinedRuntimeAttributes>
  266. <connections>
  267. <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="MaZ-VI-xre"/>
  268. </connections>
  269. </slider>
  270. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitles delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="KeW-Xp-9I6">
  271. <rect key="frame" x="20" y="44" width="280" height="21"/>
  272. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  273. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  274. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  275. <nil key="highlightedColor"/>
  276. </label>
  277. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0 s" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="IzS-81-KII">
  278. <rect key="frame" x="20" y="44" width="280" height="21"/>
  279. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  280. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  281. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  282. <nil key="highlightedColor"/>
  283. </label>
  284. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-30" maxValue="30" id="JRI-0m-C0M" customClass="VLCResettingSlider">
  285. <rect key="frame" x="18" y="58" width="284" height="29"/>
  286. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  287. <userDefinedRuntimeAttributes>
  288. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  289. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  290. <real key="value" value="0.0"/>
  291. </userDefinedRuntimeAttribute>
  292. </userDefinedRuntimeAttributes>
  293. <connections>
  294. <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="NUV-tI-BV8"/>
  295. </connections>
  296. </slider>
  297. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="167">
  298. <rect key="frame" x="20" y="83" width="280" height="21"/>
  299. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  300. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  301. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  302. <nil key="highlightedColor"/>
  303. </label>
  304. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="185">
  305. <rect key="frame" x="20" y="83" width="280" height="21"/>
  306. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  307. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  308. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  309. <nil key="highlightedColor"/>
  310. </label>
  311. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-2" maxValue="2" id="168" customClass="VLCResettingSlider">
  312. <rect key="frame" x="18" y="97" width="284" height="29"/>
  313. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  314. <userDefinedRuntimeAttributes>
  315. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  316. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  317. <real key="value" value="0.0"/>
  318. </userDefinedRuntimeAttribute>
  319. </userDefinedRuntimeAttributes>
  320. <connections>
  321. <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="6n6-9i-WXd"/>
  322. </connections>
  323. </slider>
  324. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="ime-8n-VJ9">
  325. <rect key="frame" x="20" y="133" width="280" height="30"/>
  326. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  327. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  328. <state key="normal" title="Sleep Timer">
  329. <color key="titleColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  330. <color key="titleShadowColor" red="0.43529411764705883" green="0.44313725490196076" blue="0.47450980392156861" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  331. </state>
  332. <connections>
  333. <action selector="sleepTimer:" destination="-1" eventType="touchUpInside" id="3DL-TN-OVO"/>
  334. </connections>
  335. </button>
  336. </subviews>
  337. </view>
  338. </subviews>
  339. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  340. <nil key="simulatedStatusBarMetrics"/>
  341. </view>
  342. </objects>
  343. <resources>
  344. <image name="PlayingExternally.png" width="122" height="91"/>
  345. <image name="resetIcon.png" width="24" height="30"/>
  346. </resources>
  347. </document>