[Multimedia] Added feature tags and fixed errors in doc-comments of MediaVision.
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Vision / MediaVision / EngineConfiguration.cs
index d2e12be..cb8c57f 100644 (file)
@@ -60,7 +60,6 @@ namespace Tizen.Multimedia.Vision
 
         internal EngineConfiguration(string engineType1, string engineType2)
         {
-
             if (IsSupportedEngineType(engineType1, engineType2) == false)
             {
                 throw new NotSupportedException($"{engineType1} or {engineType2} : Not Supported");
@@ -102,7 +101,6 @@ namespace Tizen.Multimedia.Vision
             EngineConfig.SetInt(Handle, key, value).Validate("Failed to set attribute");
         }
 
-
         internal void Set(string key, bool value)
         {
             EngineConfig.SetBool(Handle, key, value).Validate("Failed to set attribute");