diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-19 20:04:47 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-19 20:04:47 -0700 |
commit | 6709525a8addc5ed9d4a7918ee7e2665c62f4576 (patch) | |
tree | 19bc81046516b375c5255ff1c9e48a5db9ecc4d4 /xrdpvr/xrdpvr.h | |
parent | 6a5f1417691b48dadca244544bf552c7cad2013d (diff) | |
download | xrdp-proprietary-6709525a8addc5ed9d4a7918ee7e2665c62f4576.tar.gz xrdp-proprietary-6709525a8addc5ed9d4a7918ee7e2665c62f4576.zip |
xrdpvr: update from neutrinolabs
Diffstat (limited to 'xrdpvr/xrdpvr.h')
-rw-r--r-- | xrdpvr/xrdpvr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdpvr/xrdpvr.h b/xrdpvr/xrdpvr.h index f278a703..1324282c 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 xrdpvr_set_volume(void *channel, int volume); #ifdef __cplusplus } |