libobs: Add ability to rotate async sources

This commit is contained in:
jp9000
2020-03-01 03:37:36 -08:00
parent 88e8ffc1e0
commit b9d6675e2c
4 changed files with 63 additions and 3 deletions

View File

@@ -1175,6 +1175,8 @@ EXPORT void obs_source_output_video(obs_source_t *source,
EXPORT void obs_source_output_video2(obs_source_t *source,
const struct obs_source_frame2 *frame);
EXPORT void obs_source_set_async_rotation(obs_source_t *source, long rotation);
/**
* Preloads asynchronous video data to allow instantaneous playback
*