using System; namespace Jellyfin.MediaEncoding.Keyframes.FfTool { public static class FfToolKeyframeExtractor { // TODO public static KeyframeData GetKeyframeData(string ffProbePath, string filePath) => throw new NotImplementedException(); } }