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.

Definition at line 720 of file jit.qt.record.c.

References t_jit_matrix_info::dim, t_jit_matrix_info::dimstride, jit_gworld_can_coerce_matrix(), jit_gworld_matrix_equal_dim(), JIT_MATRIX_CONVERT_DSTDIM, JIT_MATRIX_CONVERT_INTERP, JIT_MATRIX_CONVERT_SRCDIM, jit_object_attach(), jit_object_findregisteredbyptr(), jit_object_method(), jit_object_notify(), and qelem_set().

Here is the call graph for this function:

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.

Definition at line 1541 of file jit.qt.record.c.

References freeobject(), gensym(), jit_matrix_info_default(), jit_object_new(), qelem_new(), and systhread_mutex_new().

Here is the call graph for this function:

Copyright © 2008, Cycling '74