aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/ViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Video Tuneup/ViewController.m')
-rw-r--r--Video Tuneup/ViewController.m6
1 files changed, 5 insertions, 1 deletions
diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m
index b88a8f8..bd2a3b5 100644
--- a/Video Tuneup/ViewController.m
+++ b/Video Tuneup/ViewController.m
@@ -14,7 +14,7 @@ static const NSString *ItemStatusContext;
@implementation ViewController
-@synthesize player, playerItem, playerView, playButton, pauseButton;
+@synthesize player, playerItem, playerView, playButton, pauseButton, rewindButton;
#pragma mark - Video playback
@@ -78,6 +78,10 @@ static const NSString *ItemStatusContext;
}];
}
+- (IBAction)loadAudioFromFile:(id)sender {
+ NSLog(@"Loading audio from file");
+}
+
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object
change:(NSDictionary *)change context:(void *)context {