Files
obs-studio/libobs
jp9000 015bc80edb Add optional source flags
This moves the 'flags' variable from the obs_source_frame structure to
the obs_source structure, and allows user flags to be set for a specific
source.  Having it set on the obs_source_frame structure didn't make
much sense.

OBS_SOURCE_UNBUFFERED makes it so that the source does not buffer its
async video output in order to try to play it on time.  In other words,
frames are played as soon as possible after being received.

Useful when you want a source to play back as quickly as possible
(webcams, certain types of capture devices)
2014-10-23 11:38:51 -07:00
..
2014-10-03 20:18:01 +02:00
2014-10-12 06:27:33 +02:00
2014-10-18 14:13:32 -07:00
2014-10-01 15:32:49 +02:00
2014-10-23 11:38:51 -07:00
2014-10-22 20:32:50 -07:00
2014-10-23 11:38:51 -07:00
2014-02-12 08:04:50 -07:00
2014-10-23 11:38:51 -07:00