102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Video_PlaybackBuffer Struct Reference

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.

Detailed Description

Movie playback buffer state, covering frame reads, input, and close/skip handling.

Definition at line 3356 of file dttr_pcdogs.h.

Field Documentation

◆ callback_context

int32_t* DTTR_PCDOGS_T_Video_PlaybackBuffer::callback_context

Offset 0x448.

Definition at line 3361 of file dttr_pcdogs.h.

◆ decode_scratch

uint8_t DTTR_PCDOGS_T_Video_PlaybackBuffer::decode_scratch[64]

Offset 0x1CC.

Definition at line 3359 of file dttr_pcdogs.h.

◆ decoder_state

uint8_t DTTR_PCDOGS_T_Video_PlaybackBuffer::decoder_state[396]

Offset 0x0.

Definition at line 3357 of file dttr_pcdogs.h.

◆ frame_pixel_data

uint8_t DTTR_PCDOGS_T_Video_PlaybackBuffer::frame_pixel_data[572]

Offset 0x20C.

Definition at line 3360 of file dttr_pcdogs.h.

◆ movie_alias

char DTTR_PCDOGS_T_Video_PlaybackBuffer::movie_alias[64]

Offset 0x18C.

Definition at line 3358 of file dttr_pcdogs.h.


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