Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Instance Methods | List of all members
VuoAvWriterObject Class Reference

Description

Internal AVWriter implementation.

Use VuoAvWriter instead.

Instance Methods

(BOOL) - isRecording
 < Is this object currently recording video?
 
(BOOL) - setupAssetWriterWithUrl:imageWidth:imageHeight:channelCount:movieFormat:
 
(void) - appendImage:
 Add an image to the currently recording AVWriter.
 
(void) - appendAudio:
 Adds a set of audio samples to this movie file.
 
(void) - finalizeRecording
 Finalize the currently recording video.
 

Method Documentation

- (void) appendAudio: (VuoList_VuoAudioSamples samples

Adds a set of audio samples to this movie file.

setupAssetWriterWithUrl must have been called prior.

- (void) appendImage: (VuoImage image

Add an image to the currently recording AVWriter.

setupAssetWriterUrl must have been called prior. Use [VuoAvWriter appendImage].

- (void) finalizeRecording

Finalize the currently recording video.

- (BOOL) isRecording

< Is this object currently recording video?

Setup a new AssetWriter and beging recording to it.

- (BOOL) setupAssetWriterWithUrl: (NSURL*)  fileUrl
imageWidth: (int)  width
imageHeight: (int)  height
channelCount: (int)  channels
movieFormat: (VuoMovieFormat format 

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