skyscraper8/skyscraper8/DvbI/ServiceListEntryPointSource.cs
2025-06-03 22:04:28 +02:00

14 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace skyscraper8.DvbI
{
internal enum ServiceListEntryPointSource
{
TransportStream
}
}