Blender V4.3
bMovieHandle Struct Reference

#include <BKE_writemovie.hh>

Public Attributes

bool(* start_movie )(void *context_v, const Scene *scene, RenderData *rd, int rectx, int recty, ReportList *reports, bool preview, const char *suffix)
 
bool(* append_movie )(void *context_v, RenderData *rd, int start_frame, int frame, const ImBuf *image, const char *suffix, ReportList *reports)
 
void(* end_movie )(void *context_v)
 
void(* get_movie_path )(char filepath[1024], const RenderData *rd, bool preview, const char *suffix)
 
void *(* context_create )()
 
void(* context_free )(void *context_v)
 

Detailed Description

Definition at line 18 of file BKE_writemovie.hh.

Member Data Documentation

◆ append_movie

bool(* bMovieHandle::append_movie) (void *context_v, RenderData *rd, int start_frame, int frame, const ImBuf *image, const char *suffix, ReportList *reports)

Definition at line 27 of file BKE_writemovie.hh.

Referenced by BKE_movie_handle_get(), and RE_WriteRenderViewsMovie().

◆ context_create

void *(* bMovieHandle::context_create) ()

◆ 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 filepath[1024], const RenderData *rd, bool preview, const char *suffix)

Definition at line 37 of file BKE_writemovie.hh.

Referenced by BKE_movie_filepath_get(), and BKE_movie_handle_get().

◆ start_movie

bool(* bMovieHandle::start_movie) (void *context_v, const Scene *scene, RenderData *rd, int rectx, int recty, ReportList *reports, bool preview, const char *suffix)

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