| 141 | } |
| 142 | |
| 143 | void EthernetLink::transmit_audio_data( |
| 144 | const openhd::AudioPacket& audio_packet) { |
| 145 | // Currently not implemented for EthernetLink |
| 146 | } |
| 147 | |
| 148 | void EthernetLink::handle_video_data(int stream_index, const uint8_t* data, |
| 149 | int data_len) { |
nothing calls this directly
no outgoing calls
no test coverage detected