javax.media.protocol
Interface CaptureDevice

All Known Implementing Classes:
DataSource, DataSource

public interface CaptureDevice

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 void connect()
           
 void disconnect()
           
 CaptureDeviceInfo getCaptureDeviceInfo()
           
 FormatControl[] getFormatControls()
           
 void start()
           
 void stop()
           
 

Method Detail

getCaptureDeviceInfo

CaptureDeviceInfo getCaptureDeviceInfo()

getFormatControls

FormatControl[] getFormatControls()

connect

void connect()
             throws java.io.IOException
Throws:
java.io.IOException

disconnect

void disconnect()

start

void start()
           throws java.io.IOException
Throws:
java.io.IOException

stop

void stop()
          throws java.io.IOException
Throws:
java.io.IOException