BatchGuy.App.CreateEAC3ToBatchForm.MKVMergeWarnings C# (CSharp) Метод

MKVMergeWarnings() приватный Метод

private MKVMergeWarnings ( WarningCollection warnings ) : void
warnings WarningCollection
Результат void
        private void MKVMergeWarnings(WarningCollection warnings)
        {
            if (_eac3toConfiguration.EAC3ToOutputPath == _eac3toConfiguration.MKVMergeOutputPath)
            {
                warnings.Add(new Warning() { Id = 0, Description = "The eac3to output path is the same as mkvmerge output path and could have output file name conflicts!" });
            }
        }
CreateEAC3ToBatchForm