Blender  V3.3
Public Attributes | List of all members
bMovieHandle Struct Reference

#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)
 

Detailed Description

Definition at line 20 of file BKE_writeavi.h.

Member Data Documentation

◆ append_movie

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().

◆ context_create

void*(* bMovieHandle::context_create) (void)

◆ context_free

void(* bMovieHandle::context_free) (void *context_v)

◆ end_movie

void(* bMovieHandle::end_movie) (void *context_v)

◆ get_movie_path

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().

◆ start_movie

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)

The documentation for this struct was generated from the following file: