Blender
V3.3
|
#include <BKE_writeavi.h>
Public Attributes | |
int(* | start_movie )(void *context_v, const struct Scene *scene, struct RenderData *rd, int rectx, int recty, struct ReportList *reports, bool preview, const char *suffix) |
int(* | append_movie )(void *context_v, struct RenderData *rd, int start_frame, int frame, int *pixels, int rectx, int recty, const char *suffix, struct ReportList *reports) |
void(* | end_movie )(void *context_v) |
void(* | get_movie_path )(char *string, const struct RenderData *rd, bool preview, const char *suffix) |
void *(* | context_create )(void) |
void(* | context_free )(void *context_v) |
Definition at line 20 of file BKE_writeavi.h.
int(* bMovieHandle::append_movie) (void *context_v, struct RenderData *rd, int start_frame, int frame, int *pixels, int rectx, int recty, const char *suffix, struct ReportList *reports) |
Definition at line 29 of file BKE_writeavi.h.
Referenced by BKE_movie_handle_get(), and RE_WriteRenderViewsMovie().
Definition at line 46 of file BKE_writeavi.h.
Referenced by BKE_movie_handle_get(), RE_RenderAnim(), and screen_opengl_render_anim_init().
Definition at line 47 of file BKE_writeavi.h.
Referenced by BKE_movie_handle_get(), re_movie_free_all(), and screen_opengl_render_end().
Definition at line 38 of file BKE_writeavi.h.
Referenced by BKE_movie_handle_get(), re_movie_free_all(), and screen_opengl_render_end().
void(* bMovieHandle::get_movie_path) (char *string, const struct RenderData *rd, bool preview, const char *suffix) |
Definition at line 41 of file BKE_writeavi.h.
Referenced by BKE_movie_filepath_get(), and BKE_movie_handle_get().
int(* bMovieHandle::start_movie) (void *context_v, const struct Scene *scene, struct RenderData *rd, int rectx, int recty, struct ReportList *reports, bool preview, const char *suffix) |
Definition at line 21 of file BKE_writeavi.h.
Referenced by BKE_movie_handle_get(), RE_RenderAnim(), and screen_opengl_render_anim_init().