Collaboration diagram for jit.qt.movie Module:Functions | |
| t_jit_qt_movie * | jit_qt_movie_new (long width, long height) |
| Constructs instance of t_jit_qt_movie. | |
| t_atom_long | jit_qt_movie_matrix_calc (t_jit_qt_movie *x, void *inputs, void *outputs) |
| matrix_calc method for the jit.qt.movie object | |
| t_jit_err | jit_qt_movie_matrix_to_image (t_jit_qt_movie *x, void *o, short ac, t_atom *av, t_graphic_exportsettings *gs) |
| Export a Jitter matrix to a QuickTime-compatible image file. | |
| t_jit_err | jit_qt_movie_read_typed (t_jit_qt_movie *x, t_symbol *s, long ac, t_atom *av, t_atom *rv) |
| Read a QuickTime Movie. | |
| t_atom_long jit_qt_movie_matrix_calc | ( | t_jit_qt_movie * | x, |
| void * | inputs, | ||
| void * | outputs | ||
| ) |
matrix_calc method for the jit.qt.movie object
| x | t_jit_qt_movie object pointer |
| inputs | input list (unused) |
| outputs | output list (should be or contain 1 t_jit_matrix object) |
| t_jit_err jit_qt_movie_matrix_to_image | ( | t_jit_qt_movie * | x, |
| void * | o, | ||
| short | ac, | ||
| t_atom * | av, | ||
| t_graphic_exportsettings * | gs | ||
| ) |
Export a Jitter matrix to a QuickTime-compatible image file.
| x | t_jit_qt_movie object pointer |
| o | t_jit_matrix pointer |
| ac | argument count |
| av | argument vector |
| gs | undocumented |
Optional arguments are file type, desired file name/file path for exported image file, and a show settings dialog flag (0/1). Format is essentially the same as that of "exportimage" method to jit.qt.movie, as documented in the Jitter Reference.
| t_jit_qt_movie* jit_qt_movie_new | ( | long | width, |
| long | height | ||
| ) |
Constructs instance of t_jit_qt_movie.
| width | output matrix width |
| height | output matrix height |
| t_jit_err jit_qt_movie_read_typed | ( | t_jit_qt_movie * | x, |
| t_symbol * | s, | ||
| long | ac, | ||
| t_atom * | av, | ||
| t_atom * | rv | ||
| ) |
Read a QuickTime Movie.
| x | t_jit_qt_movie object pointer |
| s | t_symbol pointer containing method name ("read" or "asyncread", "import", "importfile" or "asyncimport") |
| ac | argument count |
| av | argument vector |
| rv | (optional) t_atom pointer, on output, will be of type A_OBJ and contain a t_atomarray object with any return values |
Optional argument is the file name/file path/URL or "scrap" to load.