![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Go to the source code of this file.
Data Structures | |
| struct | gs_image_file |
Typedefs | |
| typedef struct gs_image_file | gs_image_file_t |
Functions | |
| EXPORT void | gs_image_file_init (gs_image_file_t *image, const char *file) |
| EXPORT void | gs_image_file_free (gs_image_file_t *image) |
| EXPORT void | gs_image_file_init_texture (gs_image_file_t *image) |
| EXPORT bool | gs_image_file_tick (gs_image_file_t *image, uint64_t elapsed_time_ns) |
| EXPORT void | gs_image_file_update_texture (gs_image_file_t *image) |
| typedef struct gs_image_file gs_image_file_t |
| EXPORT void gs_image_file_free | ( | gs_image_file_t * | image | ) |
| EXPORT void gs_image_file_init | ( | gs_image_file_t * | image, |
| const char * | file | ||
| ) |
| EXPORT void gs_image_file_init_texture | ( | gs_image_file_t * | image | ) |
| EXPORT bool gs_image_file_tick | ( | gs_image_file_t * | image, |
| uint64_t | elapsed_time_ns | ||
| ) |
| EXPORT void gs_image_file_update_texture | ( | gs_image_file_t * | image | ) |