#pragma once #include #include struct AudioPacket { // scheduling std::chrono::time_point timePlay; // content std::uint16_t contentSize; std::array content; };