|
Lynkeos
|
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... | |
This protocol describes the delegate which feed the movie writer with frame data.
| - (void) getFrameAtIndex: | (u_long) | index | |
| withData: | (const void *const *) | planes | |
| lineWidth: | (u_short) | lineW | |
Retrieve image data for the given frame.
| index | The index of the frame to retrieve. |
| planes | An array of color plane pointers filled by the delegate |
| lineW | The sample width of each color plane. |
1.8.4