![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Public Member Functions | |
| DARRAY (struct draw_callback) draw_callbacks | |
Data Fields | |
| bool | size_changed |
| bool | enabled |
| uint32_t | cx |
| uint32_t | cy |
| uint32_t | background_color |
| gs_swapchain_t * | swap |
| pthread_mutex_t | draw_callbacks_mutex |
| pthread_mutex_t | draw_info_mutex |
| struct obs_display * | next |
| struct obs_display ** | prev_next |
| obs_display::DARRAY | ( | struct draw_callback | ) |
| uint32_t obs_display::background_color |
| uint32_t obs_display::cx |
| uint32_t obs_display::cy |
| pthread_mutex_t obs_display::draw_callbacks_mutex |
| pthread_mutex_t obs_display::draw_info_mutex |
| bool obs_display::enabled |
| struct obs_display* obs_display::next |
| struct obs_display** obs_display::prev_next |
| bool obs_display::size_changed |
| gs_swapchain_t* obs_display::swap |