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
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