diff options
-rw-r--r-- | include/hardware_legacy/AudioHardwareInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h index 6328063..b08fece 100644 --- a/include/hardware_legacy/AudioHardwareInterface.h +++ b/include/hardware_legacy/AudioHardwareInterface.h @@ -120,7 +120,7 @@ public: /** * Return a recent count of the number of audio frames presented to an external observer. */ - virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp); + virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp) = 0; }; |