net.sf.ffmpeg_java
Class AVFormatLibrary.AVFormatParameters

java.lang.Object
  extended by com.sun.jna.Structure
      extended by net.sf.ffmpeg_java.AVFormatLibrary.AVFormatParameters
Enclosing interface:
AVFormatLibrary

public static class AVFormatLibrary.AVFormatParameters
extends com.sun.jna.Structure


Field Summary
 int audio_codec_id
           
 int bitFields
          < tv standard, NTSC, PAL, SECAM
 int channel
           
 int channels
           
 com.sun.jna.Pointer device
          < used to select dv channel
 int height
           
 int pix_fmt
           
 int sample_rate
           
 com.sun.jna.Pointer standard
          < video, audio or DV device
 FFMPEGLibrary.AVRational time_base
           
 int video_codec_id
           
 int width
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVFormatLibrary.AVFormatParameters()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

time_base

public FFMPEGLibrary.AVRational time_base

sample_rate

public int sample_rate

channels

public int channels

width

public int width

height

public int height

pix_fmt

public int pix_fmt

channel

public int channel

device

public com.sun.jna.Pointer device
< used to select dv channel


standard

public com.sun.jna.Pointer standard
< video, audio or DV device


bitFields

public int bitFields
< tv standard, NTSC, PAL, SECAM


video_codec_id

public int video_codec_id

audio_codec_id

public int audio_codec_id
Constructor Detail

AVFormatLibrary.AVFormatParameters

public AVFormatLibrary.AVFormatParameters()