Lynkeos
Instance Methods | List of all members
<LynkeosMovieFileWriterDelegate> Protocol Reference

This protocol describes the delegate which feed the movie writer with frame data. More...

#import <LynkeosFileWriter.h>

Instance Methods

(void) - getFrameAtIndex:withData:lineWidth:
 Retrieve image data for the given frame. More...
 

Detailed Description

This protocol describes the delegate which feed the movie writer with frame data.

Method Documentation

- (void) getFrameAtIndex: (u_long)  index
withData: (const void *const *)  planes
lineWidth: (u_short)  lineW 

Retrieve image data for the given frame.

Parameters
indexThe index of the frame to retrieve.
planesAn array of color plane pointers filled by the delegate
lineWThe sample width of each color plane.

The documentation for this protocol was generated from the following file: