|
Blender
V3.3
|
#include <AVI_avi.h>
Public Attributes | |
| AviStreamHeader | sh |
| void * | sf |
| int | sf_size |
| AviFormat | format |
| AviFormat _AviStreamRec::format |
Definition at line 159 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_read_frame(), AVI_set_compress_option(), and AVI_write_frame().
| void* _AviStreamRec::sf |
Definition at line 157 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), avi_converter_from_avi_rgb(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), and AVI_set_compress_option().
| int _AviStreamRec::sf_size |
Definition at line 158 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), and AVI_set_compress_option().
| AviStreamHeader _AviStreamRec::sh |
Definition at line 156 of file AVI_avi.h.
Referenced by avi_converter_to_mjpeg(), AVI_get_stream(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_set_compress_option(), and AVI_write_frame().