obs.h 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666
  1. /******************************************************************************
  2. Copyright (C) 2013-2014 by Hugh Bailey <[email protected]>
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 2 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. ******************************************************************************/
  14. #pragma once
  15. #include "util/c99defs.h"
  16. #include "util/bmem.h"
  17. #include "util/profiler.h"
  18. #include "util/text-lookup.h"
  19. #include "graphics/graphics.h"
  20. #include "graphics/vec2.h"
  21. #include "graphics/vec3.h"
  22. #include "media-io/audio-io.h"
  23. #include "media-io/video-io.h"
  24. #include "callback/signal.h"
  25. #include "callback/proc.h"
  26. #include "obs-config.h"
  27. #include "obs-defs.h"
  28. #include "obs-data.h"
  29. #include "obs-ui.h"
  30. #include "obs-properties.h"
  31. #include "obs-interaction.h"
  32. struct matrix4;
  33. /* opaque types */
  34. struct obs_display;
  35. struct obs_view;
  36. struct obs_source;
  37. struct obs_scene;
  38. struct obs_scene_item;
  39. struct obs_output;
  40. struct obs_encoder;
  41. struct obs_service;
  42. struct obs_module;
  43. struct obs_fader;
  44. struct obs_volmeter;
  45. typedef struct obs_display obs_display_t;
  46. typedef struct obs_view obs_view_t;
  47. typedef struct obs_source obs_source_t;
  48. typedef struct obs_scene obs_scene_t;
  49. typedef struct obs_scene_item obs_sceneitem_t;
  50. typedef struct obs_output obs_output_t;
  51. typedef struct obs_encoder obs_encoder_t;
  52. typedef struct obs_service obs_service_t;
  53. typedef struct obs_module obs_module_t;
  54. typedef struct obs_fader obs_fader_t;
  55. typedef struct obs_volmeter obs_volmeter_t;
  56. typedef struct obs_weak_source obs_weak_source_t;
  57. typedef struct obs_weak_output obs_weak_output_t;
  58. typedef struct obs_weak_encoder obs_weak_encoder_t;
  59. typedef struct obs_weak_service obs_weak_service_t;
  60. #include "obs-source.h"
  61. #include "obs-encoder.h"
  62. #include "obs-output.h"
  63. #include "obs-service.h"
  64. #include "obs-audio-controls.h"
  65. #include "obs-hotkey.h"
  66. /**
  67. * @file
  68. * @brief Main libobs header used by applications.
  69. *
  70. * @mainpage
  71. *
  72. * @section intro_sec Introduction
  73. *
  74. * This document describes the api for libobs to be used by applications as well
  75. * as @ref modules_page implementing some kind of functionality.
  76. *
  77. */
  78. #ifdef __cplusplus
  79. extern "C" {
  80. #endif
  81. /** Used for changing the order of items (for example, filters in a source,
  82. * or items in a scene) */
  83. enum obs_order_movement {
  84. OBS_ORDER_MOVE_UP,
  85. OBS_ORDER_MOVE_DOWN,
  86. OBS_ORDER_MOVE_TOP,
  87. OBS_ORDER_MOVE_BOTTOM
  88. };
  89. /**
  90. * Used with obs_source_process_filter to specify whether the filter should
  91. * render the source directly with the specified effect, or whether it should
  92. * render it to a texture
  93. */
  94. enum obs_allow_direct_render {
  95. OBS_NO_DIRECT_RENDERING,
  96. OBS_ALLOW_DIRECT_RENDERING,
  97. };
  98. enum obs_scale_type {
  99. OBS_SCALE_BICUBIC,
  100. OBS_SCALE_BILINEAR,
  101. OBS_SCALE_LANCZOS
  102. };
  103. /**
  104. * Used with scene items to indicate the type of bounds to use for scene items.
  105. * Mostly determines how the image will be scaled within those bounds, or
  106. * whether to use bounds at all.
  107. */
  108. enum obs_bounds_type {
  109. OBS_BOUNDS_NONE, /**< no bounds */
  110. OBS_BOUNDS_STRETCH, /**< stretch (ignores base scale) */
  111. OBS_BOUNDS_SCALE_INNER, /**< scales to inner rectangle */
  112. OBS_BOUNDS_SCALE_OUTER, /**< scales to outer rectangle */
  113. OBS_BOUNDS_SCALE_TO_WIDTH, /**< scales to the width */
  114. OBS_BOUNDS_SCALE_TO_HEIGHT, /**< scales to the height */
  115. OBS_BOUNDS_MAX_ONLY, /**< no scaling, maximum size only */
  116. };
  117. struct obs_transform_info {
  118. struct vec2 pos;
  119. float rot;
  120. struct vec2 scale;
  121. uint32_t alignment;
  122. enum obs_bounds_type bounds_type;
  123. uint32_t bounds_alignment;
  124. struct vec2 bounds;
  125. };
  126. /**
  127. * Video initialization structure
  128. */
  129. struct obs_video_info {
  130. /**
  131. * Graphics module to use (usually "libobs-opengl" or "libobs-d3d11")
  132. */
  133. const char *graphics_module;
  134. uint32_t fps_num; /**< Output FPS numerator */
  135. uint32_t fps_den; /**< Output FPS denominator */
  136. uint32_t base_width; /**< Base compositing width */
  137. uint32_t base_height; /**< Base compositing height */
  138. uint32_t output_width; /**< Output width */
  139. uint32_t output_height; /**< Output height */
  140. enum video_format output_format; /**< Output format */
  141. /** Video adapter index to use (NOTE: avoid for optimus laptops) */
  142. uint32_t adapter;
  143. /** Use shaders to convert to different color formats */
  144. bool gpu_conversion;
  145. enum video_colorspace colorspace; /**< YUV type (if YUV) */
  146. enum video_range_type range; /**< YUV range (if YUV) */
  147. enum obs_scale_type scale_type; /**< How to scale if scaling */
  148. };
  149. /**
  150. * Audio initialization structure
  151. */
  152. struct obs_audio_info {
  153. uint32_t samples_per_sec;
  154. enum speaker_layout speakers;
  155. };
  156. /**
  157. * Sent to source filters via the filter_audio callback to allow filtering of
  158. * audio data
  159. */
  160. struct obs_audio_data {
  161. uint8_t *data[MAX_AV_PLANES];
  162. uint32_t frames;
  163. uint64_t timestamp;
  164. };
  165. /**
  166. * Source audio output structure. Used with obs_source_output_audio to output
  167. * source audio. Audio is automatically resampled and remixed as necessary.
  168. */
  169. struct obs_source_audio {
  170. const uint8_t *data[MAX_AV_PLANES];
  171. uint32_t frames;
  172. enum speaker_layout speakers;
  173. enum audio_format format;
  174. uint32_t samples_per_sec;
  175. uint64_t timestamp;
  176. };
  177. /**
  178. * Source asynchronous video output structure. Used with
  179. * obs_source_output_video to output asynchronous video. Video is buffered as
  180. * necessary to play according to timestamps. When used with audio output,
  181. * audio is synced to video as it is played.
  182. *
  183. * If a YUV format is specified, it will be automatically upsampled and
  184. * converted to RGB via shader on the graphics processor.
  185. */
  186. struct obs_source_frame {
  187. uint8_t *data[MAX_AV_PLANES];
  188. uint32_t linesize[MAX_AV_PLANES];
  189. uint32_t width;
  190. uint32_t height;
  191. uint64_t timestamp;
  192. enum video_format format;
  193. float color_matrix[16];
  194. bool full_range;
  195. float color_range_min[3];
  196. float color_range_max[3];
  197. bool flip;
  198. /* used internally by libobs */
  199. volatile long refs;
  200. };
  201. /* ------------------------------------------------------------------------- */
  202. /* OBS context */
  203. /**
  204. * Initializes OBS
  205. *
  206. * @param locale The locale to use for modules
  207. * @param module_config_path Path to module config storage directory
  208. * (or NULL if none)
  209. * @param store The profiler name store for OBS to use or NULL
  210. */
  211. EXPORT bool obs_startup(const char *locale, const char *module_config_path,
  212. profiler_name_store_t *store);
  213. /** Releases all data associated with OBS and terminates the OBS context */
  214. EXPORT void obs_shutdown(void);
  215. /** @return true if the main OBS context has been initialized */
  216. EXPORT bool obs_initialized(void);
  217. /** @return The current core version */
  218. EXPORT uint32_t obs_get_version(void);
  219. /**
  220. * Sets a new locale to use for modules. This will call obs_module_set_locale
  221. * for each module with the new locale.
  222. *
  223. * @param locale The locale to use for modules
  224. */
  225. EXPORT void obs_set_locale(const char *locale);
  226. /** @return the current locale */
  227. EXPORT const char *obs_get_locale(void);
  228. /**
  229. * Returns the profiler name store (see util/profiler.h) used by OBS, which is
  230. * either a name store passed to obs_startup, an internal name store, or NULL
  231. * in case obs_initialized() returns false.
  232. */
  233. EXPORT profiler_name_store_t *obs_get_profiler_name_store(void);
  234. /**
  235. * Sets base video ouput base resolution/fps/format.
  236. *
  237. * @note This data cannot be changed if an output is corrently active.
  238. * @note The graphics module cannot be changed without fully destroying the
  239. * OBS context.
  240. *
  241. * @param ovi Pointer to an obs_video_info structure containing the
  242. * specification of the graphics subsystem,
  243. * @return OBS_VIDEO_SUCCESS if sucessful
  244. * OBS_VIDEO_NOT_SUPPORTED if the adapter lacks capabilities
  245. * OBS_VIDEO_INVALID_PARAM if a parameter is invalid
  246. * OBS_VIDEO_CURRENTLY_ACTIVE if video is currently active
  247. * OBS_VIDEO_MODULE_NOT_FOUND if the graphics module is not found
  248. * OBS_VIDEO_FAIL for generic failure
  249. */
  250. EXPORT int obs_reset_video(struct obs_video_info *ovi);
  251. /**
  252. * Sets base audio output format/channels/samples/etc
  253. *
  254. * @note Cannot reset base audio if an output is currently active.
  255. */
  256. EXPORT bool obs_reset_audio(const struct obs_audio_info *oai);
  257. /** Gets the current video settings, returns false if no video */
  258. EXPORT bool obs_get_video_info(struct obs_video_info *ovi);
  259. /** Gets the current audio settings, returns false if no audio */
  260. EXPORT bool obs_get_audio_info(struct obs_audio_info *oai);
  261. /**
  262. * Opens a plugin module directly from a specific path.
  263. *
  264. * If the module already exists then the function will return successful, and
  265. * the module parameter will be given the pointer to the existing module.
  266. *
  267. * This does not initialize the module, it only loads the module image. To
  268. * initialize the module, call obs_init_module.
  269. *
  270. * @param module The pointer to the created module.
  271. * @param path Specifies the path to the module library file. If the
  272. * extension is not specified, it will use the extension
  273. * appropriate to the operating system.
  274. * @param data_path Specifies the path to the directory where the module's
  275. * data files are stored.
  276. * @returns MODULE_SUCCESS if successful
  277. * MODULE_ERROR if a generic error occurred
  278. * MODULE_FILE_NOT_FOUND if the module was not found
  279. * MODULE_MISSING_EXPORTS if required exports are missing
  280. * MODULE_INCOMPATIBLE_VER if incompatible version
  281. */
  282. EXPORT int obs_open_module(obs_module_t **module, const char *path,
  283. const char *data_path);
  284. /**
  285. * Initializes the module, which calls its obs_module_load export. If the
  286. * module is alrady loaded, then this function does nothing and returns
  287. * successful.
  288. */
  289. EXPORT bool obs_init_module(obs_module_t *module);
  290. /** Returns the module file name */
  291. EXPORT const char *obs_get_module_file_name(obs_module_t *module);
  292. /** Returns the module full name */
  293. EXPORT const char *obs_get_module_name(obs_module_t *module);
  294. /** Returns the module author(s) */
  295. EXPORT const char *obs_get_module_author(obs_module_t *module);
  296. /** Returns the module description */
  297. EXPORT const char *obs_get_module_description(obs_module_t *module);
  298. /** Returns the module binary path */
  299. EXPORT const char *obs_get_module_binary_path(obs_module_t *module);
  300. /** Returns the module data path */
  301. EXPORT const char *obs_get_module_data_path(obs_module_t *module);
  302. /**
  303. * Adds a module search path to be used with obs_find_modules. If the search
  304. * path strings contain %module%, that text will be replaced with the module
  305. * name when used.
  306. *
  307. * @param bin Specifies the module's binary directory search path.
  308. * @param data Specifies the module's data directory search path.
  309. */
  310. EXPORT void obs_add_module_path(const char *bin, const char *data);
  311. /** Automatically loads all modules from module paths (convenience function) */
  312. EXPORT void obs_load_all_modules(void);
  313. struct obs_module_info {
  314. const char *bin_path;
  315. const char *data_path;
  316. };
  317. typedef void (*obs_find_module_callback_t)(void *param,
  318. const struct obs_module_info *info);
  319. /** Finds all modules within the search paths added by obs_add_module_path. */
  320. EXPORT void obs_find_modules(obs_find_module_callback_t callback, void *param);
  321. typedef void (*obs_enum_module_callback_t)(void *param, obs_module_t *module);
  322. /** Enumerates all loaded modules */
  323. EXPORT void obs_enum_modules(obs_enum_module_callback_t callback, void *param);
  324. /** Helper function for using default module locale */
  325. EXPORT lookup_t *obs_module_load_locale(obs_module_t *module,
  326. const char *default_locale, const char *locale);
  327. /**
  328. * Returns the location of a plugin module data file.
  329. *
  330. * @note Modules should use obs_module_file function defined in obs-module.h
  331. * as a more elegant means of getting their files without having to
  332. * specify the module parameter.
  333. *
  334. * @param module The module associated with the file to locate
  335. * @param file The file to locate
  336. * @return Path string, or NULL if not found. Use bfree to free string.
  337. */
  338. EXPORT char *obs_find_module_file(obs_module_t *module, const char *file);
  339. /**
  340. * Returns the path of a plugin module config file (whether it exists or not)
  341. *
  342. * @note Modules should use obs_module_config_path function defined in
  343. * obs-module.h as a more elegant means of getting their files without
  344. * having to specify the module parameter.
  345. *
  346. * @param module The module associated with the path
  347. * @param file The file to get a path to
  348. * @return Path string, or NULL if not found. Use bfree to free string.
  349. */
  350. EXPORT char *obs_module_get_config_path(obs_module_t *module, const char *file);
  351. /** Enumerates all source types (inputs, filters, transitions, etc). */
  352. EXPORT bool obs_enum_source_types(size_t idx, const char **id);
  353. /**
  354. * Enumerates all available inputs source types.
  355. *
  356. * Inputs are general source inputs (such as capture sources, device sources,
  357. * etc).
  358. */
  359. EXPORT bool obs_enum_input_types(size_t idx, const char **id);
  360. /**
  361. * Enumerates all available filter source types.
  362. *
  363. * Filters are sources that are used to modify the video/audio output of
  364. * other sources.
  365. */
  366. EXPORT bool obs_enum_filter_types(size_t idx, const char **id);
  367. /**
  368. * Enumerates all available transition source types.
  369. *
  370. * Transitions are sources used to transition between two or more other
  371. * sources.
  372. */
  373. EXPORT bool obs_enum_transition_types(size_t idx, const char **id);
  374. /** Enumerates all available output types. */
  375. EXPORT bool obs_enum_output_types(size_t idx, const char **id);
  376. /** Enumerates all available encoder types. */
  377. EXPORT bool obs_enum_encoder_types(size_t idx, const char **id);
  378. /** Enumerates all available service types. */
  379. EXPORT bool obs_enum_service_types(size_t idx, const char **id);
  380. /** Helper function for entering the OBS graphics context */
  381. EXPORT void obs_enter_graphics(void);
  382. /** Helper function for leaving the OBS graphics context */
  383. EXPORT void obs_leave_graphics(void);
  384. /** Gets the main audio output handler for this OBS context */
  385. EXPORT audio_t *obs_get_audio(void);
  386. /** Gets the main video output handler for this OBS context */
  387. EXPORT video_t *obs_get_video(void);
  388. /** Sets the primary output source for a channel. */
  389. EXPORT void obs_set_output_source(uint32_t channel, obs_source_t *source);
  390. /**
  391. * Gets the primary output source for a channel and increments the reference
  392. * counter for that source. Use obs_source_release to release.
  393. */
  394. EXPORT obs_source_t *obs_get_output_source(uint32_t channel);
  395. /**
  396. * Enumerates all input sources
  397. *
  398. * Callback function returns true to continue enumeration, or false to end
  399. * enumeration.
  400. *
  401. * Use obs_source_get_ref or obs_source_get_weak_source if you want to retain
  402. * a reference after obs_enum_sources finishes
  403. */
  404. EXPORT void obs_enum_sources(bool (*enum_proc)(void*, obs_source_t*),
  405. void *param);
  406. /** Enumerates outputs */
  407. EXPORT void obs_enum_outputs(bool (*enum_proc)(void*, obs_output_t*),
  408. void *param);
  409. /** Enumerates encoders */
  410. EXPORT void obs_enum_encoders(bool (*enum_proc)(void*, obs_encoder_t*),
  411. void *param);
  412. /** Enumerates encoders */
  413. EXPORT void obs_enum_services(bool (*enum_proc)(void*, obs_service_t*),
  414. void *param);
  415. /**
  416. * Gets a source by its name.
  417. *
  418. * Increments the source reference counter, use obs_source_release to
  419. * release it when complete.
  420. */
  421. EXPORT obs_source_t *obs_get_source_by_name(const char *name);
  422. /** Gets an output by its name. */
  423. EXPORT obs_output_t *obs_get_output_by_name(const char *name);
  424. /** Gets an encoder by its name. */
  425. EXPORT obs_encoder_t *obs_get_encoder_by_name(const char *name);
  426. /** Gets an service by its name. */
  427. EXPORT obs_service_t *obs_get_service_by_name(const char *name);
  428. enum obs_base_effect {
  429. OBS_EFFECT_DEFAULT, /**< RGB/YUV */
  430. OBS_EFFECT_DEFAULT_RECT, /**< RGB/YUV (using texture_rect) */
  431. OBS_EFFECT_OPAQUE, /**< RGB/YUV (alpha set to 1.0) */
  432. OBS_EFFECT_SOLID, /**< RGB/YUV (solid color only) */
  433. OBS_EFFECT_BICUBIC, /**< Bicubic downscale */
  434. OBS_EFFECT_LANCZOS, /**< Lanczos downscale */
  435. OBS_EFFECT_BILINEAR_LOWRES, /**< Bilinear low resolution downscale */
  436. };
  437. /** Returns a commonly used base effect */
  438. EXPORT gs_effect_t *obs_get_base_effect(enum obs_base_effect effect);
  439. /* DEPRECATED: gets texture_rect default effect */
  440. DEPRECATED_START EXPORT gs_effect_t *obs_get_default_rect_effect(void)
  441. DEPRECATED_END;
  442. /** Returns the primary obs signal handler */
  443. EXPORT signal_handler_t *obs_get_signal_handler(void);
  444. /** Returns the primary obs procedure handler */
  445. EXPORT proc_handler_t *obs_get_proc_handler(void);
  446. /** Renders the main view */
  447. EXPORT void obs_render_main_view(void);
  448. /** Sets the master user volume */
  449. EXPORT void obs_set_master_volume(float volume);
  450. /** Gets the master user volume */
  451. EXPORT float obs_get_master_volume(void);
  452. /** Saves a source to settings data */
  453. EXPORT obs_data_t *obs_save_source(obs_source_t *source);
  454. /** Loads a source from settings data */
  455. EXPORT obs_source_t *obs_load_source(obs_data_t *data);
  456. /** Loads sources from a data array */
  457. EXPORT void obs_load_sources(obs_data_array_t *array);
  458. /** Saves sources to a data array */
  459. EXPORT obs_data_array_t *obs_save_sources(void);
  460. typedef bool (*obs_save_source_filter_cb)(void *data, obs_source_t *source);
  461. EXPORT obs_data_array_t *obs_save_sources_filtered(obs_save_source_filter_cb cb,
  462. void *data);
  463. /* ------------------------------------------------------------------------- */
  464. /* View context */
  465. /**
  466. * Creates a view context.
  467. *
  468. * A view can be used for things like separate previews, or drawing
  469. * sources separately.
  470. */
  471. EXPORT obs_view_t *obs_view_create(void);
  472. /** Destroys this view context */
  473. EXPORT void obs_view_destroy(obs_view_t *view);
  474. /** Sets the source to be used for this view context. */
  475. EXPORT void obs_view_set_source(obs_view_t *view, uint32_t channel,
  476. obs_source_t *source);
  477. /** Gets the source currently in use for this view context */
  478. EXPORT obs_source_t *obs_view_get_source(obs_view_t *view,
  479. uint32_t channel);
  480. /** Renders the sources of this view context */
  481. EXPORT void obs_view_render(obs_view_t *view);
  482. EXPORT uint64_t obs_get_video_frame_time(void);
  483. /* ------------------------------------------------------------------------- */
  484. /* Display context */
  485. /**
  486. * Adds a new window display linked to the main render pipeline. This creates
  487. * a new swap chain which updates every frame.
  488. *
  489. * @param graphics_data The swap chain initialization data.
  490. * @return The new display context, or NULL if failed.
  491. */
  492. EXPORT obs_display_t *obs_display_create(
  493. const struct gs_init_data *graphics_data);
  494. /** Destroys a display context */
  495. EXPORT void obs_display_destroy(obs_display_t *display);
  496. /** Changes the size of this display */
  497. EXPORT void obs_display_resize(obs_display_t *display, uint32_t cx,
  498. uint32_t cy);
  499. /**
  500. * Adds a draw callback for this display context
  501. *
  502. * @param display The display context.
  503. * @param draw The draw callback which is called each time a frame
  504. * updates.
  505. * @param param The user data to be associated with this draw callback.
  506. */
  507. EXPORT void obs_display_add_draw_callback(obs_display_t *display,
  508. void (*draw)(void *param, uint32_t cx, uint32_t cy),
  509. void *param);
  510. /** Removes a draw callback for this display context */
  511. EXPORT void obs_display_remove_draw_callback(obs_display_t *display,
  512. void (*draw)(void *param, uint32_t cx, uint32_t cy),
  513. void *param);
  514. EXPORT void obs_display_set_enabled(obs_display_t *display, bool enable);
  515. EXPORT bool obs_display_enabled(obs_display_t *display);
  516. EXPORT void obs_display_set_background_color(obs_display_t *display,
  517. uint32_t color);
  518. /* ------------------------------------------------------------------------- */
  519. /* Sources */
  520. /** Returns the translated display name of a source */
  521. EXPORT const char *obs_source_get_display_name(const char *id);
  522. /**
  523. * Creates a source of the specified type with the specified settings.
  524. *
  525. * The "source" context is used for anything related to presenting
  526. * or modifying video/audio. Use obs_source_release to release it.
  527. */
  528. EXPORT obs_source_t *obs_source_create(const char *id, const char *name,
  529. obs_data_t *settings, obs_data_t *hotkey_data);
  530. EXPORT obs_source_t *obs_source_create_private(const char *id,
  531. const char *name, obs_data_t *settings);
  532. /**
  533. * Adds/releases a reference to a source. When the last reference is
  534. * released, the source is destroyed.
  535. */
  536. EXPORT void obs_source_addref(obs_source_t *source);
  537. EXPORT void obs_source_release(obs_source_t *source);
  538. EXPORT void obs_weak_source_addref(obs_weak_source_t *weak);
  539. EXPORT void obs_weak_source_release(obs_weak_source_t *weak);
  540. EXPORT obs_source_t *obs_source_get_ref(obs_source_t *source);
  541. EXPORT obs_weak_source_t *obs_source_get_weak_source(obs_source_t *source);
  542. EXPORT obs_source_t *obs_weak_source_get_source(obs_weak_source_t *weak);
  543. EXPORT bool obs_weak_source_references_source(obs_weak_source_t *weak,
  544. obs_source_t *source);
  545. /** Notifies all references that the source should be released */
  546. EXPORT void obs_source_remove(obs_source_t *source);
  547. /** Returns true if the source should be released */
  548. EXPORT bool obs_source_removed(const obs_source_t *source);
  549. /** Returns capability flags of a source */
  550. EXPORT uint32_t obs_source_get_output_flags(const obs_source_t *source);
  551. /** Returns capability flags of a source type */
  552. EXPORT uint32_t obs_get_source_output_flags(const char *id);
  553. /** Gets the default settings for a source type */
  554. EXPORT obs_data_t *obs_get_source_defaults(const char *id);
  555. /** Returns the property list, if any. Free with obs_properties_destroy */
  556. EXPORT obs_properties_t *obs_get_source_properties(const char *id);
  557. /**
  558. * Returns the properties list for a specific existing source. Free with
  559. * obs_properties_destroy
  560. */
  561. EXPORT obs_properties_t *obs_source_properties(const obs_source_t *source);
  562. /** Updates settings for this source */
  563. EXPORT void obs_source_update(obs_source_t *source, obs_data_t *settings);
  564. /** Renders a video source. */
  565. EXPORT void obs_source_video_render(obs_source_t *source);
  566. /** Gets the width of a source (if it has video) */
  567. EXPORT uint32_t obs_source_get_width(obs_source_t *source);
  568. /** Gets the height of a source (if it has video) */
  569. EXPORT uint32_t obs_source_get_height(obs_source_t *source);
  570. /**
  571. * If the source is a filter, returns the parent source of the filter. Only
  572. * guaranteed to be valid inside of the video_render, filter_audio,
  573. * filter_video, and filter_remove callbacks.
  574. */
  575. EXPORT obs_source_t *obs_filter_get_parent(const obs_source_t *filter);
  576. /**
  577. * If the source is a filter, returns the target source of the filter. Only
  578. * guaranteed to be valid inside of the video_render, filter_audio,
  579. * filter_video, and filter_remove callbacks.
  580. */
  581. EXPORT obs_source_t *obs_filter_get_target(const obs_source_t *filter);
  582. /** Adds a filter to the source (which is used whenever the source is used) */
  583. EXPORT void obs_source_filter_add(obs_source_t *source, obs_source_t *filter);
  584. /** Removes a filter from the source */
  585. EXPORT void obs_source_filter_remove(obs_source_t *source,
  586. obs_source_t *filter);
  587. /** Modifies the order of a specific filter */
  588. EXPORT void obs_source_filter_set_order(obs_source_t *source,
  589. obs_source_t *filter, enum obs_order_movement movement);
  590. /** Gets the settings string for a source */
  591. EXPORT obs_data_t *obs_source_get_settings(const obs_source_t *source);
  592. /** Gets the name of a source */
  593. EXPORT const char *obs_source_get_name(const obs_source_t *source);
  594. /** Sets the name of a source */
  595. EXPORT void obs_source_set_name(obs_source_t *source, const char *name);
  596. /** Gets the source type */
  597. EXPORT enum obs_source_type obs_source_get_type(const obs_source_t *source);
  598. /** Gets the source identifier */
  599. EXPORT const char *obs_source_get_id(const obs_source_t *source);
  600. /** Returns the signal handler for a source */
  601. EXPORT signal_handler_t *obs_source_get_signal_handler(
  602. const obs_source_t *source);
  603. /** Returns the procedure handler for a source */
  604. EXPORT proc_handler_t *obs_source_get_proc_handler(const obs_source_t *source);
  605. /** Sets the user volume for a source that has audio output */
  606. EXPORT void obs_source_set_volume(obs_source_t *source, float volume);
  607. /** Gets the user volume for a source that has audio output */
  608. EXPORT float obs_source_get_volume(const obs_source_t *source);
  609. /** Sets the audio sync offset (in nanoseconds) for a source */
  610. EXPORT void obs_source_set_sync_offset(obs_source_t *source, int64_t offset);
  611. /** Gets the audio sync offset (in nanoseconds) for a source */
  612. EXPORT int64_t obs_source_get_sync_offset(const obs_source_t *source);
  613. /** Enumerates active child sources used by this source */
  614. EXPORT void obs_source_enum_active_sources(obs_source_t *source,
  615. obs_source_enum_proc_t enum_callback,
  616. void *param);
  617. /** Enumerates the entire active child source tree used by this source */
  618. EXPORT void obs_source_enum_active_tree(obs_source_t *source,
  619. obs_source_enum_proc_t enum_callback,
  620. void *param);
  621. /** Returns true if active, false if not */
  622. EXPORT bool obs_source_active(const obs_source_t *source);
  623. /**
  624. * Returns true if currently displayed somewhere (active or not), false if not
  625. */
  626. EXPORT bool obs_source_showing(const obs_source_t *source);
  627. /** Specifies that async video frames should be played as soon as possible */
  628. #define OBS_SOURCE_FLAG_UNBUFFERED (1<<0)
  629. /** Specifies to force audio to mono */
  630. #define OBS_SOURCE_FLAG_FORCE_MONO (1<<1)
  631. /**
  632. * Sets source flags. Note that these are different from the main output
  633. * flags. These are generally things that can be set by the source or user,
  634. * while the output flags are more used to determine capabilities of a source.
  635. */
  636. EXPORT void obs_source_set_flags(obs_source_t *source, uint32_t flags);
  637. /** Gets source flags. */
  638. EXPORT uint32_t obs_source_get_flags(const obs_source_t *source);
  639. /**
  640. * Sets audio mixer flags. These flags are used to specify which mixers
  641. * the source's audio should be applied to.
  642. */
  643. EXPORT void obs_source_set_audio_mixers(obs_source_t *source, uint32_t mixers);
  644. /** Gets audio mixer flags */
  645. EXPORT uint32_t obs_source_get_audio_mixers(const obs_source_t *source);
  646. /**
  647. * Increments the 'showing' reference counter to indicate that the source is
  648. * being shown somewhere. If the reference counter was 0, will call the 'show'
  649. * callback.
  650. */
  651. EXPORT void obs_source_inc_showing(obs_source_t *source);
  652. /**
  653. * Decrements the 'showing' reference counter to indicate that the source is
  654. * no longer being shown somewhere. If the reference counter is set to 0,
  655. * will call the 'hide' callback
  656. */
  657. EXPORT void obs_source_dec_showing(obs_source_t *source);
  658. /** Enumerates filters assigned to the source */
  659. EXPORT void obs_source_enum_filters(obs_source_t *source,
  660. obs_source_enum_proc_t callback, void *param);
  661. /** Gets a filter of a source by its display name. */
  662. EXPORT obs_source_t *obs_source_get_filter_by_name(obs_source_t *source,
  663. const char *name);
  664. EXPORT bool obs_source_enabled(const obs_source_t *source);
  665. EXPORT void obs_source_set_enabled(obs_source_t *source, bool enabled);
  666. EXPORT bool obs_source_muted(const obs_source_t *source);
  667. EXPORT void obs_source_set_muted(obs_source_t *source, bool muted);
  668. EXPORT bool obs_source_push_to_mute_enabled(obs_source_t *source);
  669. EXPORT void obs_source_enable_push_to_mute(obs_source_t *source, bool enabled);
  670. EXPORT uint64_t obs_source_get_push_to_mute_delay(obs_source_t *source);
  671. EXPORT void obs_source_set_push_to_mute_delay(obs_source_t *source,
  672. uint64_t delay);
  673. EXPORT bool obs_source_push_to_talk_enabled(obs_source_t *source);
  674. EXPORT void obs_source_enable_push_to_talk(obs_source_t *source, bool enabled);
  675. EXPORT uint64_t obs_source_get_push_to_talk_delay(obs_source_t *source);
  676. EXPORT void obs_source_set_push_to_talk_delay(obs_source_t *source,
  677. uint64_t delay);
  678. typedef void (*obs_source_audio_capture_t)(void *param, obs_source_t *source,
  679. const struct audio_data *audio_data, bool muted);
  680. EXPORT void obs_source_add_audio_capture_callback(obs_source_t *source,
  681. obs_source_audio_capture_t callback, void *param);
  682. EXPORT void obs_source_remove_audio_capture_callback(obs_source_t *source,
  683. obs_source_audio_capture_t callback, void *param);
  684. /* ------------------------------------------------------------------------- */
  685. /* Functions used by sources */
  686. EXPORT void *obs_source_get_type_data(obs_source_t *source);
  687. /**
  688. * Helper function to set the color matrix information when drawing the source.
  689. *
  690. * @param color_matrix The color matrix. Assigns to the 'color_matrix'
  691. * effect variable.
  692. * @param color_range_min The minimum color range. Assigns to the
  693. * 'color_range_min' effect variable. If NULL,
  694. * {0.0f, 0.0f, 0.0f} is used.
  695. * @param color_range_max The maximum color range. Assigns to the
  696. * 'color_range_max' effect variable. If NULL,
  697. * {1.0f, 1.0f, 1.0f} is used.
  698. */
  699. EXPORT void obs_source_draw_set_color_matrix(
  700. const struct matrix4 *color_matrix,
  701. const struct vec3 *color_range_min,
  702. const struct vec3 *color_range_max);
  703. /**
  704. * Helper function to draw sprites for a source (synchronous video).
  705. *
  706. * @param image The sprite texture to draw. Assigns to the 'image' variable
  707. * of the current effect.
  708. * @param x X position of the sprite.
  709. * @param y Y position of the sprite.
  710. * @param cx Width of the sprite. If 0, uses the texture width.
  711. * @param cy Height of the sprite. If 0, uses the texture height.
  712. * @param flip Specifies whether to flip the image vertically.
  713. */
  714. EXPORT void obs_source_draw(gs_texture_t *image, int x, int y,
  715. uint32_t cx, uint32_t cy, bool flip);
  716. /** Outputs asynchronous video data. Set to NULL to deactivate the texture */
  717. EXPORT void obs_source_output_video(obs_source_t *source,
  718. const struct obs_source_frame *frame);
  719. /** Outputs audio data (always asynchronous) */
  720. EXPORT void obs_source_output_audio(obs_source_t *source,
  721. const struct obs_source_audio *audio);
  722. /** Signal an update to any currently used properties via 'update_properties' */
  723. EXPORT void obs_source_update_properties(obs_source_t *source);
  724. /** Gets the current async video frame */
  725. EXPORT struct obs_source_frame *obs_source_get_frame(obs_source_t *source);
  726. /** Releases the current async video frame */
  727. EXPORT void obs_source_release_frame(obs_source_t *source,
  728. struct obs_source_frame *frame);
  729. /**
  730. * Default RGB filter handler for generic effect filters. Processes the
  731. * filter chain and renders them to texture if needed, then the filter is
  732. * drawn with
  733. *
  734. * After calling this, set your parameters for the effect, then call
  735. * obs_source_process_filter_end to draw the filter.
  736. */
  737. EXPORT void obs_source_process_filter_begin(obs_source_t *filter,
  738. enum gs_color_format format,
  739. enum obs_allow_direct_render allow_direct);
  740. /**
  741. * Draws the filter.
  742. *
  743. * Before calling this function, first call obs_source_process_filter_begin and
  744. * then set the effect parameters, and then call this function to finalize the
  745. * filter.
  746. */
  747. EXPORT void obs_source_process_filter_end(obs_source_t *filter,
  748. gs_effect_t *effect, uint32_t width, uint32_t height);
  749. /** Skips the filter if the filter is invalid and cannot be rendered */
  750. EXPORT void obs_source_skip_video_filter(obs_source_t *filter);
  751. /**
  752. * Adds an active child source. Must be called by parent sources on child
  753. * sources when the child is added and active. This ensures that the source is
  754. * properly activated if the parent is active.
  755. *
  756. * @returns true if source can be added, false if it causes recursion
  757. */
  758. EXPORT bool obs_source_add_active_child(obs_source_t *parent,
  759. obs_source_t *child);
  760. /**
  761. * Removes an active child source. Must be called by parent sources on child
  762. * sources when the child is removed or inactive. This ensures that the source
  763. * is properly deactivated if the parent is no longer active.
  764. */
  765. EXPORT void obs_source_remove_active_child(obs_source_t *parent,
  766. obs_source_t *child);
  767. /** Sends a mouse down/up event to a source */
  768. EXPORT void obs_source_send_mouse_click(obs_source_t *source,
  769. const struct obs_mouse_event *event,
  770. int32_t type, bool mouse_up,
  771. uint32_t click_count);
  772. /** Sends a mouse move event to a source. */
  773. EXPORT void obs_source_send_mouse_move(obs_source_t *source,
  774. const struct obs_mouse_event *event, bool mouse_leave);
  775. /** Sends a mouse wheel event to a source */
  776. EXPORT void obs_source_send_mouse_wheel(obs_source_t *source,
  777. const struct obs_mouse_event *event, int x_delta, int y_delta);
  778. /** Sends a got-focus or lost-focus event to a source */
  779. EXPORT void obs_source_send_focus(obs_source_t *source, bool focus);
  780. /** Sends a key up/down event to a source */
  781. EXPORT void obs_source_send_key_click(obs_source_t *source,
  782. const struct obs_key_event *event, bool key_up);
  783. /** Sets the default source flags. */
  784. EXPORT void obs_source_set_default_flags(obs_source_t *source, uint32_t flags);
  785. /** Gets the base width for a source (not taking in to account filtering) */
  786. EXPORT uint32_t obs_source_get_base_width(obs_source_t *source);
  787. /** Gets the base height for a source (not taking in to account filtering) */
  788. EXPORT uint32_t obs_source_get_base_height(obs_source_t *source);
  789. EXPORT bool obs_source_audio_pending(const obs_source_t *source);
  790. EXPORT uint64_t obs_source_get_audio_timestamp(const obs_source_t *source);
  791. EXPORT void obs_source_get_audio_mix(const obs_source_t *source,
  792. struct obs_source_audio_mix *audio);
  793. /* ------------------------------------------------------------------------- */
  794. /* Transition-specific functions */
  795. enum obs_transition_target {
  796. OBS_TRANSITION_SOURCE_A,
  797. OBS_TRANSITION_SOURCE_B
  798. };
  799. EXPORT obs_source_t *obs_transition_get_source(obs_source_t *transition,
  800. enum obs_transition_target target);
  801. EXPORT void obs_transition_clear(obs_source_t *transition);
  802. EXPORT obs_source_t *obs_transition_get_active_source(obs_source_t *transition);
  803. enum obs_transition_mode {
  804. OBS_TRANSITION_MODE_AUTO,
  805. };
  806. EXPORT bool obs_transition_start(obs_source_t *transition,
  807. enum obs_transition_mode mode, uint32_t duration_ms,
  808. obs_source_t *dest);
  809. EXPORT void obs_transition_set(obs_source_t *transition, obs_source_t *source);
  810. enum obs_transition_scale_type {
  811. OBS_TRANSITION_SCALE_MAX_ONLY,
  812. OBS_TRANSITION_SCALE_ASPECT,
  813. OBS_TRANSITION_SCALE_STRETCH,
  814. };
  815. EXPORT void obs_transition_set_scale_type(obs_source_t *transition,
  816. enum obs_transition_scale_type type);
  817. EXPORT enum obs_transition_scale_type obs_transition_get_scale_type(
  818. const obs_source_t *transition);
  819. EXPORT void obs_transition_set_alignment(obs_source_t *transition,
  820. uint32_t alignment);
  821. EXPORT uint32_t obs_transition_get_alignment(const obs_source_t *transition);
  822. EXPORT void obs_transition_set_size(obs_source_t *transition,
  823. uint32_t cx, uint32_t cy);
  824. EXPORT void obs_transition_get_size(const obs_source_t *transition,
  825. uint32_t *cx, uint32_t *cy);
  826. /* function used by transitions */
  827. /**
  828. * Enables fixed transitions (videos or specific types of transitions that
  829. * are of fixed duration and linearly interpolated
  830. */
  831. EXPORT void obs_transition_enable_fixed(obs_source_t *transition, bool enable,
  832. uint32_t duration_ms);
  833. EXPORT bool obs_transition_fixed(obs_source_t *transition);
  834. typedef void (*obs_transition_video_render_callback_t)(void *data,
  835. gs_texture_t *a, gs_texture_t *b, float t,
  836. uint32_t cx, uint32_t cy);
  837. typedef float (*obs_transition_audio_mix_callback_t)(void *data, float t);
  838. EXPORT void obs_transition_video_render(obs_source_t *transition,
  839. obs_transition_video_render_callback_t callback);
  840. EXPORT bool obs_transition_audio_render(obs_source_t *transition,
  841. uint64_t *ts_out, struct obs_source_audio_mix *audio,
  842. uint32_t mixers, size_t channels, size_t sample_rate,
  843. obs_transition_audio_mix_callback_t mix_a_callback,
  844. obs_transition_audio_mix_callback_t mix_b_callback);
  845. /* swaps transition sources and textures as an optimization and to reduce
  846. * memory usage when switching between transitions */
  847. EXPORT void obs_transition_swap_begin(obs_source_t *tr_dest,
  848. obs_source_t *tr_source);
  849. EXPORT void obs_transition_swap_end(obs_source_t *tr_dest,
  850. obs_source_t *tr_source);
  851. /* ------------------------------------------------------------------------- */
  852. /* Scenes */
  853. /**
  854. * Creates a scene.
  855. *
  856. * A scene is a source which is a container of other sources with specific
  857. * display oriantations. Scenes can also be used like any other source.
  858. */
  859. EXPORT obs_scene_t *obs_scene_create(const char *name);
  860. /**
  861. * Duplicates a scene.
  862. *
  863. * Sources in a scene will not be recreated; it will contain references to
  864. * the same sources as the originating scene.
  865. */
  866. EXPORT obs_scene_t *obs_scene_duplicate(obs_scene_t *scene, const char *name);
  867. EXPORT void obs_scene_addref(obs_scene_t *scene);
  868. EXPORT void obs_scene_release(obs_scene_t *scene);
  869. /** Gets the scene's source context */
  870. EXPORT obs_source_t *obs_scene_get_source(const obs_scene_t *scene);
  871. /** Gets the scene from its source, or NULL if not a scene */
  872. EXPORT obs_scene_t *obs_scene_from_source(const obs_source_t *source);
  873. /** Determines whether a source is within a scene */
  874. EXPORT obs_sceneitem_t *obs_scene_find_source(obs_scene_t *scene,
  875. const char *name);
  876. /** Enumerates sources within a scene */
  877. EXPORT void obs_scene_enum_items(obs_scene_t *scene,
  878. bool (*callback)(obs_scene_t*, obs_sceneitem_t*, void*),
  879. void *param);
  880. EXPORT bool obs_scene_reorder_items(obs_scene_t *scene,
  881. obs_sceneitem_t * const *item_order, size_t item_order_size);
  882. /** Adds/creates a new scene item for a source */
  883. EXPORT obs_sceneitem_t *obs_scene_add(obs_scene_t *scene, obs_source_t *source);
  884. typedef void (*obs_scene_atomic_update_func)(void *, obs_scene_t *scene);
  885. EXPORT void obs_scene_atomic_update(obs_scene_t *scene,
  886. obs_scene_atomic_update_func func, void *data);
  887. EXPORT void obs_sceneitem_addref(obs_sceneitem_t *item);
  888. EXPORT void obs_sceneitem_release(obs_sceneitem_t *item);
  889. /** Removes a scene item. */
  890. EXPORT void obs_sceneitem_remove(obs_sceneitem_t *item);
  891. /** Gets the scene parent associated with the scene item. */
  892. EXPORT obs_scene_t *obs_sceneitem_get_scene(const obs_sceneitem_t *item);
  893. /** Gets the source of a scene item. */
  894. EXPORT obs_source_t *obs_sceneitem_get_source(const obs_sceneitem_t *item);
  895. EXPORT void obs_sceneitem_select(obs_sceneitem_t *item, bool select);
  896. EXPORT bool obs_sceneitem_selected(const obs_sceneitem_t *item);
  897. /* Functions for gettings/setting specific orientation of a scene item */
  898. EXPORT void obs_sceneitem_set_pos(obs_sceneitem_t *item, const struct vec2 *pos);
  899. EXPORT void obs_sceneitem_set_rot(obs_sceneitem_t *item, float rot_deg);
  900. EXPORT void obs_sceneitem_set_scale(obs_sceneitem_t *item,
  901. const struct vec2 *scale);
  902. EXPORT void obs_sceneitem_set_alignment(obs_sceneitem_t *item,
  903. uint32_t alignment);
  904. EXPORT void obs_sceneitem_set_order(obs_sceneitem_t *item,
  905. enum obs_order_movement movement);
  906. EXPORT void obs_sceneitem_set_order_position(obs_sceneitem_t *item,
  907. int position);
  908. EXPORT void obs_sceneitem_set_bounds_type(obs_sceneitem_t *item,
  909. enum obs_bounds_type type);
  910. EXPORT void obs_sceneitem_set_bounds_alignment(obs_sceneitem_t *item,
  911. uint32_t alignment);
  912. EXPORT void obs_sceneitem_set_bounds(obs_sceneitem_t *item,
  913. const struct vec2 *bounds);
  914. EXPORT void obs_sceneitem_get_pos(const obs_sceneitem_t *item,
  915. struct vec2 *pos);
  916. EXPORT float obs_sceneitem_get_rot(const obs_sceneitem_t *item);
  917. EXPORT void obs_sceneitem_get_scale(const obs_sceneitem_t *item,
  918. struct vec2 *scale);
  919. EXPORT uint32_t obs_sceneitem_get_alignment(const obs_sceneitem_t *item);
  920. EXPORT enum obs_bounds_type obs_sceneitem_get_bounds_type(
  921. const obs_sceneitem_t *item);
  922. EXPORT uint32_t obs_sceneitem_get_bounds_alignment(const obs_sceneitem_t *item);
  923. EXPORT void obs_sceneitem_get_bounds(const obs_sceneitem_t *item,
  924. struct vec2 *bounds);
  925. EXPORT void obs_sceneitem_get_info(const obs_sceneitem_t *item,
  926. struct obs_transform_info *info);
  927. EXPORT void obs_sceneitem_set_info(obs_sceneitem_t *item,
  928. const struct obs_transform_info *info);
  929. EXPORT void obs_sceneitem_get_draw_transform(const obs_sceneitem_t *item,
  930. struct matrix4 *transform);
  931. EXPORT void obs_sceneitem_get_box_transform(const obs_sceneitem_t *item,
  932. struct matrix4 *transform);
  933. EXPORT bool obs_sceneitem_visible(const obs_sceneitem_t *item);
  934. EXPORT bool obs_sceneitem_set_visible(obs_sceneitem_t *item, bool visible);
  935. /* ------------------------------------------------------------------------- */
  936. /* Outputs */
  937. EXPORT const char *obs_output_get_display_name(const char *id);
  938. /**
  939. * Creates an output.
  940. *
  941. * Outputs allow outputting to file, outputting to network, outputting to
  942. * directshow, or other custom outputs.
  943. */
  944. EXPORT obs_output_t *obs_output_create(const char *id, const char *name,
  945. obs_data_t *settings, obs_data_t *hotkey_data);
  946. /**
  947. * Adds/releases a reference to an output. When the last reference is
  948. * released, the output is destroyed.
  949. */
  950. EXPORT void obs_output_addref(obs_output_t *output);
  951. EXPORT void obs_output_release(obs_output_t *output);
  952. EXPORT void obs_weak_output_addref(obs_weak_output_t *weak);
  953. EXPORT void obs_weak_output_release(obs_weak_output_t *weak);
  954. EXPORT obs_output_t *obs_output_get_ref(obs_output_t *output);
  955. EXPORT obs_weak_output_t *obs_output_get_weak_output(obs_output_t *output);
  956. EXPORT obs_output_t *obs_weak_output_get_output(obs_weak_output_t *weak);
  957. EXPORT bool obs_weak_output_references_output(obs_weak_output_t *weak,
  958. obs_output_t *output);
  959. EXPORT const char *obs_output_get_name(const obs_output_t *output);
  960. /** Starts the output. */
  961. EXPORT bool obs_output_start(obs_output_t *output);
  962. /** Stops the output. */
  963. EXPORT void obs_output_stop(obs_output_t *output);
  964. /**
  965. * On reconnection, start where it left of on reconnection. Note however that
  966. * this option will consume extra memory to continually increase delay while
  967. * waiting to reconnect.
  968. */
  969. #define OBS_OUTPUT_DELAY_PRESERVE (1<<0)
  970. /**
  971. * Sets the current output delay, in seconds (if the output supports delay).
  972. *
  973. * If delay is currently active, it will set the delay value, but will not
  974. * affect the current delay, it will only affect the next time the output is
  975. * activated.
  976. */
  977. EXPORT void obs_output_set_delay(obs_output_t *output, uint32_t delay_sec,
  978. uint32_t flags);
  979. /** Gets the currently set delay value, in seconds. */
  980. EXPORT uint32_t obs_output_get_delay(const obs_output_t *output);
  981. /** If delay is active, gets the currently active delay value, in seconds. */
  982. EXPORT uint32_t obs_output_get_active_delay(const obs_output_t *output);
  983. /** Forces the output to stop. Usually only used with delay. */
  984. EXPORT void obs_output_force_stop(obs_output_t *output);
  985. /** Returns whether the output is active */
  986. EXPORT bool obs_output_active(const obs_output_t *output);
  987. /** Gets the default settings for an output type */
  988. EXPORT obs_data_t *obs_output_defaults(const char *id);
  989. /** Returns the property list, if any. Free with obs_properties_destroy */
  990. EXPORT obs_properties_t *obs_get_output_properties(const char *id);
  991. /**
  992. * Returns the property list of an existing output, if any. Free with
  993. * obs_properties_destroy
  994. */
  995. EXPORT obs_properties_t *obs_output_properties(const obs_output_t *output);
  996. /** Updates the settings for this output context */
  997. EXPORT void obs_output_update(obs_output_t *output, obs_data_t *settings);
  998. /** Specifies whether the output can be paused */
  999. EXPORT bool obs_output_can_pause(const obs_output_t *output);
  1000. /** Pauses the output (if the functionality is allowed by the output */
  1001. EXPORT void obs_output_pause(obs_output_t *output);
  1002. /* Gets the current output settings string */
  1003. EXPORT obs_data_t *obs_output_get_settings(const obs_output_t *output);
  1004. /** Returns the signal handler for an output */
  1005. EXPORT signal_handler_t *obs_output_get_signal_handler(
  1006. const obs_output_t *output);
  1007. /** Returns the procedure handler for an output */
  1008. EXPORT proc_handler_t *obs_output_get_proc_handler(const obs_output_t *output);
  1009. /**
  1010. * Sets the current video media context associated with this output,
  1011. * required for non-encoded outputs
  1012. */
  1013. EXPORT void obs_output_set_video(obs_output_t *output, video_t *video);
  1014. /**
  1015. * Sets the current audio/video media contexts associated with this output,
  1016. * required for non-encoded outputs. Can be null.
  1017. */
  1018. EXPORT void obs_output_set_media(obs_output_t *output,
  1019. video_t *video, audio_t *audio);
  1020. /** Returns the video media context associated with this output */
  1021. EXPORT video_t *obs_output_video(const obs_output_t *output);
  1022. /** Returns the audio media context associated with this output */
  1023. EXPORT audio_t *obs_output_audio(const obs_output_t *output);
  1024. /** Sets the current audio mixer for non-encoded outputs */
  1025. EXPORT void obs_output_set_mixer(obs_output_t *output, size_t mixer_idx);
  1026. /** Gets the current audio mixer for non-encoded outputs */
  1027. EXPORT size_t obs_output_get_mixer(const obs_output_t *output);
  1028. /**
  1029. * Sets the current video encoder associated with this output,
  1030. * required for encoded outputs
  1031. */
  1032. EXPORT void obs_output_set_video_encoder(obs_output_t *output,
  1033. obs_encoder_t *encoder);
  1034. /**
  1035. * Sets the current audio encoder associated with this output,
  1036. * required for encoded outputs.
  1037. *
  1038. * The idx parameter specifies the audio encoder index to set the encoder to.
  1039. * Only used with outputs that have multiple audio outputs (RTMP typically),
  1040. * otherwise the parameter is ignored.
  1041. */
  1042. EXPORT void obs_output_set_audio_encoder(obs_output_t *output,
  1043. obs_encoder_t *encoder, size_t idx);
  1044. /** Returns the current video encoder associated with this output */
  1045. EXPORT obs_encoder_t *obs_output_get_video_encoder(const obs_output_t *output);
  1046. /**
  1047. * Returns the current audio encoder associated with this output
  1048. *
  1049. * The idx parameter specifies the audio encoder index. Only used with
  1050. * outputs that have multiple audio outputs, otherwise the parameter is
  1051. * ignored.
  1052. */
  1053. EXPORT obs_encoder_t *obs_output_get_audio_encoder(const obs_output_t *output,
  1054. size_t idx);
  1055. /** Sets the current service associated with this output. */
  1056. EXPORT void obs_output_set_service(obs_output_t *output,
  1057. obs_service_t *service);
  1058. /** Gets the current service associated with this output. */
  1059. EXPORT obs_service_t *obs_output_get_service(const obs_output_t *output);
  1060. /**
  1061. * Sets the reconnect settings. Set retry_count to 0 to disable reconnecting.
  1062. */
  1063. EXPORT void obs_output_set_reconnect_settings(obs_output_t *output,
  1064. int retry_count, int retry_sec);
  1065. EXPORT uint64_t obs_output_get_total_bytes(const obs_output_t *output);
  1066. EXPORT int obs_output_get_frames_dropped(const obs_output_t *output);
  1067. EXPORT int obs_output_get_total_frames(const obs_output_t *output);
  1068. /**
  1069. * Sets the preferred scaled resolution for this output. Set width and height
  1070. * to 0 to disable scaling.
  1071. *
  1072. * If this output uses an encoder, it will call obs_encoder_set_scaled_size on
  1073. * the encoder before the stream is started. If the encoder is already active,
  1074. * then this function will trigger a warning and do nothing.
  1075. */
  1076. EXPORT void obs_output_set_preferred_size(obs_output_t *output, uint32_t width,
  1077. uint32_t height);
  1078. /** For video outputs, returns the width of the encoded image */
  1079. EXPORT uint32_t obs_output_get_width(const obs_output_t *output);
  1080. /** For video outputs, returns the height of the encoded image */
  1081. EXPORT uint32_t obs_output_get_height(const obs_output_t *output);
  1082. EXPORT const char *obs_output_get_id(const obs_output_t *output);
  1083. /* ------------------------------------------------------------------------- */
  1084. /* Functions used by outputs */
  1085. EXPORT void *obs_output_get_type_data(obs_output_t *output);
  1086. /** Optionally sets the video conversion info. Used only for raw output */
  1087. EXPORT void obs_output_set_video_conversion(obs_output_t *output,
  1088. const struct video_scale_info *conversion);
  1089. /** Optionally sets the audio conversion info. Used only for raw output */
  1090. EXPORT void obs_output_set_audio_conversion(obs_output_t *output,
  1091. const struct audio_convert_info *conversion);
  1092. /** Returns whether data capture can begin with the specified flags */
  1093. EXPORT bool obs_output_can_begin_data_capture(const obs_output_t *output,
  1094. uint32_t flags);
  1095. /** Initializes encoders (if any) */
  1096. EXPORT bool obs_output_initialize_encoders(obs_output_t *output,
  1097. uint32_t flags);
  1098. /**
  1099. * Begins data capture from media/encoders.
  1100. *
  1101. * @param output Output context
  1102. * @param flags Set this to 0 to use default output flags set in the
  1103. * obs_output_info structure, otherwise set to a either
  1104. * OBS_OUTPUT_VIDEO or OBS_OUTPUT_AUDIO to specify whether to
  1105. * connect audio or video. This is useful for things like
  1106. * ffmpeg which may or may not always want to use both audio
  1107. * and video.
  1108. * @return true if successful, false otherwise.
  1109. */
  1110. EXPORT bool obs_output_begin_data_capture(obs_output_t *output, uint32_t flags);
  1111. /** Ends data capture from media/encoders */
  1112. EXPORT void obs_output_end_data_capture(obs_output_t *output);
  1113. /**
  1114. * Signals that the output has stopped itself.
  1115. *
  1116. * @param output Output context
  1117. * @param code Error code (or OBS_OUTPUT_SUCCESS if not an error)
  1118. */
  1119. EXPORT void obs_output_signal_stop(obs_output_t *output, int code);
  1120. /* ------------------------------------------------------------------------- */
  1121. /* Encoders */
  1122. EXPORT const char *obs_encoder_get_display_name(const char *id);
  1123. /**
  1124. * Creates a video encoder context
  1125. *
  1126. * @param id Video encoder ID
  1127. * @param name Name to assign to this context
  1128. * @param settings Settings
  1129. * @return The video encoder context, or NULL if failed or not found.
  1130. */
  1131. EXPORT obs_encoder_t *obs_video_encoder_create(const char *id, const char *name,
  1132. obs_data_t *settings, obs_data_t *hotkey_data);
  1133. /**
  1134. * Creates an audio encoder context
  1135. *
  1136. * @param id Audio Encoder ID
  1137. * @param name Name to assign to this context
  1138. * @param settings Settings
  1139. * @param mixer_idx Index of the mixer to use for this audio encoder
  1140. * @return The video encoder context, or NULL if failed or not found.
  1141. */
  1142. EXPORT obs_encoder_t *obs_audio_encoder_create(const char *id, const char *name,
  1143. obs_data_t *settings, size_t mixer_idx,
  1144. obs_data_t *hotkey_data);
  1145. /**
  1146. * Adds/releases a reference to an encoder. When the last reference is
  1147. * released, the encoder is destroyed.
  1148. */
  1149. EXPORT void obs_encoder_addref(obs_encoder_t *encoder);
  1150. EXPORT void obs_encoder_release(obs_encoder_t *encoder);
  1151. EXPORT void obs_weak_encoder_addref(obs_weak_encoder_t *weak);
  1152. EXPORT void obs_weak_encoder_release(obs_weak_encoder_t *weak);
  1153. EXPORT obs_encoder_t *obs_encoder_get_ref(obs_encoder_t *encoder);
  1154. EXPORT obs_weak_encoder_t *obs_encoder_get_weak_encoder(obs_encoder_t *encoder);
  1155. EXPORT obs_encoder_t *obs_weak_encoder_get_encoder(obs_weak_encoder_t *weak);
  1156. EXPORT bool obs_weak_encoder_references_encoder(obs_weak_encoder_t *weak,
  1157. obs_encoder_t *encoder);
  1158. EXPORT void obs_encoder_set_name(obs_encoder_t *encoder, const char *name);
  1159. EXPORT const char *obs_encoder_get_name(const obs_encoder_t *encoder);
  1160. /** Returns the codec of an encoder by the id */
  1161. EXPORT const char *obs_get_encoder_codec(const char *id);
  1162. /** Returns the type of an encoder by the id */
  1163. EXPORT enum obs_encoder_type obs_get_encoder_type(const char *id);
  1164. /** Returns the codec of the encoder */
  1165. EXPORT const char *obs_encoder_get_codec(const obs_encoder_t *encoder);
  1166. /** Returns the type of an encoder */
  1167. EXPORT enum obs_encoder_type obs_encoder_get_type(const obs_encoder_t *encoder);
  1168. /**
  1169. * Sets the scaled resolution for a video encoder. Set width and height to 0
  1170. * to disable scaling. If the encoder is active, this function will trigger
  1171. * a warning, and do nothing.
  1172. */
  1173. EXPORT void obs_encoder_set_scaled_size(obs_encoder_t *encoder, uint32_t width,
  1174. uint32_t height);
  1175. /** For video encoders, returns the width of the encoded image */
  1176. EXPORT uint32_t obs_encoder_get_width(const obs_encoder_t *encoder);
  1177. /** For video encoders, returns the height of the encoded image */
  1178. EXPORT uint32_t obs_encoder_get_height(const obs_encoder_t *encoder);
  1179. /** For audio encoders, returns the sample rate of the audio */
  1180. EXPORT uint32_t obs_encoder_get_sample_rate(const obs_encoder_t *encoder);
  1181. /**
  1182. * Sets the preferred video format for a video encoder. If the encoder can use
  1183. * the format specified, it will force a conversion to that format if the
  1184. * obs output format does not match the preferred format.
  1185. *
  1186. * If the format is set to VIDEO_FORMAT_NONE, will revert to the default
  1187. * functionality of converting only when absolutely necessary.
  1188. */
  1189. EXPORT void obs_encoder_set_preferred_video_format(obs_encoder_t *encoder,
  1190. enum video_format format);
  1191. EXPORT enum video_format obs_encoder_get_preferred_video_format(
  1192. const obs_encoder_t *encoder);
  1193. /** Gets the default settings for an encoder type */
  1194. EXPORT obs_data_t *obs_encoder_defaults(const char *id);
  1195. /** Returns the property list, if any. Free with obs_properties_destroy */
  1196. EXPORT obs_properties_t *obs_get_encoder_properties(const char *id);
  1197. /**
  1198. * Returns the property list of an existing encoder, if any. Free with
  1199. * obs_properties_destroy
  1200. */
  1201. EXPORT obs_properties_t *obs_encoder_properties(const obs_encoder_t *encoder);
  1202. /**
  1203. * Updates the settings of the encoder context. Usually used for changing
  1204. * bitrate while active
  1205. */
  1206. EXPORT void obs_encoder_update(obs_encoder_t *encoder, obs_data_t *settings);
  1207. /** Gets extra data (headers) associated with this context */
  1208. EXPORT bool obs_encoder_get_extra_data(const obs_encoder_t *encoder,
  1209. uint8_t **extra_data, size_t *size);
  1210. /** Returns the current settings for this encoder */
  1211. EXPORT obs_data_t *obs_encoder_get_settings(const obs_encoder_t *encoder);
  1212. /** Sets the video output context to be used with this encoder */
  1213. EXPORT void obs_encoder_set_video(obs_encoder_t *encoder, video_t *video);
  1214. /** Sets the audio output context to be used with this encoder */
  1215. EXPORT void obs_encoder_set_audio(obs_encoder_t *encoder, audio_t *audio);
  1216. /**
  1217. * Returns the video output context used with this encoder, or NULL if not
  1218. * a video context
  1219. */
  1220. EXPORT video_t *obs_encoder_video(const obs_encoder_t *encoder);
  1221. /**
  1222. * Returns the audio output context used with this encoder, or NULL if not
  1223. * a audio context
  1224. */
  1225. EXPORT audio_t *obs_encoder_audio(const obs_encoder_t *encoder);
  1226. /** Returns true if encoder is active, false otherwise */
  1227. EXPORT bool obs_encoder_active(const obs_encoder_t *encoder);
  1228. EXPORT void *obs_encoder_get_type_data(obs_encoder_t *encoder);
  1229. EXPORT const char *obs_encoder_get_id(const obs_encoder_t *encoder);
  1230. /** Duplicates an encoder packet */
  1231. EXPORT void obs_duplicate_encoder_packet(struct encoder_packet *dst,
  1232. const struct encoder_packet *src);
  1233. EXPORT void obs_free_encoder_packet(struct encoder_packet *packet);
  1234. /* ------------------------------------------------------------------------- */
  1235. /* Stream Services */
  1236. EXPORT const char *obs_service_get_display_name(const char *id);
  1237. EXPORT obs_service_t *obs_service_create(const char *id, const char *name,
  1238. obs_data_t *settings, obs_data_t *hotkey_data);
  1239. /**
  1240. * Adds/releases a reference to a service. When the last reference is
  1241. * released, the service is destroyed.
  1242. */
  1243. EXPORT void obs_service_addref(obs_service_t *service);
  1244. EXPORT void obs_service_release(obs_service_t *service);
  1245. EXPORT void obs_weak_service_addref(obs_weak_service_t *weak);
  1246. EXPORT void obs_weak_service_release(obs_weak_service_t *weak);
  1247. EXPORT obs_service_t *obs_service_get_ref(obs_service_t *service);
  1248. EXPORT obs_weak_service_t *obs_service_get_weak_service(obs_service_t *service);
  1249. EXPORT obs_service_t *obs_weak_service_get_service(obs_weak_service_t *weak);
  1250. EXPORT bool obs_weak_service_references_service(obs_weak_service_t *weak,
  1251. obs_service_t *service);
  1252. EXPORT const char *obs_service_get_name(const obs_service_t *service);
  1253. /** Gets the default settings for a service */
  1254. EXPORT obs_data_t *obs_service_defaults(const char *id);
  1255. /** Returns the property list, if any. Free with obs_properties_destroy */
  1256. EXPORT obs_properties_t *obs_get_service_properties(const char *id);
  1257. /**
  1258. * Returns the property list of an existing service context, if any. Free with
  1259. * obs_properties_destroy
  1260. */
  1261. EXPORT obs_properties_t *obs_service_properties(const obs_service_t *service);
  1262. /** Gets the service type */
  1263. EXPORT const char *obs_service_get_type(const obs_service_t *service);
  1264. /** Updates the settings of the service context */
  1265. EXPORT void obs_service_update(obs_service_t *service, obs_data_t *settings);
  1266. /** Returns the current settings for this service */
  1267. EXPORT obs_data_t *obs_service_get_settings(const obs_service_t *service);
  1268. /** Returns the URL for this service context */
  1269. EXPORT const char *obs_service_get_url(const obs_service_t *service);
  1270. /** Returns the stream key (if any) for this service context */
  1271. EXPORT const char *obs_service_get_key(const obs_service_t *service);
  1272. /** Returns the username (if any) for this service context */
  1273. EXPORT const char *obs_service_get_username(const obs_service_t *service);
  1274. /** Returns the password (if any) for this service context */
  1275. EXPORT const char *obs_service_get_password(const obs_service_t *service);
  1276. /**
  1277. * Applies service-specific video encoder settings.
  1278. *
  1279. * @param video_encoder_settings Video encoder settings. Optional.
  1280. * @param audio_encoder_settings Audio encoder settings. Optional.
  1281. */
  1282. EXPORT void obs_service_apply_encoder_settings(obs_service_t *service,
  1283. obs_data_t *video_encoder_settings,
  1284. obs_data_t *audio_encoder_settings);
  1285. EXPORT void *obs_service_get_type_data(obs_service_t *service);
  1286. EXPORT const char *obs_service_get_id(const obs_service_t *service);
  1287. /* ------------------------------------------------------------------------- */
  1288. /* Source frame allocation functions */
  1289. EXPORT void obs_source_frame_init(struct obs_source_frame *frame,
  1290. enum video_format format, uint32_t width, uint32_t height);
  1291. static inline void obs_source_frame_free(struct obs_source_frame *frame)
  1292. {
  1293. if (frame) {
  1294. bfree(frame->data[0]);
  1295. memset(frame, 0, sizeof(*frame));
  1296. }
  1297. }
  1298. static inline struct obs_source_frame *obs_source_frame_create(
  1299. enum video_format format, uint32_t width, uint32_t height)
  1300. {
  1301. struct obs_source_frame *frame;
  1302. frame = (struct obs_source_frame*)bzalloc(sizeof(*frame));
  1303. obs_source_frame_init(frame, format, width, height);
  1304. return frame;
  1305. }
  1306. static inline void obs_source_frame_destroy(struct obs_source_frame *frame)
  1307. {
  1308. if (frame) {
  1309. bfree(frame->data[0]);
  1310. bfree(frame);
  1311. }
  1312. }
  1313. #ifdef __cplusplus
  1314. }
  1315. #endif