|
Blender V5.0
|
#include <movie_read.hh>
Public Types | |
| enum class | State { Uninitialized , Failed , Valid } |
Public Attributes | |
| int | ib_flags = 0 |
| State | state = State::Uninitialized |
| int | cur_position = 0 |
| int | duration_in_frames = 0 |
| int | frs_sec = 0 |
| double | frs_sec_base = 0.0 |
| double | start_offset = 0.0 |
| int | x = 0 |
| int | y = 0 |
| int | video_rotation = 0 |
| char | filepath [1024] = {} |
| int | streamindex = 0 |
| bool | keep_original_colorspace = false |
| char | index_dir [768] = {} |
| int | proxies_tried = 0 |
| int | indices_tried = 0 |
| MovieReader * | proxy_anim [IMB_PROXY_MAX_SLOT] = {} |
| MovieIndex * | record_run = nullptr |
| MovieIndex * | no_gaps = nullptr |
| char | colorspace [64] = {} |
| char | suffix [64] = {} |
| IDProperty * | metadata = nullptr |
Definition at line 33 of file movie_read.hh.
|
strong |
| Enumerator | |
|---|---|
| Uninitialized | |
| Failed | |
| Valid | |
Definition at line 34 of file movie_read.hh.
| char MovieReader::colorspace[64] = {} |
Definition at line 93 of file movie_read.hh.
Referenced by MOV_open_file(), movie_open_proxy(), and probe_video_colorspace().
| int MovieReader::cur_position = 0 |
Definition at line 37 of file movie_read.hh.
Referenced by MOV_decode_frame().
| int MovieReader::duration_in_frames = 0 |
Definition at line 38 of file movie_read.hh.
Referenced by MOV_decode_frame(), MOV_decode_preview_frame(), and MOV_get_duration_frames().
| char MovieReader::filepath[1024] = {} |
Definition at line 47 of file movie_read.hh.
Referenced by get_index_dir(), get_proxy_filepath(), MOV_decode_frame(), MOV_get_filename(), and MOV_open_file().
| int MovieReader::frs_sec = 0 |
Definition at line 39 of file movie_read.hh.
Referenced by MOV_get_fps(), and MOV_get_fps_num_denom().
| double MovieReader::frs_sec_base = 0.0 |
Definition at line 40 of file movie_read.hh.
Referenced by MOV_get_fps(), and MOV_get_fps_num_denom().
| int MovieReader::ib_flags = 0 |
Definition at line 35 of file movie_read.hh.
Referenced by MOV_open_file().
| char MovieReader::index_dir[768] = {} |
Definition at line 84 of file movie_read.hh.
Referenced by get_index_dir(), and MOV_set_custom_proxy_dir().
| int MovieReader::indices_tried = 0 |
Definition at line 87 of file movie_read.hh.
Referenced by MOV_close_proxies(), and movie_open_index().
| bool MovieReader::keep_original_colorspace = false |
Definition at line 51 of file movie_read.hh.
Referenced by MOV_open_file().
| IDProperty* MovieReader::metadata = nullptr |
Definition at line 97 of file movie_read.hh.
Referenced by MOV_close(), and MOV_load_metadata().
| MovieIndex* MovieReader::no_gaps = nullptr |
Definition at line 91 of file movie_read.hh.
Referenced by MOV_close_proxies(), and movie_open_index().
| int MovieReader::proxies_tried = 0 |
Definition at line 86 of file movie_read.hh.
Referenced by MOV_close_proxies(), and movie_open_proxy().
| MovieReader* MovieReader::proxy_anim[IMB_PROXY_MAX_SLOT] = {} |
Definition at line 89 of file movie_read.hh.
Referenced by MOV_close_proxies(), and movie_open_proxy().
| MovieIndex* MovieReader::record_run = nullptr |
Definition at line 90 of file movie_read.hh.
Referenced by MOV_close_proxies(), and movie_open_index().
| double MovieReader::start_offset = 0.0 |
Definition at line 41 of file movie_read.hh.
Referenced by MOV_get_start_offset_seconds().
| State MovieReader::state = State::Uninitialized |
Definition at line 36 of file movie_read.hh.
Referenced by anim_getnew(), MOV_decode_frame(), MOV_load_metadata(), MOV_proxy_builder_start(), and probe_video_colorspace().
| int MovieReader::streamindex = 0 |
Definition at line 49 of file movie_read.hh.
Referenced by get_proxy_filepath(), get_tc_filepath(), and MOV_open_file().
| char MovieReader::suffix[64] = {} |
The maximum name from multi-view.
Definition at line 95 of file movie_read.hh.
Referenced by get_proxy_filepath(), get_tc_filepath(), and MOV_set_multiview_suffix().
| int MovieReader::video_rotation = 0 |
Definition at line 44 of file movie_read.hh.
Referenced by MOV_get_image_height(), and MOV_get_image_width().
| int MovieReader::x = 0 |
Definition at line 42 of file movie_read.hh.
Referenced by MOV_decode_preview_frame(), MOV_get_image_height(), and MOV_get_image_width().
| int MovieReader::y = 0 |
Definition at line 43 of file movie_read.hh.
Referenced by MOV_decode_preview_frame(), MOV_get_image_height(), and MOV_get_image_width().