| 296 | int height; |
| 297 | int fps; |
| 298 | std::string debug() const { |
| 299 | return fmt::format("{}|{}x{}@{}", format, width, height, fps); |
| 300 | } |
| 301 | }; |
| 302 | struct EndpointFormats { |
| 303 | // These are the 3 (already encoded) formats openhd understands |
no outgoing calls