You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0045-add-notion-of-protocol.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Adding to `obs_output_info`:
19
19
Adding to this API these functions:
20
20
-`const char *obs_output_get_protocols(const obs_output_t *output)`: returns protocols supported by the output.
21
21
-`bool obs_is_output_protocol_registered(const char *protocol)`: return true if an output with the protocol is registered.
22
-
-`bool obs_enum_output_types_with_protocol(const char *protocol, size_t idx, const char **id)`: enumerate all outputs types compatible with the given protocol.
22
+
-`void obs_enum_output_types_with_protocol(const char *protocol, void *data, bool (*enum_cb)(void *data, const char *id))`: enumerate through a callback all outputs types compatible with the given protocol.
23
23
-`bool obs_enum_output_protocols(size_t idx, const char **protocol)`: enumerate all registered protocol.
24
24
-`const char *obs_get_output_supported_video_codecs(const char *id)`: return compatible video codecs of the given output id.
25
25
-`const char *obs_get_output_supported_audio_codecs(const char *id)`: return compatible audio codecs of the given output id.
0 commit comments