// Copyright (C) 2024 Intro-Skipper contributors // SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; /// /// Type of media file analysis to perform. /// public enum AnalysisMode { /// /// Detect introduction sequences. /// Introduction, /// /// Detect credits. /// Credits, }