com.teamdev.jxcapture
Class Codec

java.lang.Object
  extended by com.teamdev.jxcapture.Format
      extended by com.teamdev.jxcapture.Codec
Direct Known Subclasses:
AudioCodec, DirectShowCodec

public class Codec
extends Format

Defines the class that provides in information about codec.


Constructor Summary
Codec(java.lang.Object id)
           
Codec(java.lang.Object id, java.lang.String name)
           
Codec(java.lang.Object id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 void configure(EncodingParameters parameters)
          Configures this codec by specified settings.
 
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
 

Constructor Detail

Codec

public Codec(java.lang.Object id,
             java.lang.String name,
             java.lang.String description)

Codec

public Codec(java.lang.Object id,
             java.lang.String name)

Codec

public Codec(java.lang.Object id)
Method Detail

configure

public void configure(EncodingParameters parameters)
Configures this codec by specified settings.

Parameters:
parameters - encoding settings