예제 #1
0
 public void Setup()
 {
     AVFormat.RegisterAll();
     AVFormat.NetworkInit();
 }
예제 #2
0
 public void Setup()
 {
     AVFormat.RegisterAll();
     _context = AVFormat.OpenInput("test.ts");
 }
예제 #3
0
 public void FixtureSetup()
 {
     AVFormat.RegisterAll();
 }