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

Method transmit_audio_data

OpenHD/ohd_interface/src/microhard_link.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void MicrohardLink::transmit_audio_data(
493 const openhd::AudioPacket& audio_packet) {
494 openhd::log::get_default()->warn("Transmitting audio data (not implemented)");
495}
496
497std::vector<openhd::Setting> MicrohardLink::get_all_settings() {
498 using namespace openhd;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected