11 lines
219 B
C#
11 lines
219 B
C#
using skyscraper5.Mpeg2;
|
|
|
|
namespace skyscraper8.Isdb.Psi;
|
|
|
|
public class ErtParser : IPsiProcessor
|
|
{
|
|
public void GatherPsi(PsiSection section, int sourcePid)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
} |