|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Movie playback buffer state, covering frame reads, input, and close/skip handling. More...
#include <dttr_pcdogs.h>
Data Fields | |
| uint8_t | decoder_state [396] |
| Offset 0x0. | |
| char | movie_alias [64] |
| Offset 0x18C. | |
| uint8_t | decode_scratch [64] |
| Offset 0x1CC. | |
| uint8_t | frame_pixel_data [572] |
| Offset 0x20C. | |
| int32_t * | callback_context |
| Offset 0x448. | |
Movie playback buffer state, covering frame reads, input, and close/skip handling.
Definition at line 3356 of file dttr_pcdogs.h.
| int32_t* DTTR_PCDOGS_T_Video_PlaybackBuffer::callback_context |
Offset 0x448.
Definition at line 3361 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Video_PlaybackBuffer::decode_scratch[64] |
Offset 0x1CC.
Definition at line 3359 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Video_PlaybackBuffer::decoder_state[396] |
Offset 0x0.
Definition at line 3357 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Video_PlaybackBuffer::frame_pixel_data[572] |
Offset 0x20C.
Definition at line 3360 of file dttr_pcdogs.h.
| char DTTR_PCDOGS_T_Video_PlaybackBuffer::movie_alias[64] |
Offset 0x18C.
Definition at line 3358 of file dttr_pcdogs.h.