// Copyright (C) 2024 Intro-Skipper Contributors // SPDX-License-Identifier: GNU General Public License v3.0 only. namespace IntroSkipper.Data; /// /// Type of media file analysis to perform. /// public enum AnalysisMode { /// /// Detect introduction sequences. /// Introduction, /// /// Detect credits. /// Credits, }