forked from obsproject/obs-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/sphinx: Add annotation api functions
Add documentation for: size_t gs_param_get_num_annotations(const gs_eparam_t *param) gs_eparam_t *gs_param_get_annotation_by_idx(const gs_eparam_t *param, size_t annotation); gs_eparam_t *gs_param_get_annotation_by_name(const gs_eparam_t *param, const char *name); void *gs_effect_get_val(gs_eparam_t *param); void *gs_effect_get_default_val(gs_eparam_t *param); size_t gs_effect_get_val_size(gs_eparam_t *param); size_t gs_effect_get_default_val_size(gs_eparam_t *param);
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters