diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index 7c3f742..39b7d4d 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -67,6 +67,8 @@ public: int Quality = -1, int SizeX = -1, int SizeY = -1); virtual void SetVideoFormat(bool VideoFormat16_9); virtual void SetVolumeDevice(int Volume); + virtual void SetAudioChannelDevice(int AudioChannel); + virtual int GetAudioChannelDevice(void); // osd virtual cSpuDecoder *GetSpuDecoder(); |