Exemplo n.º 1
0
 /**
  * Constructs a QTVideoRecorder object.
  *
  * @param type the video type to record
  */
 public QTVideoRecorder(QTVideoType type) {
   super(type);
   QT.start();
 }