de.humatic.dsj
Interface AVCDevice
- All Known Implementing Classes:
- DSDVCam, DSHDVTape
public interface AVCDevice
Transport control interface for AVC devices. Implemented by DSDVCam and DSHDVTape.
ED_MODE_PLAY
static final int ED_MODE_PLAY
- See Also:
- Constant Field Values
ED_MODE_STOP
static final int ED_MODE_STOP
- See Also:
- Constant Field Values
ED_MODE_FREEZE
static final int ED_MODE_FREEZE
- See Also:
- Constant Field Values
ED_MODE_FF
static final int ED_MODE_FF
- See Also:
- Constant Field Values
ED_MODE_REW
static final int ED_MODE_REW
- See Also:
- Constant Field Values
ED_MODE_STEP_FW
static final int ED_MODE_STEP_FW
- See Also:
- Constant Field Values
ED_MODE_STEP_REV
static final int ED_MODE_STEP_REV
- See Also:
- Constant Field Values
rewind
void rewind()
throws DSJException
- Throws:
DSJException
scanBwd
void scanBwd()
throws DSJException
- Throws:
DSJException
stepBwd
void stepBwd()
throws DSJException
- Throws:
DSJException
fastFwd
void fastFwd()
throws DSJException
- Throws:
DSJException
scanFwd
void scanFwd()
throws DSJException
- Throws:
DSJException
stepFwd
void stepFwd()
throws DSJException
- Throws:
DSJException
seekToTime
void seekToTime(int h,
int m,
int s,
int fr)
getDeviceMode
int getDeviceMode()
sendRawAVC
int sendRawAVC(byte[] AVCCmd)
getExtTransportState
int getExtTransportState()