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 37ca014..85363cd 100644 --- a/include/hardware_legacy/AudioHardwareInterface.h +++ b/include/hardware_legacy/AudioHardwareInterface.h @@ -134,7 +134,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; }; |
