private static void CheckInit() { if (!_isEnumerated) { if (NativePlugin.Init()) { EnumerateCodecs(); } } }