|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Codec in com.teamdev.jxcapture |
|---|
| Methods in com.teamdev.jxcapture that return Codec | |
|---|---|
Codec |
BaseEncodingParameters.getCodec()
Returns specified codec; null if there are no codecs specicied. |
| Methods in com.teamdev.jxcapture that return types with arguments of type Codec | |
|---|---|
abstract java.util.List<Codec> |
VideoCapture.getVideoCodecs()
Returns the list of video codecs that this video capture can provide. |
| Methods in com.teamdev.jxcapture with parameters of type Codec | |
|---|---|
void |
BaseEncodingParameters.setCodec(Codec codec)
Specify codec for encoding. |
| Constructors in com.teamdev.jxcapture with parameters of type Codec | |
|---|---|
BaseEncodingParameters(Codec codec,
long bitrate,
BitrateMode bitrateMode)
Creates new instance with specified media encoding parameters. |
|
| Uses of Codec in com.teamdev.jxcapture.audio |
|---|
| Subclasses of Codec in com.teamdev.jxcapture.audio | |
|---|---|
class |
AudioCodec
Defines audio codec and its presets. |
| Uses of Codec in com.teamdev.jxcapture.audio.mac |
|---|
| Subclasses of Codec in com.teamdev.jxcapture.audio.mac | |
|---|---|
class |
AudioCodecImpl
Created with IntelliJ IDEA. |
| Uses of Codec in com.teamdev.jxcapture.video.linux |
|---|
| Methods in com.teamdev.jxcapture.video.linux that return types with arguments of type Codec | |
|---|---|
java.util.List<Codec> |
LinuxVideoCapture.getVideoCodecs()
|
| Uses of Codec in com.teamdev.jxcapture.video.mac |
|---|
| Methods in com.teamdev.jxcapture.video.mac with parameters of type Codec | |
|---|---|
void |
SnowLeopardVideoCapture.setCodecToNativeController(Codec codec)
|
protected void |
LionVideoCapture.setCodecToNativeController(Codec codec)
|
| Uses of Codec in com.teamdev.jxcapture.video.win |
|---|
| Methods in com.teamdev.jxcapture.video.win that return types with arguments of type Codec | |
|---|---|
java.util.List<Codec> |
WMVCapture.getVideoCodecs()
|
java.util.List<Codec> |
AVICapture.getVideoCodecs()
Returns the list of video codecs that are available for this video format.. |
| Uses of Codec in com.teamdev.jxcapture.video.win.directshow |
|---|
| Subclasses of Codec in com.teamdev.jxcapture.video.win.directshow | |
|---|---|
class |
DirectShowCodec
Provides information about DirectShow codec. |
class |
DirectShowVideoEncoder
Provides DirectShow video encoder info. |
| Uses of Codec in com.teamdev.jxcapture.video.win.directshow.encoding.wmv |
|---|
| Subclasses of Codec in com.teamdev.jxcapture.video.win.directshow.encoding.wmv | |
|---|---|
class |
AsfWriter
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||