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

@@ -74,6 +74,7 @@ struct video_info {
EXPORT int video_output_open(video_t *video, media_t media,
struct video_info *info);
EXPORT const struct video_info *video_output_getinfo(video_t video);
EXPORT void video_output_frame(video_t video, struct video_frame *frame);
EXPORT bool video_output_wait(video_t video);
EXPORT uint64_t video_getframetime(video_t video);