jit.qt.record Module
+ 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:
xt_jit_qt_record object pointer
inputsinput list (should be or contain 1 t_jit_matrix object)
outputsoutput 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:
widthoutput matrix width
heightoutput 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.