added functions to get current audio/video output information

This commit is contained in:
jp9000
2013-12-06 06:38:19 -07:00
parent 8298fa4dc7
commit ff47b3a2dc
5 changed files with 52 additions and 4 deletions

View File

@@ -170,6 +170,12 @@ EXPORT bool obs_reset_video(struct obs_video_info *ovi);
*/
EXPORT bool obs_reset_audio(struct audio_info *ai);
/** Gets the current video settings, returns false if none */
EXPORT bool obs_get_video_info(struct obs_video_info *ovi);
/** Gets the current audio settings, returns false if none */
EXPORT bool obs_get_audio_info(struct audio_info *ai);
/**
* Loads a plugin module
*