Search found 2 matches

Go to advanced search

by 2019801
27 Jul 2014 03:31
Forum: Development around libVLC
Topic: How to use saveVideoSnapshotAt api to take snapshot.
Replies: 0
Views: 412

How to use saveVideoSnapshotAt api to take snapshot.

Hi all, I developing in iOS, I use ./buildMobileVLCKit.sh -s compiled VLCKit,and add a button to SimplePlayback example to take snapshot. code: - (IBAction)takeSnapshot:(UIButton *)sender { NSString* path = NSHomeDirectory(); NSString* snapshotFile = [path stringByAppendingString:@"/1.png"...
by 2019801
27 Jul 2014 02:32
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How to use saveVideoSnapshotAt api to take snapshot.
Replies: 0
Views: 819

How to use saveVideoSnapshotAt api to take snapshot.

use ./buildMobileVLCKit.sh -s build MobileVLCKit. I add a button in SimplePalyback project to do snapshot. code: - (IBAction)takeSnapshot:(UIButton *)sender { NSString* path = NSHomeDirectory(); NSString* snapshotFile = [path stringByAppendingString:@"/1.png"]; NSLog(path); [_mediaplayer s...

Go to advanced search