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

Description

Manages recording the contents of a VuoGraphicsWindow.

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.

Todo:
Replace with -finishWritingWithCompletionHandler: when we drop Mac OS 10.8 support.

◆ initWithWindow:url:()

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

Creates a record manager.

This function may be called from any thread.

◆ saveImage:()

- (void) saveImage: (VuoIoSurface vis

Appends vis to the movie file.

This function may be called from any thread.


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