|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.Format
com.teamdev.jxcapture.Codec
com.teamdev.jxcapture.video.win.directshow.DirectShowCodec
com.teamdev.jxcapture.video.win.directshow.DirectShowVideoEncoder
public class DirectShowVideoEncoder
Provides DirectShow video encoder info.
Field Summary |
---|
Fields inherited from class com.teamdev.jxcapture.video.win.directshow.DirectShowCodec |
---|
peer |
Method Summary | |
---|---|
static DirectShowVideoEncoder |
findEncoder(java.lang.Object id)
Searches for a codec which ID equals to the specified. |
static java.util.List<DirectShowVideoEncoder> |
getAvailableEncoders()
Returns the list of available Direct Show video encoders. |
boolean |
isAvailable()
Returns true if this codec is installed in a system. |
Methods inherited from class com.teamdev.jxcapture.video.win.directshow.DirectShowCodec |
---|
getPeer, setPeer |
Methods inherited from class com.teamdev.jxcapture.Codec |
---|
configure |
Methods inherited from class com.teamdev.jxcapture.Format |
---|
equals, getDescription, getId, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static DirectShowVideoEncoder findEncoder(java.lang.Object id)
id
- codec id
public static java.util.List<DirectShowVideoEncoder> getAvailableEncoders()
public boolean isAvailable()
DirectShowCodec
isAvailable
in class DirectShowCodec
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |