|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
net.sf.ffmpeg_java.AVFormatLibrary.AVFormatParameters
public static class AVFormatLibrary.AVFormatParameters
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 |
---|
public FFMPEGLibrary.AVRational time_base
public int sample_rate
public int channels
public int width
public int height
public int pix_fmt
public int channel
public com.sun.jna.Pointer device
public com.sun.jna.Pointer standard
public int bitFields
public int video_codec_id
public int audio_codec_id
Constructor Detail |
---|
public AVFormatLibrary.AVFormatParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |