obs.h 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550
  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. uint64_t buffer_ms;
  156. };
  157. /**
  158. * Sent to source filters via the filter_audio callback to allow filtering of
  159. * audio data
  160. */
  161. struct obs_audio_data {
  162. uint8_t *data[MAX_AV_PLANES];
  163. uint32_t frames;
  164. uint64_t timestamp;
  165. };
  166. /**
  167. * Source audio output structure. Used with obs_source_output_audio to output
  168. * source audio. Audio is automatically resampled and remixed as necessary.
  169. */
  170. struct obs_source_audio {
  171. const uint8_t *data[MAX_AV_PLANES];
  172. uint32_t frames;
  173. enum speaker_layout speakers;
  174. enum audio_format format;
  175. uint32_t samples_per_sec;
  176. uint64_t timestamp;
  177. };
  178. /**
  179. * Source asynchronous video output structure. Used with
  180. * obs_source_output_video to output asynchronous video. Video is buffered as
  181. * necessary to play according to timestamps. When used with audio output,
  182. * audio is synced to video as it is played.
  183. *
  184. * If a YUV format is specified, it will be automatically upsampled and
  185. * converted to RGB via shader on the graphics processor.
  186. */
  187. struct obs_source_frame {
  188. uint8_t *data[MAX_AV_PLANES];
  189. uint32_t linesize[MAX_AV_PLANES];
  190. uint32_t width;
  191. uint32_t height;
  192. uint64_t timestamp;
  193. enum video_format format;
  194. float color_matrix[16];
  195. bool full_range;
  196. float color_range_min[3];
  197. float color_range_max[3];
  198. bool flip;
  199. /* used internally by libobs */
  200. volatile long refs;
  201. };
  202. /* ------------------------------------------------------------------------- */
  203. /* OBS context */
  204. /**
  205. * Initializes OBS
  206. *
  207. * @param locale The locale to use for modules
  208. * @param store The profiler name store for OBS to use or NULL
  209. */
  210. EXPORT bool obs_startup(const char *locale, profiler_name_store_t *store);
  211. /** Releases all data associated with OBS and terminates the OBS context */
  212. EXPORT void obs_shutdown(void);
  213. /** @return true if the main OBS context has been initialized */
  214. EXPORT bool obs_initialized(void);
  215. /** @return The current core version */
  216. EXPORT uint32_t obs_get_version(void);
  217. /**
  218. * Sets a new locale to use for modules. This will call obs_module_set_locale
  219. * for each module with the new locale.
  220. *
  221. * @param locale The locale to use for modules
  222. */
  223. EXPORT void obs_set_locale(const char *locale);
  224. /** @return the current locale */
  225. EXPORT const char *obs_get_locale(void);
  226. /**
  227. * Returns the profiler name store (see util/profiler.h) used by OBS, which is
  228. * either a name store passed to obs_startup, an internal name store, or NULL
  229. * in case obs_initialized() returns false.
  230. */
  231. EXPORT profiler_name_store_t *obs_get_profiler_name_store(void);
  232. /**
  233. * Sets base video ouput base resolution/fps/format.
  234. *
  235. * @note This data cannot be changed if an output is corrently active.
  236. * @note The graphics module cannot be changed without fully destroying the
  237. * OBS context.
  238. *
  239. * @param ovi Pointer to an obs_video_info structure containing the
  240. * specification of the graphics subsystem,
  241. * @return OBS_VIDEO_SUCCESS if sucessful
  242. * OBS_VIDEO_NOT_SUPPORTED if the adapter lacks capabilities
  243. * OBS_VIDEO_INVALID_PARAM if a parameter is invalid
  244. * OBS_VIDEO_CURRENTLY_ACTIVE if video is currently active
  245. * OBS_VIDEO_MODULE_NOT_FOUND if the graphics module is not found
  246. * OBS_VIDEO_FAIL for generic failure
  247. */
  248. EXPORT int obs_reset_video(struct obs_video_info *ovi);
  249. /**
  250. * Sets base audio output format/channels/samples/etc
  251. *
  252. * @note Cannot reset base audio if an output is currently active.
  253. */
  254. EXPORT bool obs_reset_audio(const struct obs_audio_info *oai);
  255. /** Gets the current video settings, returns false if no video */
  256. EXPORT bool obs_get_video_info(struct obs_video_info *ovi);
  257. /** Gets the current audio settings, returns false if no audio */
  258. EXPORT bool obs_get_audio_info(struct obs_audio_info *oai);
  259. /**
  260. * Opens a plugin module directly from a specific path.
  261. *
  262. * If the module already exists then the function will return successful, and
  263. * the module parameter will be given the pointer to the existing module.
  264. *
  265. * This does not initialize the module, it only loads the module image. To
  266. * initialize the module, call obs_init_module.
  267. *
  268. * @param module The pointer to the created module.
  269. * @param path Specifies the path to the module library file. If the
  270. * extension is not specified, it will use the extension
  271. * appropriate to the operating system.
  272. * @param data_path Specifies the path to the directory where the module's
  273. * data files are stored.
  274. * @returns MODULE_SUCCESS if successful
  275. * MODULE_ERROR if a generic error occurred
  276. * MODULE_FILE_NOT_FOUND if the module was not found
  277. * MODULE_MISSING_EXPORTS if required exports are missing
  278. * MODULE_INCOMPATIBLE_VER if incompatible version
  279. */
  280. EXPORT int obs_open_module(obs_module_t **module, const char *path,
  281. const char *data_path);
  282. /**
  283. * Initializes the module, which calls its obs_module_load export. If the
  284. * module is alrady loaded, then this function does nothing and returns
  285. * successful.
  286. */
  287. EXPORT bool obs_init_module(obs_module_t *module);
  288. /** Returns the module file name */
  289. EXPORT const char *obs_get_module_file_name(obs_module_t *module);
  290. /** Returns the module full name */
  291. EXPORT const char *obs_get_module_name(obs_module_t *module);
  292. /** Returns the module author(s) */
  293. EXPORT const char *obs_get_module_author(obs_module_t *module);
  294. /** Returns the module description */
  295. EXPORT const char *obs_get_module_description(obs_module_t *module);
  296. /** Returns the module binary path */
  297. EXPORT const char *obs_get_module_binary_path(obs_module_t *module);
  298. /** Returns the module data path */
  299. EXPORT const char *obs_get_module_data_path(obs_module_t *module);
  300. /**
  301. * Adds a module search path to be used with obs_find_modules. If the search
  302. * path strings contain %module%, that text will be replaced with the module
  303. * name when used.
  304. *
  305. * @param bin Specifies the module's binary directory search path.
  306. * @param data Specifies the module's data directory search path.
  307. */
  308. EXPORT void obs_add_module_path(const char *bin, const char *data);
  309. /** Automatically loads all modules from module paths (convenience function) */
  310. EXPORT void obs_load_all_modules(void);
  311. struct obs_module_info {
  312. const char *bin_path;
  313. const char *data_path;
  314. };
  315. typedef void (*obs_find_module_callback_t)(void *param,
  316. const struct obs_module_info *info);
  317. /** Finds all modules within the search paths added by obs_add_module_path. */
  318. EXPORT void obs_find_modules(obs_find_module_callback_t callback, void *param);
  319. typedef void (*obs_enum_module_callback_t)(void *param, obs_module_t *module);
  320. /** Enumerates all loaded modules */
  321. EXPORT void obs_enum_modules(obs_enum_module_callback_t callback, void *param);
  322. /** Helper function for using default module locale */
  323. EXPORT lookup_t *obs_module_load_locale(obs_module_t *module,
  324. const char *default_locale, const char *locale);
  325. /**
  326. * Returns the location of a plugin module data file.
  327. *
  328. * @note Modules should use obs_module_file function defined in obs-module.h
  329. * as a more elegant means of getting their files without having to
  330. * specify the module parameter.
  331. *
  332. * @param module The module associated with the file to locate
  333. * @param file The file to locate
  334. * @return Path string, or NULL if not found. Use bfree to free string.
  335. */
  336. EXPORT char *obs_find_module_file(obs_module_t *module, const char *file);
  337. /**
  338. * Enumerates all available inputs source types.
  339. *
  340. * Inputs are general source inputs (such as capture sources, device sources,
  341. * etc).
  342. */
  343. EXPORT bool obs_enum_input_types(size_t idx, const char **id);
  344. /**
  345. * Enumerates all available filter source types.
  346. *
  347. * Filters are sources that are used to modify the video/audio output of
  348. * other sources.
  349. */
  350. EXPORT bool obs_enum_filter_types(size_t idx, const char **id);
  351. /**
  352. * Enumerates all available transition source types.
  353. *
  354. * Transitions are sources used to transition between two or more other
  355. * sources.
  356. */
  357. EXPORT bool obs_enum_transition_types(size_t idx, const char **id);
  358. /** Enumerates all available output types. */
  359. EXPORT bool obs_enum_output_types(size_t idx, const char **id);
  360. /** Enumerates all available encoder types. */
  361. EXPORT bool obs_enum_encoder_types(size_t idx, const char **id);
  362. /** Enumerates all available service types. */
  363. EXPORT bool obs_enum_service_types(size_t idx, const char **id);
  364. /** Helper function for entering the OBS graphics context */
  365. EXPORT void obs_enter_graphics(void);
  366. /** Helper function for leaving the OBS graphics context */
  367. EXPORT void obs_leave_graphics(void);
  368. /** Gets the main audio output handler for this OBS context */
  369. EXPORT audio_t *obs_get_audio(void);
  370. /** Gets the main video output handler for this OBS context */
  371. EXPORT video_t *obs_get_video(void);
  372. /**
  373. * Adds a source to the user source list and increments the reference counter
  374. * for that source.
  375. *
  376. * The user source list is the list of sources that are accessible by a user.
  377. * Typically when a transition is active, it is not meant to be accessible by
  378. * users, so there's no reason for a user to see such a source.
  379. */
  380. EXPORT bool obs_add_source(obs_source_t *source);
  381. /** Sets the primary output source for a channel. */
  382. EXPORT void obs_set_output_source(uint32_t channel, obs_source_t *source);
  383. /**
  384. * Gets the primary output source for a channel and increments the reference
  385. * counter for that source. Use obs_source_release to release.
  386. */
  387. EXPORT obs_source_t *obs_get_output_source(uint32_t channel);
  388. /**
  389. * Enumerates user sources
  390. *
  391. * Callback function returns true to continue enumeration, or false to end
  392. * enumeration.
  393. *
  394. * Use obs_source_get_ref or obs_source_get_weak_source if you want to retain
  395. * a reference after obs_enum_sources finishes
  396. */
  397. EXPORT void obs_enum_sources(bool (*enum_proc)(void*, obs_source_t*),
  398. void *param);
  399. /** Enumerates outputs */
  400. EXPORT void obs_enum_outputs(bool (*enum_proc)(void*, obs_output_t*),
  401. void *param);
  402. /** Enumerates encoders */
  403. EXPORT void obs_enum_encoders(bool (*enum_proc)(void*, obs_encoder_t*),
  404. void *param);
  405. /** Enumerates encoders */
  406. EXPORT void obs_enum_services(bool (*enum_proc)(void*, obs_service_t*),
  407. void *param);
  408. /**
  409. * Gets a source by its name.
  410. *
  411. * Increments the source reference counter, use obs_source_release to
  412. * release it when complete.
  413. */
  414. EXPORT obs_source_t *obs_get_source_by_name(const char *name);
  415. /** Gets an output by its name. */
  416. EXPORT obs_output_t *obs_get_output_by_name(const char *name);
  417. /** Gets an encoder by its name. */
  418. EXPORT obs_encoder_t *obs_get_encoder_by_name(const char *name);
  419. /** Gets an service by its name. */
  420. EXPORT obs_service_t *obs_get_service_by_name(const char *name);
  421. /** Returns the default effect for generic RGB/YUV drawing */
  422. EXPORT gs_effect_t *obs_get_default_effect(void);
  423. /** Returns the default effect for generic RGB/YUV drawing using texture_rect */
  424. EXPORT gs_effect_t *obs_get_default_rect_effect(void);
  425. /** Returns the default effect for generic RGB/YUV drawing (alpha set to 1) */
  426. EXPORT gs_effect_t *obs_get_opaque_effect(void);
  427. /** Returns the solid effect for drawing solid colors */
  428. EXPORT gs_effect_t *obs_get_solid_effect(void);
  429. /** Returns the bicubic scaling effect */
  430. EXPORT gs_effect_t *obs_get_bicubic_effect(void);
  431. /** Returns the lanczos scaling effect */
  432. EXPORT gs_effect_t *obs_get_lanczos_effect(void);
  433. /** Returns the bilinear lowres scaling effect */
  434. EXPORT gs_effect_t *obs_get_bilinear_lowres_effect(void);
  435. /** Returns the primary obs signal handler */
  436. EXPORT signal_handler_t *obs_get_signal_handler(void);
  437. /** Returns the primary obs procedure handler */
  438. EXPORT proc_handler_t *obs_get_proc_handler(void);
  439. /** Renders the main view */
  440. EXPORT void obs_render_main_view(void);
  441. /** Sets the master user volume */
  442. EXPORT void obs_set_master_volume(float volume);
  443. /** Sets the master presentation volume */
  444. EXPORT void obs_set_present_volume(float volume);
  445. /** Gets the master user volume */
  446. EXPORT float obs_get_master_volume(void);
  447. /** Gets the master presentation volume */
  448. EXPORT float obs_get_present_volume(void);
  449. /** Saves a source to settings data */
  450. EXPORT obs_data_t *obs_save_source(obs_source_t *source);
  451. /** Loads a source from settings data */
  452. EXPORT obs_source_t *obs_load_source(obs_data_t *data);
  453. /** Loads sources from a data array */
  454. EXPORT void obs_load_sources(obs_data_array_t *array);
  455. /** Saves sources to a data array */
  456. EXPORT obs_data_array_t *obs_save_sources(void);
  457. /* ------------------------------------------------------------------------- */
  458. /* View context */
  459. /**
  460. * Creates a view context.
  461. *
  462. * A view can be used for things like separate previews, or drawing
  463. * sources separately.
  464. */
  465. EXPORT obs_view_t *obs_view_create(void);
  466. /** Destroys this view context */
  467. EXPORT void obs_view_destroy(obs_view_t *view);
  468. /** Sets the source to be used for this view context. */
  469. EXPORT void obs_view_set_source(obs_view_t *view, uint32_t channel,
  470. obs_source_t *source);
  471. /** Gets the source currently in use for this view context */
  472. EXPORT obs_source_t *obs_view_get_source(obs_view_t *view,
  473. uint32_t channel);
  474. /** Renders the sources of this view context */
  475. EXPORT void obs_view_render(obs_view_t *view);
  476. /* ------------------------------------------------------------------------- */
  477. /* Display context */
  478. /**
  479. * Adds a new window display linked to the main render pipeline. This creates
  480. * a new swap chain which updates every frame.
  481. *
  482. * @param graphics_data The swap chain initialization data.
  483. * @return The new display context, or NULL if failed.
  484. */
  485. EXPORT obs_display_t *obs_display_create(
  486. const struct gs_init_data *graphics_data);
  487. /** Destroys a display context */
  488. EXPORT void obs_display_destroy(obs_display_t *display);
  489. /** Changes the size of this display */
  490. EXPORT void obs_display_resize(obs_display_t *display, uint32_t cx,
  491. uint32_t cy);
  492. /**
  493. * Adds a draw callback for this display context
  494. *
  495. * @param display The display context.
  496. * @param draw The draw callback which is called each time a frame
  497. * updates.
  498. * @param param The user data to be associated with this draw callback.
  499. */
  500. EXPORT void obs_display_add_draw_callback(obs_display_t *display,
  501. void (*draw)(void *param, uint32_t cx, uint32_t cy),
  502. void *param);
  503. /** Removes a draw callback for this display context */
  504. EXPORT void obs_display_remove_draw_callback(obs_display_t *display,
  505. void (*draw)(void *param, uint32_t cx, uint32_t cy),
  506. void *param);
  507. EXPORT void obs_display_set_enabled(obs_display_t *display, bool enable);
  508. EXPORT bool obs_display_enabled(obs_display_t *display);
  509. EXPORT void obs_display_set_background_color(obs_display_t *display,
  510. uint32_t color);
  511. /* ------------------------------------------------------------------------- */
  512. /* Sources */
  513. /** Returns the translated display name of a source */
  514. EXPORT const char *obs_source_get_display_name(enum obs_source_type type,
  515. const char *id);
  516. /**
  517. * Creates a source of the specified type with the specified settings.
  518. *
  519. * The "source" context is used for anything related to presenting
  520. * or modifying video/audio. Use obs_source_release to release it.
  521. */
  522. EXPORT obs_source_t *obs_source_create(enum obs_source_type type,
  523. const char *id, const char *name, obs_data_t *settings,
  524. obs_data_t *hotkey_data);
  525. /**
  526. * Adds/releases a reference to a source. When the last reference is
  527. * released, the source is destroyed.
  528. */
  529. EXPORT void obs_source_addref(obs_source_t *source);
  530. EXPORT void obs_source_release(obs_source_t *source);
  531. EXPORT void obs_weak_source_addref(obs_weak_source_t *weak);
  532. EXPORT void obs_weak_source_release(obs_weak_source_t *weak);
  533. EXPORT obs_source_t *obs_source_get_ref(obs_source_t *source);
  534. EXPORT obs_weak_source_t *obs_source_get_weak_source(obs_source_t *source);
  535. EXPORT obs_source_t *obs_weak_source_get_source(obs_weak_source_t *weak);
  536. EXPORT bool obs_weak_source_references_source(obs_weak_source_t *weak,
  537. obs_source_t *source);
  538. /** Notifies all references that the source should be released */
  539. EXPORT void obs_source_remove(obs_source_t *source);
  540. /** Returns true if the source should be released */
  541. EXPORT bool obs_source_removed(const obs_source_t *source);
  542. /** Returns capability flags of a source */
  543. EXPORT uint32_t obs_source_get_output_flags(const obs_source_t *source);
  544. /** Returns capability flags of a source type */
  545. EXPORT uint32_t obs_get_source_output_flags(enum obs_source_type type,
  546. const char *id);
  547. /** Gets the default settings for a source type */
  548. EXPORT obs_data_t *obs_get_source_defaults(enum obs_source_type type,
  549. const char *id);
  550. /** Returns the property list, if any. Free with obs_properties_destroy */
  551. EXPORT obs_properties_t *obs_get_source_properties(enum obs_source_type type,
  552. const char *id);
  553. /**
  554. * Returns the properties list for a specific existing source. Free with
  555. * obs_properties_destroy
  556. */
  557. EXPORT obs_properties_t *obs_source_properties(const obs_source_t *source);
  558. /** Updates settings for this source */
  559. EXPORT void obs_source_update(obs_source_t *source, obs_data_t *settings);
  560. /** Renders a video source. */
  561. EXPORT void obs_source_video_render(obs_source_t *source);
  562. /** Gets the width of a source (if it has video) */
  563. EXPORT uint32_t obs_source_get_width(obs_source_t *source);
  564. /** Gets the height of a source (if it has video) */
  565. EXPORT uint32_t obs_source_get_height(obs_source_t *source);
  566. /**
  567. * If the source is a filter, returns the parent source of the filter. Only
  568. * guaranteed to be valid inside of the video_render, filter_audio,
  569. * filter_video, and filter_remove callbacks.
  570. */
  571. EXPORT obs_source_t *obs_filter_get_parent(const obs_source_t *filter);
  572. /**
  573. * If the source is a filter, returns the target source of the filter. Only
  574. * guaranteed to be valid inside of the video_render, filter_audio,
  575. * filter_video, and filter_remove callbacks.
  576. */
  577. EXPORT obs_source_t *obs_filter_get_target(const obs_source_t *filter);
  578. /** Adds a filter to the source (which is used whenever the source is used) */
  579. EXPORT void obs_source_filter_add(obs_source_t *source, obs_source_t *filter);
  580. /** Removes a filter from the source */
  581. EXPORT void obs_source_filter_remove(obs_source_t *source,
  582. obs_source_t *filter);
  583. /** Modifies the order of a specific filter */
  584. EXPORT void obs_source_filter_set_order(obs_source_t *source,
  585. obs_source_t *filter, enum obs_order_movement movement);
  586. /** Gets the settings string for a source */
  587. EXPORT obs_data_t *obs_source_get_settings(const obs_source_t *source);
  588. /** Gets the name of a source */
  589. EXPORT const char *obs_source_get_name(const obs_source_t *source);
  590. /** Sets the name of a source */
  591. EXPORT void obs_source_set_name(obs_source_t *source, const char *name);
  592. /** Gets the source type */
  593. EXPORT enum obs_source_type obs_source_get_type(const obs_source_t *source);
  594. /** Gets the source identifier */
  595. EXPORT const char *obs_source_get_id(const obs_source_t *source);
  596. /** Returns the signal handler for a source */
  597. EXPORT signal_handler_t *obs_source_get_signal_handler(
  598. const obs_source_t *source);
  599. /** Returns the procedure handler for a source */
  600. EXPORT proc_handler_t *obs_source_get_proc_handler(const obs_source_t *source);
  601. /** Sets the user volume for a source that has audio output */
  602. EXPORT void obs_source_set_volume(obs_source_t *source, float volume);
  603. /** Sets the presentation volume for a source */
  604. EXPORT void obs_source_set_present_volume(obs_source_t *source, float volume);
  605. /** Gets the user volume for a source that has audio output */
  606. EXPORT float obs_source_get_volume(const obs_source_t *source);
  607. /** Gets the presentation volume for a source */
  608. EXPORT float obs_source_get_present_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 child sources used by this source */
  614. EXPORT void obs_source_enum_sources(obs_source_t *source,
  615. obs_source_enum_proc_t enum_callback,
  616. void *param);
  617. /** Enumerates the entire child source tree used by this source */
  618. EXPORT void obs_source_enum_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. /**
  628. * Sometimes sources need to be told when to save their settings so they
  629. * don't have to constantly update and keep track of their settings. This will
  630. * call the source's 'save' callback if any, which will save its current
  631. * data to its settings.
  632. */
  633. EXPORT void obs_source_save(obs_source_t *source);
  634. /**
  635. * Sometimes sources need to be told when they are loading their settings
  636. * from prior saved data. This is different from a source 'update' in that
  637. * it's meant to be used after the source has been created and loaded from
  638. * somewhere (such as a saved file).
  639. */
  640. EXPORT void obs_source_load(obs_source_t *source);
  641. /** Specifies that async video frames should be played as soon as possible */
  642. #define OBS_SOURCE_FLAG_UNBUFFERED (1<<0)
  643. /** Specifies to force audio to mono */
  644. #define OBS_SOURCE_FLAG_FORCE_MONO (1<<1)
  645. /**
  646. * Sets source flags. Note that these are different from the main output
  647. * flags. These are generally things that can be set by the source or user,
  648. * while the output flags are more used to determine capabilities of a source.
  649. */
  650. EXPORT void obs_source_set_flags(obs_source_t *source, uint32_t flags);
  651. /** Gets source flags. */
  652. EXPORT uint32_t obs_source_get_flags(const obs_source_t *source);
  653. /**
  654. * Sets audio mixer flags. These flags are used to specify which mixers
  655. * the source's audio should be applied to.
  656. */
  657. EXPORT void obs_source_set_audio_mixers(obs_source_t *source, uint32_t mixers);
  658. /** Gets audio mixer flags */
  659. EXPORT uint32_t obs_source_get_audio_mixers(const obs_source_t *source);
  660. /**
  661. * Increments the 'showing' reference counter to indicate that the source is
  662. * being shown somewhere. If the reference counter was 0, will call the 'show'
  663. * callback.
  664. */
  665. EXPORT void obs_source_inc_showing(obs_source_t *source);
  666. /**
  667. * Decrements the 'showing' reference counter to indicate that the source is
  668. * no longer being shown somewhere. If the reference counter is set to 0,
  669. * will call the 'hide' callback
  670. */
  671. EXPORT void obs_source_dec_showing(obs_source_t *source);
  672. /** Enumerates filters assigned to the source */
  673. EXPORT void obs_source_enum_filters(obs_source_t *source,
  674. obs_source_enum_proc_t callback, void *param);
  675. /** Gets a filter of a source by its display name. */
  676. EXPORT obs_source_t *obs_source_get_filter_by_name(obs_source_t *source,
  677. const char *name);
  678. EXPORT bool obs_source_enabled(const obs_source_t *source);
  679. EXPORT void obs_source_set_enabled(obs_source_t *source, bool enabled);
  680. EXPORT bool obs_source_muted(const obs_source_t *source);
  681. EXPORT void obs_source_set_muted(obs_source_t *source, bool muted);
  682. EXPORT bool obs_source_push_to_mute_enabled(obs_source_t *source);
  683. EXPORT void obs_source_enable_push_to_mute(obs_source_t *source, bool enabled);
  684. EXPORT uint64_t obs_source_get_push_to_mute_delay(obs_source_t *source);
  685. EXPORT void obs_source_set_push_to_mute_delay(obs_source_t *source,
  686. uint64_t delay);
  687. EXPORT bool obs_source_push_to_talk_enabled(obs_source_t *source);
  688. EXPORT void obs_source_enable_push_to_talk(obs_source_t *source, bool enabled);
  689. EXPORT uint64_t obs_source_get_push_to_talk_delay(obs_source_t *source);
  690. EXPORT void obs_source_set_push_to_talk_delay(obs_source_t *source,
  691. uint64_t delay);
  692. /* ------------------------------------------------------------------------- */
  693. /* Functions used by sources */
  694. /**
  695. * Helper function to set the color matrix information when drawing the source.
  696. *
  697. * @param color_matrix The color matrix. Assigns to the 'color_matrix'
  698. * effect variable.
  699. * @param color_range_min The minimum color range. Assigns to the
  700. * 'color_range_min' effect variable. If NULL,
  701. * {0.0f, 0.0f, 0.0f} is used.
  702. * @param color_range_max The maximum color range. Assigns to the
  703. * 'color_range_max' effect variable. If NULL,
  704. * {1.0f, 1.0f, 1.0f} is used.
  705. */
  706. EXPORT void obs_source_draw_set_color_matrix(
  707. const struct matrix4 *color_matrix,
  708. const struct vec3 *color_range_min,
  709. const struct vec3 *color_range_max);
  710. /**
  711. * Helper function to draw sprites for a source (synchronous video).
  712. *
  713. * @param image The sprite texture to draw. Assigns to the 'image' variable
  714. * of the current effect.
  715. * @param x X position of the sprite.
  716. * @param y Y position of the sprite.
  717. * @param cx Width of the sprite. If 0, uses the texture width.
  718. * @param cy Height of the sprite. If 0, uses the texture height.
  719. * @param flip Specifies whether to flip the image vertically.
  720. */
  721. EXPORT void obs_source_draw(gs_texture_t *image, int x, int y,
  722. uint32_t cx, uint32_t cy, bool flip);
  723. /** Outputs asynchronous video data. Set to NULL to deactivate the texture */
  724. EXPORT void obs_source_output_video(obs_source_t *source,
  725. const struct obs_source_frame *frame);
  726. /** Outputs audio data (always asynchronous) */
  727. EXPORT void obs_source_output_audio(obs_source_t *source,
  728. const struct obs_source_audio *audio);
  729. /** Signal an update to any currently used properties via 'update_properties' */
  730. EXPORT void obs_source_update_properties(obs_source_t *source);
  731. /** Gets the current async video frame */
  732. EXPORT struct obs_source_frame *obs_source_get_frame(obs_source_t *source);
  733. /** Releases the current async video frame */
  734. EXPORT void obs_source_release_frame(obs_source_t *source,
  735. struct obs_source_frame *frame);
  736. /**
  737. * Default RGB filter handler for generic effect filters. Processes the
  738. * filter chain and renders them to texture if needed, then the filter is
  739. * drawn with
  740. *
  741. * After calling this, set your parameters for the effect, then call
  742. * obs_source_process_filter_end to draw the filter.
  743. */
  744. EXPORT void obs_source_process_filter_begin(obs_source_t *filter,
  745. enum gs_color_format format,
  746. enum obs_allow_direct_render allow_direct);
  747. /**
  748. * Draws the filter.
  749. *
  750. * Before calling this function, first call obs_source_process_filter_begin and
  751. * then set the effect parameters, and then call this function to finalize the
  752. * filter.
  753. */
  754. EXPORT void obs_source_process_filter_end(obs_source_t *filter,
  755. gs_effect_t *effect, uint32_t width, uint32_t height);
  756. /** Skips the filter if the filter is invalid and cannot be rendered */
  757. EXPORT void obs_source_skip_video_filter(obs_source_t *filter);
  758. /**
  759. * Adds a child source. Must be called by parent sources on child sources
  760. * when the child is added. This ensures that the source is properly activated
  761. * if the parent is active.
  762. *
  763. * @returns true if source can be added, false if it causes recursion
  764. */
  765. EXPORT bool obs_source_add_child(obs_source_t *parent, obs_source_t *child);
  766. /**
  767. * Removes a child source. Must be called by parent sources on child sources
  768. * when the child is removed. This ensures that the source is properly
  769. * deactivated if the parent is active.
  770. */
  771. EXPORT void obs_source_remove_child(obs_source_t *parent, obs_source_t *child);
  772. /** Sends a mouse down/up event to a source */
  773. EXPORT void obs_source_send_mouse_click(obs_source_t *source,
  774. const struct obs_mouse_event *event,
  775. int32_t type, bool mouse_up,
  776. uint32_t click_count);
  777. /** Sends a mouse move event to a source. */
  778. EXPORT void obs_source_send_mouse_move(obs_source_t *source,
  779. const struct obs_mouse_event *event, bool mouse_leave);
  780. /** Sends a mouse wheel event to a source */
  781. EXPORT void obs_source_send_mouse_wheel(obs_source_t *source,
  782. const struct obs_mouse_event *event, int x_delta, int y_delta);
  783. /** Sends a got-focus or lost-focus event to a source */
  784. EXPORT void obs_source_send_focus(obs_source_t *source, bool focus);
  785. /** Sends a key up/down event to a source */
  786. EXPORT void obs_source_send_key_click(obs_source_t *source,
  787. const struct obs_key_event *event, bool key_up);
  788. /** Sets the default source flags. */
  789. EXPORT void obs_source_set_default_flags(obs_source_t *source, uint32_t flags);
  790. /** Gets the base width for a source (not taking in to account filtering) */
  791. EXPORT uint32_t obs_source_get_base_width(obs_source_t *source);
  792. /** Gets the base height for a source (not taking in to account filtering) */
  793. EXPORT uint32_t obs_source_get_base_height(obs_source_t *source);
  794. /* ------------------------------------------------------------------------- */
  795. /* Scenes */
  796. /**
  797. * Creates a scene.
  798. *
  799. * A scene is a source which is a container of other sources with specific
  800. * display oriantations. Scenes can also be used like any other source.
  801. */
  802. EXPORT obs_scene_t *obs_scene_create(const char *name);
  803. EXPORT void obs_scene_addref(obs_scene_t *scene);
  804. EXPORT void obs_scene_release(obs_scene_t *scene);
  805. /** Gets the scene's source context */
  806. EXPORT obs_source_t *obs_scene_get_source(const obs_scene_t *scene);
  807. /** Gets the scene from its source, or NULL if not a scene */
  808. EXPORT obs_scene_t *obs_scene_from_source(const obs_source_t *source);
  809. /** Determines whether a source is within a scene */
  810. EXPORT obs_sceneitem_t *obs_scene_find_source(obs_scene_t *scene,
  811. const char *name);
  812. /** Enumerates sources within a scene */
  813. EXPORT void obs_scene_enum_items(obs_scene_t *scene,
  814. bool (*callback)(obs_scene_t*, obs_sceneitem_t*, void*),
  815. void *param);
  816. EXPORT bool obs_scene_reorder_items(obs_scene_t *scene,
  817. obs_sceneitem_t * const *item_order, size_t item_order_size);
  818. /** Adds/creates a new scene item for a source */
  819. EXPORT obs_sceneitem_t *obs_scene_add(obs_scene_t *scene, obs_source_t *source);
  820. typedef void (*obs_scene_atomic_update_func)(void *, obs_scene_t *scene);
  821. EXPORT void obs_scene_atomic_update(obs_scene_t *scene,
  822. obs_scene_atomic_update_func func, void *data);
  823. EXPORT void obs_sceneitem_addref(obs_sceneitem_t *item);
  824. EXPORT void obs_sceneitem_release(obs_sceneitem_t *item);
  825. /** Removes a scene item. */
  826. EXPORT void obs_sceneitem_remove(obs_sceneitem_t *item);
  827. /** Gets the scene parent associated with the scene item. */
  828. EXPORT obs_scene_t *obs_sceneitem_get_scene(const obs_sceneitem_t *item);
  829. /** Gets the source of a scene item. */
  830. EXPORT obs_source_t *obs_sceneitem_get_source(const obs_sceneitem_t *item);
  831. EXPORT void obs_sceneitem_select(obs_sceneitem_t *item, bool select);
  832. EXPORT bool obs_sceneitem_selected(const obs_sceneitem_t *item);
  833. /* Functions for gettings/setting specific orientation of a scene item */
  834. EXPORT void obs_sceneitem_set_pos(obs_sceneitem_t *item, const struct vec2 *pos);
  835. EXPORT void obs_sceneitem_set_rot(obs_sceneitem_t *item, float rot_deg);
  836. EXPORT void obs_sceneitem_set_scale(obs_sceneitem_t *item,
  837. const struct vec2 *scale);
  838. EXPORT void obs_sceneitem_set_alignment(obs_sceneitem_t *item,
  839. uint32_t alignment);
  840. EXPORT void obs_sceneitem_set_order(obs_sceneitem_t *item,
  841. enum obs_order_movement movement);
  842. EXPORT void obs_sceneitem_set_order_position(obs_sceneitem_t *item,
  843. int position);
  844. EXPORT void obs_sceneitem_set_bounds_type(obs_sceneitem_t *item,
  845. enum obs_bounds_type type);
  846. EXPORT void obs_sceneitem_set_bounds_alignment(obs_sceneitem_t *item,
  847. uint32_t alignment);
  848. EXPORT void obs_sceneitem_set_bounds(obs_sceneitem_t *item,
  849. const struct vec2 *bounds);
  850. EXPORT void obs_sceneitem_get_pos(const obs_sceneitem_t *item,
  851. struct vec2 *pos);
  852. EXPORT float obs_sceneitem_get_rot(const obs_sceneitem_t *item);
  853. EXPORT void obs_sceneitem_get_scale(const obs_sceneitem_t *item,
  854. struct vec2 *scale);
  855. EXPORT uint32_t obs_sceneitem_get_alignment(const obs_sceneitem_t *item);
  856. EXPORT enum obs_bounds_type obs_sceneitem_get_bounds_type(
  857. const obs_sceneitem_t *item);
  858. EXPORT uint32_t obs_sceneitem_get_bounds_alignment(const obs_sceneitem_t *item);
  859. EXPORT void obs_sceneitem_get_bounds(const obs_sceneitem_t *item,
  860. struct vec2 *bounds);
  861. EXPORT void obs_sceneitem_get_info(const obs_sceneitem_t *item,
  862. struct obs_transform_info *info);
  863. EXPORT void obs_sceneitem_set_info(obs_sceneitem_t *item,
  864. const struct obs_transform_info *info);
  865. EXPORT void obs_sceneitem_get_draw_transform(const obs_sceneitem_t *item,
  866. struct matrix4 *transform);
  867. EXPORT void obs_sceneitem_get_box_transform(const obs_sceneitem_t *item,
  868. struct matrix4 *transform);
  869. EXPORT bool obs_sceneitem_visible(const obs_sceneitem_t *item);
  870. EXPORT void obs_sceneitem_set_visible(obs_sceneitem_t *item, bool visible);
  871. /* ------------------------------------------------------------------------- */
  872. /* Outputs */
  873. EXPORT const char *obs_output_get_display_name(const char *id);
  874. /**
  875. * Creates an output.
  876. *
  877. * Outputs allow outputting to file, outputting to network, outputting to
  878. * directshow, or other custom outputs.
  879. */
  880. EXPORT obs_output_t *obs_output_create(const char *id, const char *name,
  881. obs_data_t *settings, obs_data_t *hotkey_data);
  882. /**
  883. * Adds/releases a reference to an output. When the last reference is
  884. * released, the output is destroyed.
  885. */
  886. EXPORT void obs_output_addref(obs_output_t *output);
  887. EXPORT void obs_output_release(obs_output_t *output);
  888. EXPORT void obs_weak_output_addref(obs_weak_output_t *weak);
  889. EXPORT void obs_weak_output_release(obs_weak_output_t *weak);
  890. EXPORT obs_output_t *obs_output_get_ref(obs_output_t *output);
  891. EXPORT obs_weak_output_t *obs_output_get_weak_output(obs_output_t *output);
  892. EXPORT obs_output_t *obs_weak_output_get_output(obs_weak_output_t *weak);
  893. EXPORT bool obs_weak_output_references_output(obs_weak_output_t *weak,
  894. obs_output_t *output);
  895. EXPORT const char *obs_output_get_name(const obs_output_t *output);
  896. /** Starts the output. */
  897. EXPORT bool obs_output_start(obs_output_t *output);
  898. /** Stops the output. */
  899. EXPORT void obs_output_stop(obs_output_t *output);
  900. /** Returns whether the output is active */
  901. EXPORT bool obs_output_active(const obs_output_t *output);
  902. /** Gets the default settings for an output type */
  903. EXPORT obs_data_t *obs_output_defaults(const char *id);
  904. /** Returns the property list, if any. Free with obs_properties_destroy */
  905. EXPORT obs_properties_t *obs_get_output_properties(const char *id);
  906. /**
  907. * Returns the property list of an existing output, if any. Free with
  908. * obs_properties_destroy
  909. */
  910. EXPORT obs_properties_t *obs_output_properties(const obs_output_t *output);
  911. /** Updates the settings for this output context */
  912. EXPORT void obs_output_update(obs_output_t *output, obs_data_t *settings);
  913. /** Specifies whether the output can be paused */
  914. EXPORT bool obs_output_canpause(const obs_output_t *output);
  915. /** Pauses the output (if the functionality is allowed by the output */
  916. EXPORT void obs_output_pause(obs_output_t *output);
  917. /* Gets the current output settings string */
  918. EXPORT obs_data_t *obs_output_get_settings(const obs_output_t *output);
  919. /** Returns the signal handler for an output */
  920. EXPORT signal_handler_t *obs_output_get_signal_handler(
  921. const obs_output_t *output);
  922. /** Returns the procedure handler for an output */
  923. EXPORT proc_handler_t *obs_output_get_proc_handler(const obs_output_t *output);
  924. /**
  925. * Sets the current video media context associated with this output,
  926. * required for non-encoded outputs
  927. */
  928. EXPORT void obs_output_set_video(obs_output_t *output, video_t *video);
  929. /**
  930. * Sets the current audio/video media contexts associated with this output,
  931. * required for non-encoded outputs. Can be null.
  932. */
  933. EXPORT void obs_output_set_media(obs_output_t *output,
  934. video_t *video, audio_t *audio);
  935. /** Returns the video media context associated with this output */
  936. EXPORT video_t *obs_output_video(const obs_output_t *output);
  937. /** Returns the audio media context associated with this output */
  938. EXPORT audio_t *obs_output_audio(const obs_output_t *output);
  939. /** Sets the current audio mixer for non-encoded outputs */
  940. EXPORT void obs_output_set_mixer(obs_output_t *output, size_t mixer_idx);
  941. /** Gets the current audio mixer for non-encoded outputs */
  942. EXPORT size_t obs_output_get_mixer(const obs_output_t *output);
  943. /**
  944. * Sets the current video encoder associated with this output,
  945. * required for encoded outputs
  946. */
  947. EXPORT void obs_output_set_video_encoder(obs_output_t *output,
  948. obs_encoder_t *encoder);
  949. /**
  950. * Sets the current audio encoder associated with this output,
  951. * required for encoded outputs.
  952. *
  953. * The idx parameter specifies the audio encoder index to set the encoder to.
  954. * Only used with outputs that have multiple audio outputs (RTMP typically),
  955. * otherwise the parameter is ignored.
  956. */
  957. EXPORT void obs_output_set_audio_encoder(obs_output_t *output,
  958. obs_encoder_t *encoder, size_t idx);
  959. /** Returns the current video encoder associated with this output */
  960. EXPORT obs_encoder_t *obs_output_get_video_encoder(const obs_output_t *output);
  961. /**
  962. * Returns the current audio encoder associated with this output
  963. *
  964. * The idx parameter specifies the audio encoder index. Only used with
  965. * outputs that have multiple audio outputs, otherwise the parameter is
  966. * ignored.
  967. */
  968. EXPORT obs_encoder_t *obs_output_get_audio_encoder(const obs_output_t *output,
  969. size_t idx);
  970. /** Sets the current service associated with this output. */
  971. EXPORT void obs_output_set_service(obs_output_t *output,
  972. obs_service_t *service);
  973. /** Gets the current service associated with this output. */
  974. EXPORT obs_service_t *obs_output_get_service(const obs_output_t *output);
  975. /**
  976. * Sets the reconnect settings. Set retry_count to 0 to disable reconnecting.
  977. */
  978. EXPORT void obs_output_set_reconnect_settings(obs_output_t *output,
  979. int retry_count, int retry_sec);
  980. EXPORT uint64_t obs_output_get_total_bytes(const obs_output_t *output);
  981. EXPORT int obs_output_get_frames_dropped(const obs_output_t *output);
  982. EXPORT int obs_output_get_total_frames(const obs_output_t *output);
  983. /**
  984. * Sets the preferred scaled resolution for this output. Set width and height
  985. * to 0 to disable scaling.
  986. *
  987. * If this output uses an encoder, it will call obs_encoder_set_scaled_size on
  988. * the encoder before the stream is started. If the encoder is already active,
  989. * then this function will trigger a warning and do nothing.
  990. */
  991. EXPORT void obs_output_set_preferred_size(obs_output_t *output, uint32_t width,
  992. uint32_t height);
  993. /** For video outputs, returns the width of the encoded image */
  994. EXPORT uint32_t obs_output_get_width(const obs_output_t *output);
  995. /** For video outputs, returns the height of the encoded image */
  996. EXPORT uint32_t obs_output_get_height(const obs_output_t *output);
  997. /* ------------------------------------------------------------------------- */
  998. /* Functions used by outputs */
  999. /** Optionally sets the video conversion info. Used only for raw output */
  1000. EXPORT void obs_output_set_video_conversion(obs_output_t *output,
  1001. const struct video_scale_info *conversion);
  1002. /** Optionally sets the audio conversion info. Used only for raw output */
  1003. EXPORT void obs_output_set_audio_conversion(obs_output_t *output,
  1004. const struct audio_convert_info *conversion);
  1005. /** Returns whether data capture can begin with the specified flags */
  1006. EXPORT bool obs_output_can_begin_data_capture(const obs_output_t *output,
  1007. uint32_t flags);
  1008. /** Initializes encoders (if any) */
  1009. EXPORT bool obs_output_initialize_encoders(obs_output_t *output,
  1010. uint32_t flags);
  1011. /**
  1012. * Begins data capture from media/encoders.
  1013. *
  1014. * @param output Output context
  1015. * @param flags Set this to 0 to use default output flags set in the
  1016. * obs_output_info structure, otherwise set to a either
  1017. * OBS_OUTPUT_VIDEO or OBS_OUTPUT_AUDIO to specify whether to
  1018. * connect audio or video. This is useful for things like
  1019. * ffmpeg which may or may not always want to use both audio
  1020. * and video.
  1021. * @return true if successful, false otherwise.
  1022. */
  1023. EXPORT bool obs_output_begin_data_capture(obs_output_t *output, uint32_t flags);
  1024. /** Ends data capture from media/encoders */
  1025. EXPORT void obs_output_end_data_capture(obs_output_t *output);
  1026. /**
  1027. * Signals that the output has stopped itself.
  1028. *
  1029. * @param output Output context
  1030. * @param code Error code (or OBS_OUTPUT_SUCCESS if not an error)
  1031. */
  1032. EXPORT void obs_output_signal_stop(obs_output_t *output, int code);
  1033. /* ------------------------------------------------------------------------- */
  1034. /* Encoders */
  1035. EXPORT const char *obs_encoder_get_display_name(const char *id);
  1036. /**
  1037. * Creates a video encoder context
  1038. *
  1039. * @param id Video encoder ID
  1040. * @param name Name to assign to this context
  1041. * @param settings Settings
  1042. * @return The video encoder context, or NULL if failed or not found.
  1043. */
  1044. EXPORT obs_encoder_t *obs_video_encoder_create(const char *id, const char *name,
  1045. obs_data_t *settings, obs_data_t *hotkey_data);
  1046. /**
  1047. * Creates an audio encoder context
  1048. *
  1049. * @param id Audio Encoder ID
  1050. * @param name Name to assign to this context
  1051. * @param settings Settings
  1052. * @param mixer_idx Index of the mixer to use for this audio encoder
  1053. * @return The video encoder context, or NULL if failed or not found.
  1054. */
  1055. EXPORT obs_encoder_t *obs_audio_encoder_create(const char *id, const char *name,
  1056. obs_data_t *settings, size_t mixer_idx,
  1057. obs_data_t *hotkey_data);
  1058. /**
  1059. * Adds/releases a reference to an encoder. When the last reference is
  1060. * released, the encoder is destroyed.
  1061. */
  1062. EXPORT void obs_encoder_addref(obs_encoder_t *encoder);
  1063. EXPORT void obs_encoder_release(obs_encoder_t *encoder);
  1064. EXPORT void obs_weak_encoder_addref(obs_weak_encoder_t *weak);
  1065. EXPORT void obs_weak_encoder_release(obs_weak_encoder_t *weak);
  1066. EXPORT obs_encoder_t *obs_encoder_get_ref(obs_encoder_t *encoder);
  1067. EXPORT obs_weak_encoder_t *obs_encoder_get_weak_encoder(obs_encoder_t *encoder);
  1068. EXPORT obs_encoder_t *obs_weak_encoder_get_encoder(obs_weak_encoder_t *weak);
  1069. EXPORT bool obs_weak_encoder_references_encoder(obs_weak_encoder_t *weak,
  1070. obs_encoder_t *encoder);
  1071. EXPORT void obs_encoder_set_name(obs_encoder_t *encoder, const char *name);
  1072. EXPORT const char *obs_encoder_get_name(const obs_encoder_t *encoder);
  1073. /** Returns the codec of an encoder by the id */
  1074. EXPORT const char *obs_get_encoder_codec(const char *id);
  1075. /** Returns the type of an encoder by the id */
  1076. EXPORT enum obs_encoder_type obs_get_encoder_type(const char *id);
  1077. /** Returns the codec of the encoder */
  1078. EXPORT const char *obs_encoder_get_codec(const obs_encoder_t *encoder);
  1079. /** Returns the type of an encoder */
  1080. EXPORT enum obs_encoder_type obs_encoder_get_type(const obs_encoder_t *encoder);
  1081. /**
  1082. * Sets the scaled resolution for a video encoder. Set width and height to 0
  1083. * to disable scaling. If the encoder is active, this function will trigger
  1084. * a warning, and do nothing.
  1085. */
  1086. EXPORT void obs_encoder_set_scaled_size(obs_encoder_t *encoder, uint32_t width,
  1087. uint32_t height);
  1088. /** For video encoders, returns the width of the encoded image */
  1089. EXPORT uint32_t obs_encoder_get_width(const obs_encoder_t *encoder);
  1090. /** For video encoders, returns the height of the encoded image */
  1091. EXPORT uint32_t obs_encoder_get_height(const obs_encoder_t *encoder);
  1092. /** For audio encoders, returns the sample rate of the audio */
  1093. EXPORT uint32_t obs_encoder_get_sample_rate(const obs_encoder_t *encoder);
  1094. /**
  1095. * Sets the preferred video format for a video encoder. If the encoder can use
  1096. * the format specified, it will force a conversion to that format if the
  1097. * obs output format does not match the preferred format.
  1098. *
  1099. * If the format is set to VIDEO_FORMAT_NONE, will revert to the default
  1100. * functionality of converting only when absolutely necessary.
  1101. */
  1102. EXPORT void obs_encoder_set_preferred_video_format(obs_encoder_t *encoder,
  1103. enum video_format format);
  1104. EXPORT enum video_format obs_encoder_get_preferred_video_format(
  1105. const obs_encoder_t *encoder);
  1106. /** Gets the default settings for an encoder type */
  1107. EXPORT obs_data_t *obs_encoder_defaults(const char *id);
  1108. /** Returns the property list, if any. Free with obs_properties_destroy */
  1109. EXPORT obs_properties_t *obs_get_encoder_properties(const char *id);
  1110. /**
  1111. * Returns the property list of an existing encoder, if any. Free with
  1112. * obs_properties_destroy
  1113. */
  1114. EXPORT obs_properties_t *obs_encoder_properties(const obs_encoder_t *encoder);
  1115. /**
  1116. * Updates the settings of the encoder context. Usually used for changing
  1117. * bitrate while active
  1118. */
  1119. EXPORT void obs_encoder_update(obs_encoder_t *encoder, obs_data_t *settings);
  1120. /** Gets extra data (headers) associated with this context */
  1121. EXPORT bool obs_encoder_get_extra_data(const obs_encoder_t *encoder,
  1122. uint8_t **extra_data, size_t *size);
  1123. /** Returns the current settings for this encoder */
  1124. EXPORT obs_data_t *obs_encoder_get_settings(const obs_encoder_t *encoder);
  1125. /** Sets the video output context to be used with this encoder */
  1126. EXPORT void obs_encoder_set_video(obs_encoder_t *encoder, video_t *video);
  1127. /** Sets the audio output context to be used with this encoder */
  1128. EXPORT void obs_encoder_set_audio(obs_encoder_t *encoder, audio_t *audio);
  1129. /**
  1130. * Returns the video output context used with this encoder, or NULL if not
  1131. * a video context
  1132. */
  1133. EXPORT video_t *obs_encoder_video(const obs_encoder_t *encoder);
  1134. /**
  1135. * Returns the audio output context used with this encoder, or NULL if not
  1136. * a audio context
  1137. */
  1138. EXPORT audio_t *obs_encoder_audio(const obs_encoder_t *encoder);
  1139. /** Returns true if encoder is active, false otherwise */
  1140. EXPORT bool obs_encoder_active(const obs_encoder_t *encoder);
  1141. /** Duplicates an encoder packet */
  1142. EXPORT void obs_duplicate_encoder_packet(struct encoder_packet *dst,
  1143. const struct encoder_packet *src);
  1144. EXPORT void obs_free_encoder_packet(struct encoder_packet *packet);
  1145. /* ------------------------------------------------------------------------- */
  1146. /* Stream Services */
  1147. EXPORT const char *obs_service_get_display_name(const char *id);
  1148. EXPORT obs_service_t *obs_service_create(const char *id, const char *name,
  1149. obs_data_t *settings, obs_data_t *hotkey_data);
  1150. /**
  1151. * Adds/releases a reference to a service. When the last reference is
  1152. * released, the service is destroyed.
  1153. */
  1154. EXPORT void obs_service_addref(obs_service_t *service);
  1155. EXPORT void obs_service_release(obs_service_t *service);
  1156. EXPORT void obs_weak_service_addref(obs_weak_service_t *weak);
  1157. EXPORT void obs_weak_service_release(obs_weak_service_t *weak);
  1158. EXPORT obs_service_t *obs_service_get_ref(obs_service_t *service);
  1159. EXPORT obs_weak_service_t *obs_service_get_weak_service(obs_service_t *service);
  1160. EXPORT obs_service_t *obs_weak_service_get_service(obs_weak_service_t *weak);
  1161. EXPORT bool obs_weak_service_references_service(obs_weak_service_t *weak,
  1162. obs_service_t *service);
  1163. EXPORT const char *obs_service_get_name(const obs_service_t *service);
  1164. /** Gets the default settings for a service */
  1165. EXPORT obs_data_t *obs_service_defaults(const char *id);
  1166. /** Returns the property list, if any. Free with obs_properties_destroy */
  1167. EXPORT obs_properties_t *obs_get_service_properties(const char *id);
  1168. /**
  1169. * Returns the property list of an existing service context, if any. Free with
  1170. * obs_properties_destroy
  1171. */
  1172. EXPORT obs_properties_t *obs_service_properties(const obs_service_t *service);
  1173. /** Gets the service type */
  1174. EXPORT const char *obs_service_get_type(const obs_service_t *service);
  1175. /** Updates the settings of the service context */
  1176. EXPORT void obs_service_update(obs_service_t *service, obs_data_t *settings);
  1177. /** Returns the current settings for this service */
  1178. EXPORT obs_data_t *obs_service_get_settings(const obs_service_t *service);
  1179. /** Returns the URL for this service context */
  1180. EXPORT const char *obs_service_get_url(const obs_service_t *service);
  1181. /** Returns the stream key (if any) for this service context */
  1182. EXPORT const char *obs_service_get_key(const obs_service_t *service);
  1183. /** Returns the username (if any) for this service context */
  1184. EXPORT const char *obs_service_get_username(const obs_service_t *service);
  1185. /** Returns the password (if any) for this service context */
  1186. EXPORT const char *obs_service_get_password(const obs_service_t *service);
  1187. /**
  1188. * Applies service-specific video encoder settings.
  1189. *
  1190. * @param video_encoder_settings Video encoder settings. Optional.
  1191. * @param audio_encoder_settings Audio encoder settings. Optional.
  1192. */
  1193. EXPORT void obs_service_apply_encoder_settings(obs_service_t *service,
  1194. obs_data_t *video_encoder_settings,
  1195. obs_data_t *audio_encoder_settings);
  1196. /* ------------------------------------------------------------------------- */
  1197. /* Source frame allocation functions */
  1198. EXPORT void obs_source_frame_init(struct obs_source_frame *frame,
  1199. enum video_format format, uint32_t width, uint32_t height);
  1200. static inline void obs_source_frame_free(struct obs_source_frame *frame)
  1201. {
  1202. if (frame) {
  1203. bfree(frame->data[0]);
  1204. memset(frame, 0, sizeof(*frame));
  1205. }
  1206. }
  1207. static inline struct obs_source_frame *obs_source_frame_create(
  1208. enum video_format format, uint32_t width, uint32_t height)
  1209. {
  1210. struct obs_source_frame *frame;
  1211. frame = (struct obs_source_frame*)bzalloc(sizeof(*frame));
  1212. obs_source_frame_init(frame, format, width, height);
  1213. return frame;
  1214. }
  1215. static inline void obs_source_frame_destroy(struct obs_source_frame *frame)
  1216. {
  1217. if (frame) {
  1218. bfree(frame->data[0]);
  1219. bfree(frame);
  1220. }
  1221. }
  1222. #ifdef __cplusplus
  1223. }
  1224. #endif