Uses of Class
edu.umd.cfar.lamp.mpeg1.video.VideoSource

Packages that use VideoSource
edu.umd.cfar.lamp.mpeg1   
edu.umd.cfar.lamp.mpeg1.video   
 

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

Constructors in edu.umd.cfar.lamp.mpeg1 with parameters of type VideoSource
Mpeg1VideoStream(VideoSource videoSource)
           
 

Uses of VideoSource in edu.umd.cfar.lamp.mpeg1.video
 

Methods in edu.umd.cfar.lamp.mpeg1.video that return VideoSource
 VideoSource VideoSource.copySource()
           
 VideoSource VideoIndex.getVideoSource()
           
 VideoSource VideoDecoder.getVideoSource()
           
 

Constructors in edu.umd.cfar.lamp.mpeg1.video with parameters of type VideoSource
VideoDecoder(VideoSource videoSource)