10std::unique_ptr<QPlatformVideoDevices> makeQAvfVideoDevices(
11 QPlatformMediaIntegration &integration,
12 std::function<
bool(uint32_t)> &&isCvPixelFormatSupportedDelegate)
14 return std::make_unique<QAVFVideoDevices>(
16 std::move(isCvPixelFormatSupportedDelegate));