Open Broadcaster Software
Free, open source software for live streaming and recording
obs_scene Struct Reference

Data Fields

struct obs_sourcesource
 
bool is_group
 
bool custom_size
 
uint32_t cx
 
uint32_t cy
 
int64_t id_counter
 
pthread_mutex_t video_mutex
 
pthread_mutex_t audio_mutex
 
struct obs_scene_itemfirst_item
 

Field Documentation

◆ audio_mutex

pthread_mutex_t obs_scene::audio_mutex

◆ custom_size

bool obs_scene::custom_size

◆ cx

uint32_t obs_scene::cx

◆ cy

uint32_t obs_scene::cy

◆ first_item

struct obs_scene_item* obs_scene::first_item

◆ id_counter

int64_t obs_scene::id_counter

◆ is_group

bool obs_scene::is_group

◆ source

struct obs_source* obs_scene::source

◆ video_mutex

pthread_mutex_t obs_scene::video_mutex

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