mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
thought i had checked these edits in already...
This commit is contained in:
@@ -38,6 +38,7 @@ import quicktime.util.RawEncodedImage;
|
||||
/**
|
||||
* Watchin' shit on the telly.
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class Capture extends PImage implements Runnable {
|
||||
|
||||
// there are more, but these are all we'll provide for now
|
||||
|
||||
@@ -38,6 +38,7 @@ import quicktime.util.QTHandle;
|
||||
import quicktime.util.RawEncodedImage;
|
||||
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class Movie extends PImage implements PConstants, Runnable {
|
||||
Method movieEventMethod;
|
||||
String filename;
|
||||
|
||||
@@ -81,8 +81,8 @@ import processing.core.*;
|
||||
* }
|
||||
* </PRE>
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class MovieMaker {
|
||||
|
||||
public static final int RAW = StdQTConstants.kRawCodecType;
|
||||
public static final int ANIMATION = StdQTConstants.kAnimationCodecType;
|
||||
public static final int BASE = StdQTConstants.kBaseCodecType;
|
||||
|
||||
Reference in New Issue
Block a user