Max 5 API Reference

jit.qt.record Module
[Jitter]

Collaboration diagram for jit.qt.record Module:

Functions

t_jit_err jit_qt_record_matrix_calc (t_jit_qt_record *x, void *inputs, void *outputs)
 matrix_calc method for the jit.qt.record object
t_jit_qt_record * jit_qt_record_new (long width, long height)
 Constructs instance of t_jit_qt_record.

Function Documentation

t_jit_err jit_qt_record_matrix_calc ( t_jit_qt_record *  x,
void *  inputs,
void *  outputs 
)

matrix_calc method for the jit.qt.record object

Parameters:
x t_jit_qt_record object pointer
inputs input list (should be or contain 1 t_jit_matrix object)
outputs output list (unused)
Returns:
t_jit_err error code
Warning:
This function is not exported, but is provided for reference when calling via jit_object_method on an instance of a t_jit_qt_movie object.
t_jit_qt_record* jit_qt_record_new ( long  width,
long  height 
)

Constructs instance of t_jit_qt_record.

Parameters:
width output matrix width
height output matrix height
Returns:
t_jit_qt_record object pointer
Warning:
This function is not exported, but is provided for reference when calling via jit_object_new.

Copyright © 2008, Cycling '74