Esempio n. 1
0
        public bool GetFileResolution()
        {
            if (!TC.FileExists(path))
            {
                return(false);
            }

            long length = TC.GetFileLength(path);

            GetResolutionFromLength(length);

            return(true);
        }