19#ifndef CLIENT_X11_XF_VIDEO_H_
20#define CLIENT_X11_XF_VIDEO_H_
22#include <freerdp/client/video.h>
26typedef struct s_xfVideoContext xfVideoContext;
28void xf_video_control_init(xfContext* xfc, VideoClientContext* video);
29void xf_video_control_uninit(xfContext* xfc, VideoClientContext* video);
31void xf_video_free(xfVideoContext* context);
33WINPR_ATTR_MALLOC(xf_video_free, 1)
35xfVideoContext* xf_video_new(xfContext* xfc);