summaryrefslogtreecommitdiffstats
path: root/xrdpvr/xrdpvr.h
diff options
context:
space:
mode:
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
}