Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
(void) - saveImage:
 Appends vis to the movie file.
 
(void) - finish
 Blocks until the movie file has been finalized.
 

Method Documentation

- (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.
- (instancetype) initWithWindow: (VuoGraphicsWindow *)  window
url: (NSURL *)  url 

Creates a record manager.

This function may be called from any thread.

- (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: