Uses of Class
com.teamdev.jxcapture.Format

Packages that use Format
com.teamdev.jxcapture   
com.teamdev.jxcapture.audio   
com.teamdev.jxcapture.audio.mac   
com.teamdev.jxcapture.image   
com.teamdev.jxcapture.video   
com.teamdev.jxcapture.video.player   
com.teamdev.jxcapture.video.win.directshow   
com.teamdev.jxcapture.video.win.directshow.encoding.wmv   
 

Uses of Format in com.teamdev.jxcapture
 

Subclasses of Format in com.teamdev.jxcapture
 class Codec
          Defines the class that provides in information about codec.
 

Uses of Format in com.teamdev.jxcapture.audio
 

Subclasses of Format in com.teamdev.jxcapture.audio
 class AudioCodec
          Defines audio codec and its presets.
 

Uses of Format in com.teamdev.jxcapture.audio.mac
 

Subclasses of Format in com.teamdev.jxcapture.audio.mac
 class AudioCodecImpl
          Created with IntelliJ IDEA.
 

Uses of Format in com.teamdev.jxcapture.image
 

Subclasses of Format in com.teamdev.jxcapture.image
 class ImageFormat
          Provides information about image formats.
 

Uses of Format in com.teamdev.jxcapture.video
 

Subclasses of Format in com.teamdev.jxcapture.video
 class VideoFormat
          Represents a bean that provides information about video formats.
 

Uses of Format in com.teamdev.jxcapture.video.player
 

Methods in com.teamdev.jxcapture.video.player that return Format
 Format MediaInfo.getAudioFormat()
          Audio format.
 

Methods in com.teamdev.jxcapture.video.player with parameters of type Format
 void MediaInfo.setAudioFormat(Format audioFormat)
          Set audio format.
 

Uses of Format in com.teamdev.jxcapture.video.win.directshow
 

Subclasses of Format in com.teamdev.jxcapture.video.win.directshow
 class DirectShowCodec
          Provides information about DirectShow codec.
 class DirectShowVideoEncoder
          Provides DirectShow video encoder info.
 

Uses of Format in com.teamdev.jxcapture.video.win.directshow.encoding.wmv
 

Subclasses of Format in com.teamdev.jxcapture.video.win.directshow.encoding.wmv
 class AsfWriter