VLCMovieViewController~ipad.xib 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" colorMatched="YES">
  3. <device id="ipad9_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  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="activityIndicator" destination="1Bq-rl-k4J" id="DeR-JB-gXq"/>
  15. <outlet property="albumNameLabel" destination="305" id="308"/>
  16. <outlet property="artistNameLabel" destination="303" id="306"/>
  17. <outlet property="artworkImageView" destination="g3j-bZ-K3S" id="fPn-6f-Kez"/>
  18. <outlet property="audioDelayIndicator" destination="FYO-Rd-Vjg" id="FVE-DI-BJ2"/>
  19. <outlet property="audioDelayLabel" destination="bQc-dz-mB8" id="69P-Q3-3l3"/>
  20. <outlet property="audioDelaySlider" destination="ahb-li-nqH" id="tQp-Zu-Sqd"/>
  21. <outlet property="brightnessLabel" destination="148" id="165"/>
  22. <outlet property="brightnessSlider" destination="147" id="163"/>
  23. <outlet property="contrastLabel" destination="146" id="160"/>
  24. <outlet property="contrastSlider" destination="145" id="161"/>
  25. <outlet property="currentScrubSpeedLabel" destination="244" id="246"/>
  26. <outlet property="gammaLabel" destination="152" id="171"/>
  27. <outlet property="gammaSlider" destination="151" id="169"/>
  28. <outlet property="hueLabel" destination="143" id="158"/>
  29. <outlet property="hueSlider" destination="144" id="157"/>
  30. <outlet property="movieView" destination="121" id="122"/>
  31. <outlet property="playbackSpeedIndicator" destination="179" id="193"/>
  32. <outlet property="playbackSpeedLabel" destination="181" id="194"/>
  33. <outlet property="playbackSpeedSlider" destination="180" id="191"/>
  34. <outlet property="playbackSpeedView" destination="176" id="197"/>
  35. <outlet property="playingExternalView" destination="123" id="BVQ-JJ-Ckd"/>
  36. <outlet property="resetVideoFilterButton" destination="142" id="175"/>
  37. <outlet property="saturationLabel" destination="150" id="166"/>
  38. <outlet property="saturationSlider" destination="149" id="168"/>
  39. <outlet property="scrubHelpLabel" destination="243" id="247"/>
  40. <outlet property="scrubIndicatorView" destination="242" id="245"/>
  41. <outlet property="sleepTimerButton" destination="aXd-S6-sb9" id="g5b-DC-APw"/>
  42. <outlet property="spuDelayIndicator" destination="cTE-tb-Z89" id="Ll9-wY-xca"/>
  43. <outlet property="spuDelayLabel" destination="NX8-Zc-K6Y" id="WLd-cA-fUn"/>
  44. <outlet property="spuDelaySlider" destination="juX-HR-PqD" id="x4D-ki-Lwk"/>
  45. <outlet property="statusLabel" destination="205" id="206"/>
  46. <outlet property="trackNameLabel" destination="304" id="307"/>
  47. <outlet property="videoFilterView" destination="141" id="156"/>
  48. <outlet property="view" destination="8" id="120"/>
  49. </connections>
  50. </placeholder>
  51. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  52. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="8">
  53. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  54. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  55. <subviews>
  56. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="g3j-bZ-K3S">
  57. <rect key="frame" x="84" y="212" width="600" height="600"/>
  58. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  59. </imageView>
  60. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" text="Artist Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="12" adjustsLetterSpacingToFitWidth="YES" id="303">
  61. <rect key="frame" x="255" y="400" width="257" height="28"/>
  62. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  63. <fontDescription key="fontDescription" type="system" pointSize="23"/>
  64. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  65. <nil key="highlightedColor"/>
  66. <color key="shadowColor" cocoaTouchSystemColor="darkTextColor"/>
  67. </label>
  68. <view contentMode="scaleToFill" id="121" userLabel="Movie view">
  69. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  70. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  71. <accessibility key="accessibilityConfiguration">
  72. <bool key="isElement" value="YES"/>
  73. </accessibility>
  74. </view>
  75. <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="304">
  76. <rect key="frame" x="84" y="820" width="600" height="28"/>
  77. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  78. <fontDescription key="fontDescription" type="system" pointSize="23"/>
  79. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  80. <nil key="highlightedColor"/>
  81. <color key="shadowColor" cocoaTouchSystemColor="darkTextColor"/>
  82. </label>
  83. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Album Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" adjustsLetterSpacingToFitWidth="YES" id="305">
  84. <rect key="frame" x="255" y="600" width="258" height="28"/>
  85. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  86. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  87. <color key="textColor" red="0.72000002861022949" green="0.72000002861022949" blue="0.72000002861022949" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  88. <nil key="highlightedColor"/>
  89. <color key="shadowColor" cocoaTouchSystemColor="darkTextColor"/>
  90. </label>
  91. <view hidden="YES" contentMode="scaleToFill" id="242" userLabel="Scrubbing info" customClass="VLCFrostedGlasView">
  92. <rect key="frame" x="0.0" y="63" width="768" height="46"/>
  93. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  94. <subviews>
  95. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="High-Speed Scrubbing" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="244">
  96. <rect key="frame" x="20" y="3" width="728" height="21"/>
  97. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  98. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  99. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  100. <nil key="highlightedColor"/>
  101. </label>
  102. <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="243">
  103. <rect key="frame" x="20" y="21" width="728" height="21"/>
  104. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  105. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  106. <color key="textColor" red="0.66666666666666663" green="0.66666666666666663" blue="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  107. <nil key="highlightedColor"/>
  108. </label>
  109. </subviews>
  110. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.60999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  111. </view>
  112. <view contentMode="scaleToFill" misplaced="YES" id="176" userLabel="Delays &amp; Speed" customClass="VLCFrostedGlasView">
  113. <rect key="frame" x="224" y="805" width="320" height="157"/>
  114. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  115. <subviews>
  116. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Audio delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="bQc-dz-mB8">
  117. <rect key="frame" x="20" y="7" width="280" height="21"/>
  118. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  119. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  120. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  121. <nil key="highlightedColor"/>
  122. </label>
  123. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-5000" maxValue="5000" id="ahb-li-nqH" customClass="VLCResettingSlider">
  124. <rect key="frame" x="18" y="21" width="284" height="29"/>
  125. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  126. <userDefinedRuntimeAttributes>
  127. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  128. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  129. <real key="value" value="0.0"/>
  130. </userDefinedRuntimeAttribute>
  131. </userDefinedRuntimeAttributes>
  132. <connections>
  133. <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="MB1-sB-W8m"/>
  134. </connections>
  135. </slider>
  136. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0 ms" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="FYO-Rd-Vjg">
  137. <rect key="frame" x="20" y="7" width="280" height="21"/>
  138. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  139. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  140. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  141. <nil key="highlightedColor"/>
  142. </label>
  143. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitles delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="NX8-Zc-K6Y">
  144. <rect key="frame" x="20" y="44" width="280" height="21"/>
  145. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  146. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  147. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  148. <nil key="highlightedColor"/>
  149. </label>
  150. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-5000" maxValue="5000" id="juX-HR-PqD" customClass="VLCResettingSlider">
  151. <rect key="frame" x="18" y="58" width="284" height="29"/>
  152. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  153. <userDefinedRuntimeAttributes>
  154. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  155. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  156. <real key="value" value="0.0"/>
  157. </userDefinedRuntimeAttribute>
  158. </userDefinedRuntimeAttributes>
  159. <connections>
  160. <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="acG-8w-Mgd"/>
  161. </connections>
  162. </slider>
  163. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0 ms" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="cTE-tb-Z89">
  164. <rect key="frame" x="20" y="44" width="280" height="21"/>
  165. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  166. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  167. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  168. <nil key="highlightedColor"/>
  169. </label>
  170. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="181">
  171. <rect key="frame" x="20" y="82" width="280" height="21"/>
  172. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  173. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  174. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  175. <nil key="highlightedColor"/>
  176. </label>
  177. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-2" maxValue="2" id="180" customClass="VLCResettingSlider">
  178. <rect key="frame" x="18" y="96" width="284" height="29"/>
  179. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  180. <userDefinedRuntimeAttributes>
  181. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  182. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  183. <real key="value" value="0.0"/>
  184. </userDefinedRuntimeAttribute>
  185. </userDefinedRuntimeAttributes>
  186. <connections>
  187. <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="4Xo-T4-hPJ"/>
  188. </connections>
  189. </slider>
  190. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="179">
  191. <rect key="frame" x="20" y="82" width="280" height="21"/>
  192. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  193. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  194. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  195. <nil key="highlightedColor"/>
  196. </label>
  197. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="aXd-S6-sb9">
  198. <rect key="frame" x="20" y="119" width="280" height="30"/>
  199. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  200. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  201. <state key="normal" title="Sleep Timer">
  202. <color key="titleColor" cocoaTouchSystemColor="lightTextColor"/>
  203. <color key="titleShadowColor" cocoaTouchSystemColor="scrollViewTexturedBackgroundColor"/>
  204. </state>
  205. <connections>
  206. <action selector="sleepTimer:" destination="-1" eventType="touchUpInside" id="2s3-Kx-4uh"/>
  207. </connections>
  208. </button>
  209. </subviews>
  210. </view>
  211. <view hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" id="123" userLabel="Playing Externally View" customClass="PlayingExternallyView" customModule="VLC" customModuleProvider="target">
  212. <rect key="frame" x="184" y="312" width="400" height="400"/>
  213. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  214. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  215. <userDefinedRuntimeAttributes>
  216. <userDefinedRuntimeAttribute type="string" keyPath="nibName" value="PlayingExternallyView"/>
  217. </userDefinedRuntimeAttributes>
  218. </view>
  219. <label hidden="YES" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Status Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="205" customClass="VLCStatusLabel">
  220. <rect key="frame" x="224" y="799" width="320" height="21"/>
  221. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  222. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  223. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  224. <nil key="highlightedColor"/>
  225. </label>
  226. <activityIndicatorView opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" misplaced="YES" style="whiteLarge" id="1Bq-rl-k4J">
  227. <rect key="frame" x="366" y="542" width="37" height="37"/>
  228. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  229. </activityIndicatorView>
  230. <view contentMode="scaleToFill" id="141" userLabel="Video Effects Panel" customClass="VLCFrostedGlasView">
  231. <rect key="frame" x="470" y="782" width="298" height="192"/>
  232. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  233. <subviews>
  234. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="360" id="144" customClass="VLCSlider">
  235. <rect key="frame" x="6" y="90" width="284" height="29"/>
  236. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  237. <connections>
  238. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="159"/>
  239. </connections>
  240. </slider>
  241. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Hue" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="143">
  242. <rect key="frame" x="8" y="76" width="280" height="21"/>
  243. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  244. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  245. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  246. <nil key="highlightedColor"/>
  247. </label>
  248. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="2" id="145" customClass="VLCSlider">
  249. <rect key="frame" x="6" y="52" width="284" height="29"/>
  250. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  251. <connections>
  252. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="162"/>
  253. </connections>
  254. </slider>
  255. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Contrast" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="146">
  256. <rect key="frame" x="8" y="38" width="280" height="21"/>
  257. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  258. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  259. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  260. <nil key="highlightedColor"/>
  261. </label>
  262. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="2" id="147" customClass="VLCSlider">
  263. <rect key="frame" x="6" y="17" width="284" height="29"/>
  264. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  265. <connections>
  266. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="164"/>
  267. </connections>
  268. </slider>
  269. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Brightness" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="148">
  270. <rect key="frame" x="8" y="3" width="280" height="21"/>
  271. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  272. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  273. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  274. <nil key="highlightedColor"/>
  275. </label>
  276. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="3" id="149" customClass="VLCSlider">
  277. <rect key="frame" x="6" y="127" width="284" height="29"/>
  278. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  279. <connections>
  280. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="167"/>
  281. </connections>
  282. </slider>
  283. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Saturation" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="150">
  284. <rect key="frame" x="8" y="113" width="280" height="21"/>
  285. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  286. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  287. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  288. <nil key="highlightedColor"/>
  289. </label>
  290. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="10" id="151" customClass="VLCSlider">
  291. <rect key="frame" x="6" y="165" width="252" height="29"/>
  292. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  293. <connections>
  294. <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="170"/>
  295. </connections>
  296. </slider>
  297. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Gamma" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="152">
  298. <rect key="frame" x="8" y="151" 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. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="142">
  305. <rect key="frame" x="264" y="151" width="24" height="30"/>
  306. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  307. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  308. <state key="normal" image="resetIcon.png">
  309. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  310. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  311. </state>
  312. <state key="highlighted">
  313. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  314. </state>
  315. <connections>
  316. <action selector="videoFilterSliderAction:" destination="-1" eventType="touchUpInside" id="173"/>
  317. </connections>
  318. </button>
  319. </subviews>
  320. </view>
  321. </subviews>
  322. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  323. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackOpaque"/>
  324. </view>
  325. </objects>
  326. <resources>
  327. <image name="resetIcon.png" width="24" height="30"/>
  328. </resources>
  329. </document>