예제 #1
0
        /// ------------------------------------------------------------------------------------
        public static TierCollection LoadFromAnnotationFile(string eafFilePath)
        {
            var helper     = AnnotationFileHelper.Load(eafFilePath);
            var collection = helper.GetTierCollection();

            collection.AnnotatedMediaFile = helper.GetFullPathToMediaFile();

            return(collection);
        }
예제 #2
0
 /// ------------------------------------------------------------------------------------
 public string Save(string annotatedMediaFile)
 {
     return(AnnotationFileHelper.Save(annotatedMediaFile, this));
 }