Ejemplo n.º 1
0
 public void Setup()
 {
     AVFormat.RegisterAll();
     AVFormat.NetworkInit();
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     AVFormat.RegisterAll();
     _context = AVFormat.OpenInput("test.ts");
 }
Ejemplo n.º 3
0
 public void FixtureSetup()
 {
     AVFormat.RegisterAll();
 }