0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

libobs: Deprecate obs_view_get_video_info

This commit is contained in:
derrod 2023-12-01 21:26:03 +01:00 committed by Lain
parent 5ea9fcc951
commit fc891295b6

View File

@ -952,8 +952,8 @@ EXPORT video_t *obs_view_add2(obs_view_t *view, struct obs_video_info *ovi);
EXPORT void obs_view_remove(obs_view_t *view);
/** Gets the video settings currently in use for this view context, returns false if no video */
EXPORT bool obs_view_get_video_info(obs_view_t *view,
struct obs_video_info *ovi);
OBS_DEPRECATED EXPORT bool obs_view_get_video_info(obs_view_t *view,
struct obs_video_info *ovi);
/** Enumerate the video info of all mixes using the specified view context */
EXPORT void obs_view_enum_video_info(obs_view_t *view,