Uses of Class
edu.umd.cfar.lamp.mpeg1.Mpeg1VideoStream

Packages that use Mpeg1VideoStream
edu.umd.cfar.lamp.mpeg1   
edu.umd.cfar.lamp.mpeg1.test   
 

Uses of Mpeg1VideoStream in edu.umd.cfar.lamp.mpeg1
 

Methods in edu.umd.cfar.lamp.mpeg1 that return Mpeg1VideoStream
 Mpeg1VideoStream Mpeg1File.getVideoStream(int stream_id)
           
 Mpeg1VideoStream Mpeg1File.getVideoStream()
           
 

Uses of Mpeg1VideoStream in edu.umd.cfar.lamp.mpeg1.test
 

Methods in edu.umd.cfar.lamp.mpeg1.test with parameters of type Mpeg1VideoStream
protected  void VideoPerformanceTest.runMyTest(Mpeg1VideoStream stream)
           
static int VideoFileTest.getNumFrames(Mpeg1VideoStream stream)
           
static long VideoFileTest.getVideoLengthInMillis(Mpeg1VideoStream stream)
           
static void VideoFileTest.seekThroughStream(Mpeg1VideoStream stream)
           
protected  void VideoFileTest.runMyTest(Mpeg1VideoStream stream)