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

Data Fields

uint8_tdata [MAX_AV_PLANES]
 
uint32_t linesize [MAX_AV_PLANES]
 
uint32_t width
 
uint32_t height
 
uint64_t timestamp
 
enum video_format format
 
enum video_range_type range
 
float color_matrix [16]
 
float color_range_min [3]
 
float color_range_max [3]
 
bool flip
 

Field Documentation

◆ color_matrix

float obs_source_frame2::color_matrix[16]

◆ color_range_max

float obs_source_frame2::color_range_max[3]

◆ color_range_min

float obs_source_frame2::color_range_min[3]

◆ data

uint8_t* obs_source_frame2::data[MAX_AV_PLANES]

◆ flip

bool obs_source_frame2::flip

◆ format

enum video_format obs_source_frame2::format

◆ height

uint32_t obs_source_frame2::height

◆ linesize

uint32_t obs_source_frame2::linesize[MAX_AV_PLANES]

◆ range

enum video_range_type obs_source_frame2::range

◆ timestamp

uint64_t obs_source_frame2::timestamp

◆ width

uint32_t obs_source_frame2::width

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