net.sf.fmj.media
Class MergingCaptureDevicePullDataSource

java.lang.Object
  extended by javax.media.protocol.DataSource
      extended by javax.media.protocol.PullDataSource
          extended by net.sf.fmj.media.MergingPullDataSource
              extended by net.sf.fmj.media.MergingCaptureDevicePullDataSource
All Implemented Interfaces:
Controls, Duration, CaptureDevice

public class MergingCaptureDevicePullDataSource
extends MergingPullDataSource
implements CaptureDevice

Merges multiple PullDataSource that implement CaptureDevice.

Author:
Ken Larson

Field Summary
 
Fields inherited from class net.sf.fmj.media.MergingPullDataSource
sources
 
Fields inherited from interface javax.media.Duration
DURATION_UNBOUNDED, DURATION_UNKNOWN
 
Constructor Summary
MergingCaptureDevicePullDataSource(java.util.List<PullDataSource> sources)
           
 
Method Summary
 CaptureDeviceInfo getCaptureDeviceInfo()
           
 FormatControl[] getFormatControls()
           
 
Methods inherited from class net.sf.fmj.media.MergingPullDataSource
connect, disconnect, getContentType, getControl, getControls, getDuration, getStreams, start, stop
 
Methods inherited from class javax.media.protocol.DataSource
getLocator, initCheck, setLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.media.protocol.CaptureDevice
connect, disconnect, start, stop
 

Constructor Detail

MergingCaptureDevicePullDataSource

public MergingCaptureDevicePullDataSource(java.util.List<PullDataSource> sources)
Method Detail

getCaptureDeviceInfo

public CaptureDeviceInfo getCaptureDeviceInfo()
Specified by:
getCaptureDeviceInfo in interface CaptureDevice

getFormatControls

public FormatControl[] getFormatControls()
Specified by:
getFormatControls in interface CaptureDevice