diff options
author | jinx <@> | 2015-02-16 10:02:27 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2015-02-16 10:02:27 +0100 |
commit | 73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc (patch) | |
tree | 50fc64838b481eacc4e1e01e4f831b9d0bd6d246 /softhddev.h | |
parent | 1d06c5ba59ff4175b9144764f9750f9143c066fb (diff) | |
download | vdr-plugin-softhddevice-73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc.tar.gz vdr-plugin-softhddevice-73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc.tar.bz2 |
Enable toggle AC3 downmix.
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); |