Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71de2f20 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Add missing namespace for AudioTimestamp

Change-Id: I775624b71b4446ee6d1599c6614ab8a8340bbfdb
parent 3c928c3a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@

#include <time.h>

namespace android {

class AudioTimestamp {
public:
    AudioTimestamp() : mPosition(0) {
@@ -30,4 +32,6 @@ public:
    struct timespec mTime;     // corresponding CLOCK_MONOTONIC when frame is expected to present
};

}   // namespace

#endif  // ANDROID_AUDIO_TIMESTAMP_H