|
@@ -1,9 +1,9 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5023" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
<dependencies>
|
|
|
<deployment defaultVersion="1552" identifier="iOS"/>
|
|
|
<development version="5000" identifier="xcode"/>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
|
|
|
</dependencies>
|
|
|
<objects>
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCMovieViewController">
|
|
@@ -12,6 +12,7 @@
|
|
|
<outlet property="artistNameLabel" destination="279" id="283"/>
|
|
|
<outlet property="aspectRatioButton" destination="202" id="222"/>
|
|
|
<outlet property="audioSwitcherButton" destination="78" id="98"/>
|
|
|
+ <outlet property="audioSwitcherContainer" destination="mKM-iB-gtC" id="jf3-eu-m9Z"/>
|
|
|
<outlet property="backButton" destination="85" id="96"/>
|
|
|
<outlet property="brightnessLabel" destination="130" id="233"/>
|
|
|
<outlet property="brightnessSlider" destination="128" id="232"/>
|
|
@@ -43,12 +44,14 @@
|
|
|
<outlet property="scrubHelpLabel" destination="246" id="249"/>
|
|
|
<outlet property="scrubIndicatorView" destination="241" id="247"/>
|
|
|
<outlet property="statusLabel" destination="210" id="211"/>
|
|
|
+ <outlet property="subtitleContainer" destination="umS-fw-84Z" id="cbT-b6-hSn"/>
|
|
|
<outlet property="subtitleSwitcherButton" destination="74" id="103"/>
|
|
|
<outlet property="timeDisplay" destination="276" id="277"/>
|
|
|
<outlet property="toolbar" destination="250" id="272"/>
|
|
|
<outlet property="trackNameLabel" destination="282" id="284"/>
|
|
|
<outlet property="videoFilterButton" destination="159" id="160"/>
|
|
|
<outlet property="videoFilterView" destination="117" id="147"/>
|
|
|
+ <outlet property="videoeffectsContainer" destination="iBJ-hE-7St" id="UXV-rn-I8w"/>
|
|
|
<outlet property="view" destination="1" id="105"/>
|
|
|
<outlet property="volumeView" destination="230" id="275"/>
|
|
|
</connections>
|
|
@@ -146,17 +149,226 @@
|
|
|
<bool key="isElement" value="YES"/>
|
|
|
</accessibility>
|
|
|
</view>
|
|
|
+ <view contentMode="scaleToFill" id="165" userLabel="Controls panel">
|
|
|
+ <rect key="frame" x="0.0" y="395" width="320" height="46"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="playbackControllerBg.png" id="273">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="320" height="46"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-34" maxValue="34" id="168" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="19" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="playbackSpeedSliderAction:" destination="-1" eventType="valueChanged" id="195"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="167">
|
|
|
+ <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="185">
|
|
|
+ <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" id="117" userLabel="Controls panel">
|
|
|
+ <rect key="frame" x="0.0" y="342" width="320" height="198"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="playbackControllerBg.png" id="274">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="320" height="198"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <rect key="contentStretch" x="0.10000000000000001" y="0.10000000000000001" width="0.80000000000000004" height="0.80000000000000004"/>
|
|
|
+ </imageView>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="2" id="128" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="19" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="149"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Brightness" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="130">
|
|
|
+ <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="2" id="131" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="57" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="150"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Contrast" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="132">
|
|
|
+ <rect key="frame" x="20" y="43" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="360" id="133" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="95" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="151"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Hue" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="134">
|
|
|
+ <rect key="frame" x="20" y="81" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="3" id="135" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="132" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="153"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Saturation" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="136">
|
|
|
+ <rect key="frame" x="20" y="118" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="10" id="137" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="170" width="252" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="154"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Gamma" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="138">
|
|
|
+ <rect key="frame" x="20" y="156" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="162">
|
|
|
+ <rect key="frame" x="276" y="157" width="24" height="30"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <state key="normal" image="resetIcon.png">
|
|
|
+ <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <state key="highlighted">
|
|
|
+ <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterSliderAction:" destination="-1" eventType="touchUpInside" id="164"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ </view>
|
|
|
<view contentMode="scaleToFill" id="92" userLabel="Controls panel">
|
|
|
<rect key="frame" x="0.0" y="430" width="320" height="90"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
<subviews>
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="playbackControllerBg.png" id="231">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
</imageView>
|
|
|
+ <view contentMode="scaleToFill" id="mKM-iB-gtC">
|
|
|
+ <rect key="frame" x="20" y="14" width="40" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrows.png" id="Ura-xP-cKg" userLabel="arrows">
|
|
|
+ <rect key="frame" x="0.0" y="15" width="5" height="9"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="183">
|
|
|
+ <rect key="frame" x="7" y="0.0" width="32" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
|
+ <state key="normal" image="speedIcon.png">
|
|
|
+ <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <state key="highlighted">
|
|
|
+ <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoDimensionAction:" destination="-1" eventType="touchUpInside" id="188"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" id="iBJ-hE-7St">
|
|
|
+ <rect key="frame" x="272" y="14" width="40" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrows.png" id="NIA-ok-tPJ" userLabel="arrows">
|
|
|
+ <rect key="frame" x="0.0" y="15" width="5" height="9"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="159">
|
|
|
+ <rect key="frame" x="7" y="0.0" width="32" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
|
+ <state key="normal" image="videoEffectsIcon.png">
|
|
|
+ <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <state key="highlighted">
|
|
|
+ <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <connections>
|
|
|
+ <action selector="videoFilterToggle:" destination="-1" eventType="touchUpInside" id="161"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" id="umS-fw-84Z">
|
|
|
+ <rect key="frame" x="232" y="14" width="40" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrows.png" id="hKX-HC-xB4" userLabel="arrows">
|
|
|
+ <rect key="frame" x="0.0" y="15" width="5" height="9"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="74">
|
|
|
+ <rect key="frame" x="7" y="0.0" width="28" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
|
+ <state key="normal" image="subtitleIcon.png">
|
|
|
+ <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <state key="highlighted">
|
|
|
+ <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <connections>
|
|
|
+ <action selector="switchSubtitleTrack:" destination="-1" eventType="touchUpInside" id="79"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ </view>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="75">
|
|
|
<rect key="frame" x="187" y="13" width="32" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
<inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
@@ -173,7 +385,7 @@
|
|
|
</button>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="77">
|
|
|
<rect key="frame" x="100" y="13" width="32" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
<inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
@@ -190,7 +402,7 @@
|
|
|
</button>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="76">
|
|
|
<rect key="frame" x="146" y="14" width="28" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
<inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
@@ -206,8 +418,8 @@
|
|
|
</connections>
|
|
|
</button>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="78">
|
|
|
- <rect key="frame" x="54" y="16" width="32" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <rect key="frame" x="62" y="16" width="32" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
<inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
@@ -222,63 +434,14 @@
|
|
|
<action selector="switchAudioTrack:" destination="-1" eventType="touchUpInside" id="83"/>
|
|
|
</connections>
|
|
|
</button>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="74">
|
|
|
- <rect key="frame" x="231" y="16" width="28" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
- <inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
|
- <state key="normal" image="subtitleIcon.png">
|
|
|
- <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
- <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <state key="highlighted">
|
|
|
- <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <connections>
|
|
|
- <action selector="switchSubtitleTrack:" destination="-1" eventType="touchUpInside" id="79"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
<view contentMode="scaleToFill" id="230" customClass="MPVolumeView">
|
|
|
<rect key="frame" x="60" y="57" width="244" height="22"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
</view>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="183">
|
|
|
- <rect key="frame" x="14" y="14" width="32" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
- <inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
|
- <state key="normal" image="speedIcon.png">
|
|
|
- <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
- <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <state key="highlighted">
|
|
|
- <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <connections>
|
|
|
- <action selector="videoDimensionAction:" destination="-1" eventType="touchUpInside" id="188"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="159">
|
|
|
- <rect key="frame" x="272" y="13" width="32" height="40"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
- <inset key="contentEdgeInsets" minX="0.0" minY="4" maxX="0.0" maxY="4"/>
|
|
|
- <state key="normal" image="videoEffectsIcon.png">
|
|
|
- <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
- <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <state key="highlighted">
|
|
|
- <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterToggle:" destination="-1" eventType="touchUpInside" id="161"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="3Pu-h2-L0m">
|
|
|
- <rect key="frame" x="14" y="53" width="30" height="30"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <state key="normal" title="RP">
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="3Pu-h2-L0m">
|
|
|
+ <rect key="frame" x="18" y="57" width="32" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <state key="normal" image="repeat.png">
|
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
</state>
|
|
|
<connections>
|
|
@@ -355,149 +518,28 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
<color key="shadowColor" cocoaTouchSystemColor="lightTextColor"/>
|
|
|
</label>
|
|
|
- <view contentMode="scaleToFill" id="165" userLabel="Controls panel">
|
|
|
- <rect key="frame" x="0.0" y="395" width="320" height="46"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
- <subviews>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="playbackControllerBg.png" id="273">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="320" height="46"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- </imageView>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-34" maxValue="34" id="168" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="19" width="284" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="playbackSpeedSliderAction:" destination="-1" eventType="valueChanged" id="195"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="167">
|
|
|
- <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="185">
|
|
|
- <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- </subviews>
|
|
|
- </view>
|
|
|
- <view contentMode="scaleToFill" id="117" userLabel="Controls panel">
|
|
|
- <rect key="frame" x="0.0" y="342" width="320" height="198"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
- <subviews>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="playbackControllerBg.png" id="274">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="320" height="198"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <rect key="contentStretch" x="0.10000000000000001" y="0.10000000000000001" width="0.80000000000000004" height="0.80000000000000004"/>
|
|
|
- </imageView>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="2" id="128" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="19" width="284" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="149"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Brightness" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="130">
|
|
|
- <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="2" id="131" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="57" width="284" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="150"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Contrast" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="132">
|
|
|
- <rect key="frame" x="20" y="43" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="360" id="133" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="95" width="284" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="151"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Hue" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="134">
|
|
|
- <rect key="frame" x="20" y="81" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="3" id="135" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="132" width="284" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="153"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Saturation" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="136">
|
|
|
- <rect key="frame" x="20" y="118" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="10" id="137" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="170" width="252" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterSliderAction:" destination="-1" eventType="valueChanged" id="154"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Gamma" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="138">
|
|
|
- <rect key="frame" x="20" y="156" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="162">
|
|
|
- <rect key="frame" x="276" y="157" width="24" height="30"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
- <state key="normal" image="resetIcon.png">
|
|
|
- <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
- <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <state key="highlighted">
|
|
|
- <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </state>
|
|
|
- <connections>
|
|
|
- <action selector="videoFilterSliderAction:" destination="-1" eventType="touchUpInside" id="164"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
- </subviews>
|
|
|
- </view>
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
|
|
|
</view>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="grE-Qn-u2K">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
</objects>
|
|
|
<resources>
|
|
|
<image name="PlayingExternally.png" width="122" height="91"/>
|
|
|
+ <image name="arrows.png" width="5" height="9"/>
|
|
|
<image name="audioTrackIcon.png" width="19" height="19"/>
|
|
|
- <image name="backIcon.png" width="32" height="22"/>
|
|
|
- <image name="forwardIcon.png" width="32" height="22"/>
|
|
|
+ <image name="backIcon.png" width="32" height="16"/>
|
|
|
+ <image name="forwardIcon.png" width="32" height="16"/>
|
|
|
<image name="playIcon.png" width="19" height="17"/>
|
|
|
<image name="playbackControllerBg.png" width="352" height="90"/>
|
|
|
<image name="ratioIcon.png" width="23" height="18"/>
|
|
|
+ <image name="repeat.png" width="23" height="18"/>
|
|
|
<image name="resetIcon.png" width="24" height="30"/>
|
|
|
<image name="speedIcon.png" width="19" height="19"/>
|
|
|
<image name="subtitleIcon.png" width="19" height="19"/>
|
|
|
<image name="videoEffectsIcon.png" width="21" height="21"/>
|
|
|
</resources>
|
|
|
-</document>
|
|
|
+</document>
|