summaryrefslogtreecommitdiffstats
path: root/xrdpvr/xrdpvr.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-07-19 11:11:31 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-07-19 11:11:31 -0700
commit50db19c88c97a99770ce53fefcc14a74ca7e87ab (patch)
tree0fffdd0785fb92e315b2a72e470ee1d95ff7dc62 /xrdpvr/xrdpvr.h
parentfad70062d6b158f253b95968bc4f01361210f79e (diff)
downloadxrdp-proprietary-50db19c88c97a99770ce53fefcc14a74ca7e87ab.tar.gz
xrdp-proprietary-50db19c88c97a99770ce53fefcc14a74ca7e87ab.zip
xrdpvr: added volume message
Diffstat (limited to 'xrdpvr/xrdpvr.h')
-rw-r--r--xrdpvr/xrdpvr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdpvr/xrdpvr.h b/xrdpvr/xrdpvr.h
index f278a703..ba5dc6b9 100644
--- a/xrdpvr/xrdpvr.h
+++ b/xrdpvr/xrdpvr.h
@@ -44,6 +44,7 @@ int xrdpvr_seek_media(int64_t pos, int backward);
int xrdpvr_get_frame(void **av_pkt_ret, int *is_video_frame, int *delay_in_us);
int send_audio_pkt(void *channel, int stream_id, void *pkt_p);
int send_video_pkt(void *channel, int stream_id, void *pkt_p);
+int send_volume(void *channel, int volume);
#ifdef __cplusplus
}