com.teamdev.jxcapture.video.win.directshow
Class DirectShowException

java.lang.Object
  extended by com.teamdev.jxcapture.video.win.directshow.DirectShowException

public class DirectShowException
extends java.lang.Object


Field Summary
static int NS_E_UNRECOGNIZED_STREAM_TYPE
           
static int OUT_OF_STORAGE_ERROR
           
static int VFW_E_CANNOT_LOAD_SOURCE_FILTER
           
static int VFW_E_CANNOT_RENDER
           
static int VFW_E_INVALID_FILE_FORMAT
           
static int VFW_E_NO_AUDIO_HARDWARE
           
static int VFW_E_UNKNOWN_FILE_TYPE
           
static int VFW_E_UNSUPPORTED_AUDIO
           
static int VFW_E_UNSUPPORTED_STREAM
           
 
Constructor Summary
DirectShowException()
           
 
Method Summary
static void checkResult(com.teamdev.jxdesktop.win32.com.ComException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUT_OF_STORAGE_ERROR

public static final int OUT_OF_STORAGE_ERROR
See Also:
Constant Field Values

VFW_E_NO_AUDIO_HARDWARE

public static final int VFW_E_NO_AUDIO_HARDWARE
See Also:
Constant Field Values

VFW_E_UNSUPPORTED_STREAM

public static final int VFW_E_UNSUPPORTED_STREAM
See Also:
Constant Field Values

VFW_E_UNSUPPORTED_AUDIO

public static final int VFW_E_UNSUPPORTED_AUDIO
See Also:
Constant Field Values

VFW_E_CANNOT_LOAD_SOURCE_FILTER

public static final int VFW_E_CANNOT_LOAD_SOURCE_FILTER
See Also:
Constant Field Values

VFW_E_INVALID_FILE_FORMAT

public static final int VFW_E_INVALID_FILE_FORMAT
See Also:
Constant Field Values

VFW_E_UNKNOWN_FILE_TYPE

public static final int VFW_E_UNKNOWN_FILE_TYPE
See Also:
Constant Field Values

VFW_E_CANNOT_RENDER

public static final int VFW_E_CANNOT_RENDER
See Also:
Constant Field Values

NS_E_UNRECOGNIZED_STREAM_TYPE

public static final int NS_E_UNRECOGNIZED_STREAM_TYPE
See Also:
Constant Field Values
Constructor Detail

DirectShowException

public DirectShowException()
Method Detail

checkResult

public static void checkResult(com.teamdev.jxdesktop.win32.com.ComException exception)
                        throws UnsupportedStreamException
Throws:
UnsupportedStreamException