File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/com/github/xsavikx/androidscreencast/api/injector Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 <modelVersion >4.0.0</modelVersion >
2222 <groupId >com.github.xsavikx</groupId >
2323 <artifactId >androidscreencast</artifactId >
24- <version >0.0.18s -SNAPSHOT</version >
24+ <version >0.0.19s -SNAPSHOT</version >
2525 <name >Android Screencast</name >
2626 <packaging >jar</packaging >
2727 <properties >
Original file line number Diff line number Diff line change @@ -129,10 +129,9 @@ public void setListener(final ScreenCaptureListener listener) {
129129 this .listener = listener ;
130130 }
131131
132-
133132 public void startRecording (final File file ) {
134133 try {
135- qos = new QuickTimeOutputStream (file , QuickTimeOutputStream .VideoFormat .JPG );
134+ qos = new QuickTimeOutputStream (file , QuickTimeOutputStream .VideoFormat .PNG );
136135 qos .setVideoCompressionQuality (MOV_COMPRESSION_RATE );
137136 qos .setTimeScale (MOV_FPS );
138137 } catch (final IOException e ) {
You can’t perform that action at this time.
0 commit comments