Vuo  2.3.2
Instance Methods | List of all members
VuoWindowRecorder Class Reference

Description

Manages recording the contents of a VuoGraphicsWindow.

Definition at line 22 of file VuoWindowRecorder.h.

Instance Methods

(instancetype) - initWithWindow:url:
 Creates a record manager. More...
 
(void) - saveImage:
 Appends vis to the movie file. More...
 
(void) - finish
 Blocks until the movie file has been finalized. More...
 

Method Documentation

◆ finish

- (void) finish

Blocks until the movie file has been finalized.

This function may be called from any thread.

Definition at line 230 of file VuoWindowRecorder.m.

◆ initWithWindow:url:

- (instancetype) initWithWindow: (VuoGraphicsWindow *)  window
url: (NSURL *)  url 

Creates a record manager.

This function may be called from any thread.

Definition at line 67 of file VuoWindowRecorder.m.

◆ saveImage:

- (void) saveImage: (VuoIoSurface vis

Appends vis to the movie file.

This function may be called from any thread.

Definition at line 230 of file VuoWindowRecorder.m.


The documentation for this class was generated from the following files: