public static class AVFormatLibrary.AVStream
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
AVFormatLibrary.AVStream() |
AVFormatLibrary.AVStream(com.sun.jna.Pointer p) |
public int index
public int id
public com.sun.jna.Pointer codec
public FFMPEGLibrary.AVRational r_frame_rate
public com.sun.jna.Pointer priv_data
public long first_dts
public int codec_info_nb_frames
public AVFormatLibrary.AVFrac pts
public FFMPEGLibrary.AVRational time_base
public int pts_wrap_bits
public int stream_copy
public int discard
public float quality
public long start_time
public long duration
public byte[] language
public int need_parsing
public com.sun.jna.Pointer parser
public long cur_dts
public int last_IP_duration
public long last_IP_pts
public com.sun.jna.Pointer index_entries
public int nb_index_entries
public int index_entries_allocated_size
public long nb_frames
public static final int MAX_REORDER_DELAY
public long[] pts_buffer