Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
db33fabd
Commit
db33fabd
authored
May 15, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add preliminary playback control artwork
parent
0c480210
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
388 additions
and
289 deletions
+388
-289
AspenProject.xcodeproj/project.pbxproj
AspenProject.xcodeproj/project.pbxproj
+98
-9
AspenProject/VLCMovieViewController.m
AspenProject/VLCMovieViewController.m
+2
-2
Resources/VLCMovieViewController~iphone.xib
Resources/VLCMovieViewController~iphone.xib
+288
-278
Resources/audio.png
Resources/audio.png
+0
-0
Resources/audio@2x.png
Resources/audio@2x.png
+0
-0
Resources/backward.png
Resources/backward.png
+0
-0
Resources/backward@2x.png
Resources/backward@2x.png
+0
-0
Resources/forward.png
Resources/forward.png
+0
-0
Resources/forward@2x.png
Resources/forward@2x.png
+0
-0
Resources/pause.png
Resources/pause.png
+0
-0
Resources/pause@2x.png
Resources/pause@2x.png
+0
-0
Resources/play.png
Resources/play.png
+0
-0
Resources/play@2x.png
Resources/play@2x.png
+0
-0
Resources/subtitles.png
Resources/subtitles.png
+0
-0
Resources/subtitles@2x.png
Resources/subtitles@2x.png
+0
-0
No files found.
AspenProject.xcodeproj/project.pbxproj
View file @
db33fabd
...
...
@@ -7,6 +7,18 @@
objects
=
{
/* Begin PBXBuildFile section */
7D10BC761743FA0F00DA7059
/* audio.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6A1743FA0F00DA7059
/* audio.png */
;
};
7D10BC771743FA0F00DA7059
/* audio@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6B1743FA0F00DA7059
/* audio@2x.png */
;
};
7D10BC781743FA0F00DA7059
/* backward.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6C1743FA0F00DA7059
/* backward.png */
;
};
7D10BC791743FA0F00DA7059
/* backward@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6D1743FA0F00DA7059
/* backward@2x.png */
;
};
7D10BC7A1743FA0F00DA7059
/* forward.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6E1743FA0F00DA7059
/* forward.png */
;
};
7D10BC7B1743FA0F00DA7059
/* forward@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6F1743FA0F00DA7059
/* forward@2x.png */
;
};
7D10BC7C1743FA0F00DA7059
/* pause.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC701743FA0F00DA7059
/* pause.png */
;
};
7D10BC7D1743FA0F00DA7059
/* pause@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC711743FA0F00DA7059
/* pause@2x.png */
;
};
7D10BC7E1743FA0F00DA7059
/* play.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC721743FA0F00DA7059
/* play.png */
;
};
7D10BC7F1743FA0F00DA7059
/* play@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC731743FA0F00DA7059
/* play@2x.png */
;
};
7D10BC801743FA0F00DA7059
/* subtitles.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC741743FA0F00DA7059
/* subtitles.png */
;
};
7D10BC811743FA0F00DA7059
/* subtitles@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC751743FA0F00DA7059
/* subtitles@2x.png */
;
};
7D33D41617182615008AF0E0
/* VLCMovieViewController~ipad.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D33D41517182615008AF0E0
/* VLCMovieViewController~ipad.xib */
;
};
7D6B07BC1716C9B8003280C4
/* AQGridView.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D6B07A61716C9B8003280C4
/* AQGridView.m */
;
};
7D6B07BD1716C9B8003280C4
/* AQGridViewAnimatorItem.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D6B07AA1716C9B8003280C4
/* AQGridViewAnimatorItem.m */
;
};
...
...
@@ -73,6 +85,18 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
7D10BC6A1743FA0F00DA7059
/* audio.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
audio.png
;
sourceTree
=
"<group>"
;
};
7D10BC6B1743FA0F00DA7059
/* audio@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"audio@2x.png"
;
sourceTree
=
"<group>"
;
};
7D10BC6C1743FA0F00DA7059
/* backward.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
backward.png
;
sourceTree
=
"<group>"
;
};
7D10BC6D1743FA0F00DA7059
/* backward@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"backward@2x.png"
;
sourceTree
=
"<group>"
;
};
7D10BC6E1743FA0F00DA7059
/* forward.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
forward.png
;
sourceTree
=
"<group>"
;
};
7D10BC6F1743FA0F00DA7059
/* forward@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"forward@2x.png"
;
sourceTree
=
"<group>"
;
};
7D10BC701743FA0F00DA7059
/* pause.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
pause.png
;
sourceTree
=
"<group>"
;
};
7D10BC711743FA0F00DA7059
/* pause@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"pause@2x.png"
;
sourceTree
=
"<group>"
;
};
7D10BC721743FA0F00DA7059
/* play.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
play.png
;
sourceTree
=
"<group>"
;
};
7D10BC731743FA0F00DA7059
/* play@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"play@2x.png"
;
sourceTree
=
"<group>"
;
};
7D10BC741743FA0F00DA7059
/* subtitles.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
subtitles.png
;
sourceTree
=
"<group>"
;
};
7D10BC751743FA0F00DA7059
/* subtitles@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"subtitles@2x.png"
;
sourceTree
=
"<group>"
;
};
7D33D41517182615008AF0E0
/* VLCMovieViewController~ipad.xib */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
file.xib
;
name
=
"VLCMovieViewController~ipad.xib"
;
path
=
"Resources/VLCMovieViewController~ipad.xib"
;
sourceTree
=
SOURCE_ROOT
;
};
7D6B07A51716C9B8003280C4
/* AQGridView.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
AQGridView.h
;
path
=
ImportedSources/AQGridView/Classes/AQGridView.h
;
sourceTree
=
SOURCE_ROOT
;
};
7D6B07A61716C9B8003280C4
/* AQGridView.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
name
=
AQGridView.m
;
path
=
ImportedSources/AQGridView/Classes/AQGridView.m
;
sourceTree
=
SOURCE_ROOT
;
};
...
...
@@ -194,6 +218,63 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7D10BC651743F9A100DA7059
/* External Playback */
=
{
isa
=
PBXGroup
;
children
=
(
A7CB0DAD1716F72600050CF3
/* PlayingExternally@2x~iphone.png */
,
A7CB0DAE1716F72600050CF3
/* PlayingExternally~iphone.png */
,
A7CB0DAF1716F72600050CF3
/* PlayingExternally~ipad.png */
,
A7CB0DB01716F72600050CF3
/* PlayingExternally@2x~ipad.png */
,
);
name
=
"External Playback"
;
sourceTree
=
"<group>"
;
};
7D10BC661743F9AC00DA7059
/* Library View */
=
{
isa
=
PBXGroup
;
children
=
(
A7FF9F3D17428C1900999819
/* DeleteButton.png */
,
A7FF9F3F17428C3800999819
/* DeleteButton@2x.png */
,
);
name
=
"Library View"
;
sourceTree
=
"<group>"
;
};
7D10BC671743F9BA00DA7059
/* Launch Screen */
=
{
isa
=
PBXGroup
;
children
=
(
A7924698170F0ED20036AAF2
/* Default-568h@2x.png */
,
A7924699170F0ED20036AAF2
/* Default.png */
,
A792469A170F0ED20036AAF2
/* Default@2x.png */
,
);
name
=
"Launch Screen"
;
sourceTree
=
"<group>"
;
};
7D10BC681743F9C300DA7059
/* Playback Controls */
=
{
isa
=
PBXGroup
;
children
=
(
7D10BC6A1743FA0F00DA7059
/* audio.png */
,
7D10BC6B1743FA0F00DA7059
/* audio@2x.png */
,
7D10BC6C1743FA0F00DA7059
/* backward.png */
,
7D10BC6D1743FA0F00DA7059
/* backward@2x.png */
,
7D10BC6E1743FA0F00DA7059
/* forward.png */
,
7D10BC6F1743FA0F00DA7059
/* forward@2x.png */
,
7D10BC701743FA0F00DA7059
/* pause.png */
,
7D10BC711743FA0F00DA7059
/* pause@2x.png */
,
7D10BC721743FA0F00DA7059
/* play.png */
,
7D10BC731743FA0F00DA7059
/* play@2x.png */
,
7D10BC741743FA0F00DA7059
/* subtitles.png */
,
7D10BC751743FA0F00DA7059
/* subtitles@2x.png */
,
);
name
=
"Playback Controls"
;
sourceTree
=
"<group>"
;
};
7D10BC691743F9CB00DA7059
/* Filters and stuff */
=
{
isa
=
PBXGroup
;
children
=
(
);
name
=
"Filters and stuff"
;
path
=
../AspenProject
;
sourceTree
=
"<group>"
;
};
7D6B07A31716C9A6003280C4
/* OBSlider */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -350,20 +431,16 @@
A7924697170F0ED20036AAF2
/* Resources */
=
{
isa
=
PBXGroup
;
children
=
(
7D10BC691743F9CB00DA7059
/* Filters and stuff */
,
7D10BC681743F9C300DA7059
/* Playback Controls */
,
7DA8B0F9173318E80029698C
/* SourceCodePro-Regular.ttf */
,
7DA8B0FA173318E80029698C
/* SourceSansPro-Regular.ttf */
,
7DBC3B48171204EC00DCF688
/* About Contents.txt */
,
7DBC3B3C1711DD1E00DCF688
/* Icons */
,
A79246C6170F11DF0036AAF2
/* Localizable.strings */
,
A7CB0DAD1716F72600050CF3
/* PlayingExternally@2x~iphone.png */
,
A7CB0DAE1716F72600050CF3
/* PlayingExternally~iphone.png */
,
A7CB0DAF1716F72600050CF3
/* PlayingExternally~ipad.png */
,
A7CB0DB01716F72600050CF3
/* PlayingExternally@2x~ipad.png */
,
A7924698170F0ED20036AAF2
/* Default-568h@2x.png */
,
A7FF9F3D17428C1900999819
/* DeleteButton.png */
,
A7FF9F3F17428C3800999819
/* DeleteButton@2x.png */
,
A7924699170F0ED20036AAF2
/* Default.png */
,
A792469A170F0ED20036AAF2
/* Default@2x.png */
,
7D10BC651743F9A100DA7059
/* External Playback */
,
7D10BC671743F9BA00DA7059
/* Launch Screen */
,
7D10BC661743F9AC00DA7059
/* Library View */
,
);
path
=
Resources
;
sourceTree
=
SOURCE_ROOT
;
...
...
@@ -460,6 +537,18 @@
7DC87AF217413EE3009DC250
/* VLCPlaylistGridView.xib in Resources */
,
A7FF9F3E17428C1900999819
/* DeleteButton.png in Resources */
,
A7FF9F4017428C3800999819
/* DeleteButton@2x.png in Resources */
,
7D10BC761743FA0F00DA7059
/* audio.png in Resources */
,
7D10BC771743FA0F00DA7059
/* audio@2x.png in Resources */
,
7D10BC781743FA0F00DA7059
/* backward.png in Resources */
,
7D10BC791743FA0F00DA7059
/* backward@2x.png in Resources */
,
7D10BC7A1743FA0F00DA7059
/* forward.png in Resources */
,
7D10BC7B1743FA0F00DA7059
/* forward@2x.png in Resources */
,
7D10BC7C1743FA0F00DA7059
/* pause.png in Resources */
,
7D10BC7D1743FA0F00DA7059
/* pause@2x.png in Resources */
,
7D10BC7E1743FA0F00DA7059
/* play.png in Resources */
,
7D10BC7F1743FA0F00DA7059
/* play@2x.png in Resources */
,
7D10BC801743FA0F00DA7059
/* subtitles.png in Resources */
,
7D10BC811743FA0F00DA7059
/* subtitles@2x.png in Resources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
AspenProject/VLCMovieViewController.m
View file @
db33fabd
...
...
@@ -274,8 +274,8 @@
-
(
void
)
mediaPlayerStateChanged
:(
NSNotification
*
)
aNotification
{
// TODO
NSString
*
playPause
Titl
e
=
[
_mediaPlayer
isPlaying
]?
@"Pse"
:
@"
P
lay"
;
[
_play
Pause
Button
set
Titl
e
:
playPause
Titl
e
forState
:
UIControlStateNormal
];
UIImage
*
playPause
Imag
e
=
[
_mediaPlayer
isPlaying
]?
[
UIImage
imageNamed
:
@"pause"
]
:
[
UIImage
imageNamed
:
@"
p
lay"
]
;
[
_play
back
Button
set
Imag
e
:
playPause
Imag
e
forState
:
UIControlStateNormal
];
}
-
(
IBAction
)
playPause
...
...
Resources/VLCMovieViewController~iphone.xib
View file @
db33fabd
...
...
@@ -2,9 +2,9 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12
D78
</string>
<string
key=
"IBDocument.SystemVersion"
>
12
E47
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.3
7
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.3
9
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
<object
class=
"NSMutableDictionary"
key=
"IBDocument.PluginVersions"
>
<string
key=
"NS.key.0"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
...
...
@@ -55,6 +55,244 @@
</object>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
</object>
<object
class=
"IBUIView"
id=
"202327026"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
269
</int>
<array
class=
"NSMutableArray"
key=
"NSSubviews"
>
<object
class=
"IBUISlider"
id=
"703439751"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{18, 19}, {284, 23}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"693989578"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<float
key=
"IBUIMaxValue"
>
360
</float>
</object>
<object
class=
"IBUILabel"
id=
"693989578"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 5}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"205160490"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<int
key=
"IBUIContentMode"
>
7
</int>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<string
key=
"IBUIText"
>
Hue
</string>
<object
class=
"NSColor"
key=
"IBUITextColor"
id=
"351379376"
>
<int
key=
"NSColorSpace"
>
3
</int>
<bytes
key=
"NSWhite"
>
MQA
</bytes>
</object>
<nil
key=
"IBUIHighlightedColor"
/>
<int
key=
"IBUIBaselineAdjustment"
>
0
</int>
<object
class=
"IBUIFontDescription"
key=
"IBUIFontDescription"
id=
"316951901"
>
<int
key=
"type"
>
1
</int>
<double
key=
"pointSize"
>
13
</double>
</object>
<object
class=
"NSFont"
key=
"IBUIFont"
id=
"813016123"
>
<string
key=
"NSName"
>
Helvetica
</string>
<double
key=
"NSSize"
>
13
</double>
<int
key=
"NSfFlags"
>
16
</int>
</object>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
</object>
<object
class=
"IBUISlider"
id=
"205160490"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{18, 57}, {284, 23}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"206931161"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<float
key=
"IBUIValue"
>
1
</float>
<float
key=
"IBUIMaxValue"
>
2
</float>
</object>
<object
class=
"IBUILabel"
id=
"206931161"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 43}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"602548150"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<int
key=
"IBUIContentMode"
>
7
</int>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<string
key=
"IBUIText"
>
Contrast
</string>
<reference
key=
"IBUITextColor"
ref=
"351379376"
/>
<nil
key=
"IBUIHighlightedColor"
/>
<int
key=
"IBUIBaselineAdjustment"
>
0
</int>
<reference
key=
"IBUIFontDescription"
ref=
"316951901"
/>
<reference
key=
"IBUIFont"
ref=
"813016123"
/>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
</object>
<object
class=
"IBUISlider"
id=
"602548150"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{18, 95}, {284, 23}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"606522639"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<float
key=
"IBUIValue"
>
1
</float>
<float
key=
"IBUIMaxValue"
>
2
</float>
</object>
<object
class=
"IBUILabel"
id=
"606522639"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 81}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"451270433"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<int
key=
"IBUIContentMode"
>
7
</int>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<string
key=
"IBUIText"
>
Brightness
</string>
<reference
key=
"IBUITextColor"
ref=
"351379376"
/>
<nil
key=
"IBUIHighlightedColor"
/>
<int
key=
"IBUIBaselineAdjustment"
>
0
</int>
<reference
key=
"IBUIFontDescription"
ref=
"316951901"
/>
<reference
key=
"IBUIFont"
ref=
"813016123"
/>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
</object>
<object
class=
"IBUISlider"
id=
"451270433"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{18, 132}, {284, 23}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"213896343"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<float
key=
"IBUIValue"
>
1
</float>
<float
key=
"IBUIMaxValue"
>
3
</float>
</object>
<object
class=
"IBUILabel"
id=
"213896343"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 118}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"23578597"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<int
key=
"IBUIContentMode"
>
7
</int>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<string
key=
"IBUIText"
>
Saturation
</string>
<reference
key=
"IBUITextColor"
ref=
"351379376"
/>
<nil
key=
"IBUIHighlightedColor"
/>
<int
key=
"IBUIBaselineAdjustment"
>
0
</int>
<reference
key=
"IBUIFontDescription"
ref=
"316951901"
/>
<reference
key=
"IBUIFont"
ref=
"813016123"
/>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
</object>
<object
class=
"IBUISlider"
id=
"23578597"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{18, 170}, {258, 23}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"6762007"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<float
key=
"IBUIValue"
>
1
</float>
<float
key=
"IBUIMaxValue"
>
10
</float>
</object>
<object
class=
"IBUILabel"
id=
"6762007"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 156}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"916518907"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<int
key=
"IBUIContentMode"
>
7
</int>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<string
key=
"IBUIText"
>
Gamma
</string>
<reference
key=
"IBUITextColor"
ref=
"351379376"
/>
<nil
key=
"IBUIHighlightedColor"
/>
<int
key=
"IBUIBaselineAdjustment"
>
0
</int>
<reference
key=
"IBUIFontDescription"
ref=
"316951901"
/>
<reference
key=
"IBUIFont"
ref=
"813016123"
/>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
</object>
<object
class=
"IBUIButton"
id=
"916518907"
>
<reference
key=
"NSNextResponder"
ref=
"202327026"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{282, 171}, {18, 19}}
</string>
<reference
key=
"NSSuperview"
ref=
"202327026"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"644225698"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<int
key=
"IBUIButtonType"
>
3
</int>
<bool
key=
"IBUIShowsTouchWhenHighlighted"
>
YES
</bool>
<reference
key=
"IBUIHighlightedTitleColor"
ref=
"351379376"
/>
<object
class=
"NSColor"
key=
"IBUINormalTitleColor"
>
<int
key=
"NSColorSpace"
>
1
</int>
<bytes
key=
"NSRGB"
>
MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
</bytes>
</object>
<object
class=
"NSColor"
key=
"IBUINormalTitleShadowColor"
id=
"710600961"
>
<int
key=
"NSColorSpace"
>
3
</int>
<bytes
key=
"NSWhite"
>
MC41AA
</bytes>
</object>
<object
class=
"IBUIFontDescription"
key=
"IBUIFontDescription"
id=
"838206983"
>
<int
key=
"type"
>
2
</int>
<double
key=
"pointSize"
>
15
</double>
</object>
<object
class=
"NSFont"
key=
"IBUIFont"
id=
"1039786659"
>
<string
key=
"NSName"
>
Helvetica-Bold
</string>
<double
key=
"NSSize"
>
15
</double>
<int
key=
"NSfFlags"
>
16
</int>
</object>
</object>
</array>
<string
key=
"NSFrame"
>
{{0, 335}, {320, 198}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"703439751"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:10
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
<int
key=
"NSColorSpace"
>
3
</int>
<bytes
key=
"NSWhite"
>
MC42NjY2NjY2NjY3IDAuNwA
</bytes>
</object>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
</object>
<object
class=
"IBUIView"
id=
"731041733"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
-2147483347
</int>
...
...
@@ -165,7 +403,7 @@
<object
class=
"IBUIButton"
id=
"133336185"
>
<reference
key=
"NSNextResponder"
ref=
"644225698"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{19
9
, 20}, {54, 44}}
</string>
<string
key=
"NSFrame"
>
{{19
0
, 20}, {54, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"644225698"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"649952457"
/>
...
...
@@ -175,35 +413,23 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<int
key=
"IBUIButtonType"
>
1
</int>
<bool
key=
"IBUIShowsTouchWhenHighlighted"
>
YES
</bool>
<string
key=
"IBUINormalTitle"
>
Fwd
</string>
<object
class=
"NSColor"
key=
"IBUIHighlightedTitleColor"
id=
"351379376"
>
<int
key=
"NSColorSpace"
>
3
</int>
<bytes
key=
"NSWhite"
>
MQA
</bytes>
</object>
<reference
key=
"IBUIHighlightedTitleColor"
ref=
"351379376"
/>
<object
class=
"NSColor"
key=
"IBUINormalTitleColor"
>
<int
key=
"NSColorSpace"
>
1
</int>
<bytes
key=
"NSRGB"
>
MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
</bytes>
</object>
<object
class=
"NSColor"
key=
"IBUINormalTitleShadowColor"
id=
"710600961"
>
<int
key=
"NSColorSpace"
>
3
</int>
<bytes
key=
"NSWhite"
>
MC41AA
</bytes>
</object>
<object
class=
"IBUIFontDescription"
key=
"IBUIFontDescription"
id=
"838206983"
>
<int
key=
"type"
>
2
</int>
<double
key=
"pointSize"
>
15
</double>
</object>
<object
class=
"NSFont"
key=
"IBUIFont"
id=
"389950768"
>
<string
key=
"NSName"
>
Helvetica-Bold
</string>
<double
key=
"NSSize"
>
15
</double>
<int
key=
"NSfFlags"
>
16
</int>
<reference
key=
"IBUINormalTitleShadowColor"
ref=
"710600961"
/>
<object
class=
"NSCustomResource"
key=
"IBUINormalImage"
>
<string
key=
"NSClassName"
>
NSImage
</string>
<string
key=
"NSResourceName"
>
forward.png
</string>
</object>
<reference
key=
"IBUIFontDescription"
ref=
"838206983"
/>
<reference
key=
"IBUIFont"
ref=
"1039786659"
/>
</object>
<object
class=
"IBUIButton"
id=
"722825395"
>
<reference
key=
"NSNextResponder"
ref=
"644225698"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{7
2
, 20}, {56, 44}}
</string>
<string
key=
"NSFrame"
>
{{7
4
, 20}, {56, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"644225698"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"58725604"
/>
...
...
@@ -213,22 +439,23 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<int
key=
"IBUIButtonType"
>
1
</int>
<bool
key=
"IBUIShowsTouchWhenHighlighted"
>
YES
</bool>
<string
key=
"IBUINormalTitle"
>
Bwd
</string>
<reference
key=
"IBUIHighlightedTitleColor"
ref=
"351379376"
/>
<object
class=
"NSColor"
key=
"IBUINormalTitleColor"
>
<int
key=
"NSColorSpace"
>
1
</int>
<bytes
key=
"NSRGB"
>
MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
</bytes>
</object>
<reference
key=
"IBUINormalTitleShadowColor"
ref=
"710600961"
/>
<object
class=
"NSCustomResource"
key=
"IBUINormalImage"
>
<string
key=
"NSClassName"
>
NSImage
</string>
<string
key=
"NSResourceName"
>
backward.png
</string>
</object>
<reference
key=
"IBUIFontDescription"
ref=
"838206983"
/>
<reference
key=
"IBUIFont"
ref=
"
389950768
"
/>
<reference
key=
"IBUIFont"
ref=
"
1039786659
"
/>
</object>
<object
class=
"IBUIButton"
id=
"58725604"
>
<reference
key=
"NSNextResponder"
ref=
"644225698"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{13
6
, 20}, {
55
, 44}}
</string>
<string
key=
"NSFrame"
>
{{13
8
, 20}, {
44
, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"644225698"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"133336185"
/>
...
...
@@ -238,22 +465,23 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<int
key=
"IBUIButtonType"
>
1
</int>
<bool
key=
"IBUIShowsTouchWhenHighlighted"
>
YES
</bool>
<string
key=
"IBUINormalTitle"
>
Play
</string>
<reference
key=
"IBUIHighlightedTitleColor"
ref=
"351379376"
/>
<object
class=
"NSColor"
key=
"IBUINormalTitleColor"
>
<int
key=
"NSColorSpace"
>
1
</int>
<bytes
key=
"NSRGB"
>
MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
</bytes>
</object>
<reference
key=
"IBUINormalTitleShadowColor"
ref=
"710600961"
/>
<object
class=
"NSCustomResource"
key=
"IBUINormalImage"
>
<string
key=
"NSClassName"
>
NSImage
</string>
<string
key=
"NSResourceName"
>
play.png
</string>
</object>
<reference
key=
"IBUIFontDescription"
ref=
"838206983"
/>
<reference
key=
"IBUIFont"
ref=
"
389950768
"
/>
<reference
key=
"IBUIFont"
ref=
"
1039786659
"
/>
</object>
<object
class=
"IBUIButton"
id=
"1041366711"
>
<reference
key=
"NSNextResponder"
ref=
"644225698"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{2
0
, 20}, {44, 44}}
</string>
<string
key=
"NSFrame"
>
{{2
2
, 20}, {44, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"644225698"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"722825395"
/>
...
...
@@ -263,41 +491,44 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<int
key=
"IBUIButtonType"
>
1
</int>
<bool
key=
"IBUIShowsTouchWhenHighlighted"
>
YES
</bool>
<string
key=
"IBUINormalTitle"
>
AT
</string>
<reference
key=
"IBUIHighlightedTitleColor"
ref=
"351379376"
/>
<object
class=
"NSColor"
key=
"IBUINormalTitleColor"
>
<int
key=
"NSColorSpace"
>
1
</int>
<bytes
key=
"NSRGB"
>
MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
</bytes>
</object>
<reference
key=
"IBUINormalTitleShadowColor"
ref=
"710600961"
/>
<object
class=
"NSCustomResource"
key=
"IBUINormalImage"
>
<string
key=
"NSClassName"
>
NSImage
</string>
<string
key=
"NSResourceName"
>
audio.png
</string>
</object>
<reference
key=
"IBUIFontDescription"
ref=
"838206983"
/>
<reference
key=
"IBUIFont"
ref=
"
389950768
"
/>
<reference
key=
"IBUIFont"
ref=
"
1039786659
"
/>
</object>
<object
class=
"IBUIButton"
id=
"649952457"
>
<reference
key=
"NSNextResponder"
ref=
"644225698"
/>
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{2
61
, 20}, {44, 44}}
</string>
<string
key=
"NSFrame"
>
{{2
52
, 20}, {44, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"644225698"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"119528819"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<int
key=
"IBUIButtonType"
>
1
</int>
<bool
key=
"IBUIShowsTouchWhenHighlighted"
>
YES
</bool>
<string
key=
"IBUINormalTitle"
>
ST
</string>
<reference
key=
"IBUIHighlightedTitleColor"
ref=
"351379376"
/>
<object
class=
"NSColor"
key=
"IBUINormalTitleColor"
>
<int
key=
"NSColorSpace"
>
1
</int>
<bytes
key=
"NSRGB"
>
MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
</bytes>
</object>
<reference
key=
"IBUINormalTitleShadowColor"
ref=
"710600961"
/>
<object
class=
"NSCustomResource"
key=
"IBUINormalImage"
>
<string
key=
"NSClassName"
>
NSImage
</string>
<string
key=
"NSResourceName"
>
subtitles.png
</string>
</object>
<reference
key=
"IBUIFontDescription"
ref=
"838206983"
/>
<reference
key=
"IBUIFont"
ref=
"
389950768
"
/>
<reference
key=
"IBUIFont"
ref=
"
1039786659
"
/>
</object>
</array>
<string
key=
"NSFrame"
>
{{0, 450}, {320, 83}}
</string>
...
...
@@ -363,231 +594,6 @@