2024-08-26 05:29:17 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-08-26 13:13:53 +00:00
|
|
|
#include <media_kit_libs_windows_audio/media_kit_libs_windows_audio_plugin_c_api.h>
|
2024-08-26 05:29:17 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-08-26 13:13:53 +00:00
|
|
|
MediaKitLibsWindowsAudioPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("MediaKitLibsWindowsAudioPluginCApi"));
|
2024-08-26 05:29:17 +00:00
|
|
|
}
|