MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / transmit_audio_data

Method transmit_audio_data

OpenHD/ohd_common/inc/openhd_link.hpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169 }
170 void transmit_audio_data(const openhd::AudioPacket& audio_packet) override {
171 m_console_audio->debug("Got audio data {}", audio_packet.data->size());
172 }
173
174 private:
175 std::shared_ptr<spdlog::logger> m_console_video;

Callers

nothing calls this directly

Calls 2

debugMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected