CAudioOutput: Add some stat dump log for future debugging
[platform/core/api/audio-io.git] / include / CAudioOutput.h
index 146f2f1..b7a5e81 100644 (file)
@@ -61,9 +61,13 @@ namespace tizen_media_audio {
         void __setInit(bool flag) noexcept;
         bool __IsInit() noexcept;
         bool __IsReady() noexcept;
+        void __dumpStat() noexcept;
 
         bool __mIsUsedSyncWrite;
         bool __mIsInit;
+
+        uint64_t __mTotalWrittenCount;
+        uint64_t __mTotalWrittenBytes;
     };