Loading include/media/AudioTimestamp.h +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ #include <time.h> namespace android { class AudioTimestamp { public: AudioTimestamp() : mPosition(0) { Loading @@ -30,4 +32,6 @@ public: struct timespec mTime; // corresponding CLOCK_MONOTONIC when frame is expected to present }; } // namespace #endif // ANDROID_AUDIO_TIMESTAMP_H Loading
include/media/AudioTimestamp.h +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ #include <time.h> namespace android { class AudioTimestamp { public: AudioTimestamp() : mPosition(0) { Loading @@ -30,4 +32,6 @@ public: struct timespec mTime; // corresponding CLOCK_MONOTONIC when frame is expected to present }; } // namespace #endif // ANDROID_AUDIO_TIMESTAMP_H