This commit is contained in:
parent
281c080796
commit
5a54552477
@ -37,7 +37,7 @@ public class RecordedSamplesTests : SkyscrapersTestingFramework
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void SouthAmericanNip()
|
||||
public void EarlyBrazilianNip()
|
||||
{
|
||||
FileStream streamSample = GetStreamSample("brazilian-dvb-nip-000000.ts");
|
||||
ProcessSample(streamSample);
|
||||
@ -107,7 +107,7 @@ public class RecordedSamplesTests : SkyscrapersTestingFramework
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Kira7()
|
||||
public void Kira7Patchday()
|
||||
{
|
||||
FileStream streamSample = GetStreamSample("kira7.ts");
|
||||
ProcessSample(streamSample);
|
||||
|
||||
@ -60,7 +60,7 @@ namespace skyscraper8.Atsc.A324
|
||||
|
||||
public void ConnectToStorage(object[] connector)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
}
|
||||
|
||||
private ushort expectedSequenceNumber;
|
||||
|
||||
@ -36,7 +36,6 @@ namespace skyscraper8.Atsc.A324
|
||||
|
||||
public void ConnectToStorage(object[] connector)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
private bool processed;
|
||||
|
||||
@ -29,7 +29,6 @@ namespace skyscraper8.Atsc.A331
|
||||
|
||||
public void ConnectToStorage(object[] connector)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void SetContext(DateTime? currentTime, object skyscraperContext)
|
||||
|
||||
@ -20,7 +20,7 @@ public class MpeEject : ISkyscraperMpePlugin
|
||||
|
||||
public void ConnectToStorage(object[] connector)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
}
|
||||
|
||||
private ISubTsHandler subTsHandler;
|
||||
|
||||
@ -22,7 +22,7 @@ namespace skyscraper8.Skyscraper
|
||||
|
||||
public void ConnectToStorage(object[] connector)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
}
|
||||
|
||||
private ISubTsHandler subTsHandler;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user