diff options
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index da16ece..a793503 100644 --- a/softhddev.h +++ b/softhddev.h @@ -42,6 +42,8 @@ extern "C" extern int PlayTsAudio(const uint8_t *, int); /// C plugin set audio volume extern void SetVolumeDevice(int); + /// C plugin reset channel id (restarts audio) + extern void ResetChannelId(void); /// C plugin play video packet extern int PlayVideo(const uint8_t *, int); |