net.sf.ffmpeg_java
Class AVFormatLibrary.AVStream

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

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


Field Summary
 com.sun.jna.Pointer codec
           
 int codec_info_nb_frames
           
 long cur_dts
           
 int discard
           
 long duration
           
 long first_dts
           
 int id
           
 int index
           
 com.sun.jna.Pointer index_entries
           
 int index_entries_allocated_size
           
 byte[] language
           
 int last_IP_duration
           
 long last_IP_pts
           
static int MAX_REORDER_DELAY
           
 long nb_frames
           
 int nb_index_entries
           
 int need_parsing
           
 com.sun.jna.Pointer parser
           
 com.sun.jna.Pointer priv_data
           
 AVFormatLibrary.AVFrac pts
           
 long[] pts_buffer
           
 int pts_wrap_bits
           
 float quality
           
 FFMPEGLibrary.AVRational r_frame_rate
           
 long start_time
           
 int stream_copy
           
 FFMPEGLibrary.AVRational time_base
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVFormatLibrary.AVStream()
           
AVFormatLibrary.AVStream(com.sun.jna.Pointer p)
           
 
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

index

public int index

id

public int id

codec

public com.sun.jna.Pointer codec

r_frame_rate

public FFMPEGLibrary.AVRational r_frame_rate

priv_data

public com.sun.jna.Pointer priv_data

first_dts

public long first_dts

codec_info_nb_frames

public int codec_info_nb_frames

pts

public AVFormatLibrary.AVFrac pts

time_base

public FFMPEGLibrary.AVRational time_base

pts_wrap_bits

public int pts_wrap_bits

stream_copy

public int stream_copy

discard

public int discard

quality

public float quality

start_time

public long start_time

duration

public long duration

language

public byte[] language

need_parsing

public int need_parsing

parser

public com.sun.jna.Pointer parser

cur_dts

public long cur_dts

last_IP_duration

public int last_IP_duration

last_IP_pts

public long last_IP_pts

index_entries

public com.sun.jna.Pointer index_entries

nb_index_entries

public int nb_index_entries

index_entries_allocated_size

public int index_entries_allocated_size

nb_frames

public long nb_frames

MAX_REORDER_DELAY

public static final int MAX_REORDER_DELAY
See Also:
Constant Field Values

pts_buffer

public long[] pts_buffer
Constructor Detail

AVFormatLibrary.AVStream

public AVFormatLibrary.AVStream()

AVFormatLibrary.AVStream

public AVFormatLibrary.AVStream(com.sun.jna.Pointer p)