Blender
V3.3
|
#include <AVI_avi.h>
Public Attributes | |
int | fcc |
int | size |
int | MicroSecPerFrame |
int | MaxBytesPerSec |
int | PaddingGranularity |
int | Flags |
int | TotalFrames |
int | InitialFrames |
int | Streams |
int | SuggestedBufferSize |
int | Width |
int | Height |
int | Reserved [4] |
int _AviMainHeader::fcc |
Definition at line 43 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::Flags |
Definition at line 48 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::Height |
Definition at line 67 of file AVI_avi.h.
Referenced by avi_converter_from_avi_rgb(), avi_converter_from_mjpeg(), avi_converter_from_rgb32(), avi_converter_to_avi_rgb(), avi_converter_to_mjpeg(), avi_converter_to_rgb32(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), and AVI_set_compress_option().
int _AviMainHeader::InitialFrames |
Definition at line 63 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::MaxBytesPerSec |
Definition at line 46 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::MicroSecPerFrame |
Definition at line 45 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), and AVI_set_compress_option().
int _AviMainHeader::PaddingGranularity |
Definition at line 47 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::Reserved[4] |
Definition at line 68 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::size |
Definition at line 44 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), and AVI_open_movie().
int _AviMainHeader::Streams |
Definition at line 64 of file AVI_avi.h.
Referenced by AVI_close(), AVI_close_compress(), AVI_get_stream(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_set_compress_option(), and AVI_write_frame().
int _AviMainHeader::SuggestedBufferSize |
Definition at line 65 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), and AVI_set_compress_option().
int _AviMainHeader::TotalFrames |
Definition at line 62 of file AVI_avi.h.
Referenced by AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), AVI_set_compress_option(), and AVI_write_frame().
int _AviMainHeader::Width |
Definition at line 66 of file AVI_avi.h.
Referenced by avi_converter_from_avi_rgb(), avi_converter_from_mjpeg(), avi_converter_from_rgb32(), avi_converter_to_avi_rgb(), avi_converter_to_mjpeg(), avi_converter_to_rgb32(), AVI_is_avi(), AVI_open_compress(), AVI_open_movie(), and AVI_set_compress_option().