diff options
Diffstat (limited to 'lib/service/servicemp3.h')
| -rw-r--r-- | lib/service/servicemp3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index cb400cc6..c6a0df06 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -58,6 +58,7 @@ public: RESULT seek(ePtr<iSeekableService> &ptr); // not implemented (yet) + RESULT audioChannel(ePtr<iAudioChannelSelection> &ptr) { ptr = 0; return -1; } RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr) { ptr = 0; return -1; } RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr) { ptr = 0; return -1; } RESULT subServices(ePtr<iSubserviceList> &ptr) { ptr = 0; return -1; } |
