Package net.sf.ffmpeg_java
Class AVFormatLibrary.AVIndexEntry
- java.lang.Object
-
- com.sun.jna.Structure
-
- net.sf.ffmpeg_java.AVFormatLibrary.AVIndexEntry
-
- Enclosing interface:
- AVFormatLibrary
public static class AVFormatLibrary.AVIndexEntry extends com.sun.jna.Structure
< full parsing and interpolation of timestamps for frames not starting on packet boundary
-
-
Field Summary
Fields Modifier and Type Field Description static int
AVINDEX_KEYFRAME
int
bit_fields
int
min_distance
long
pos
long
timestamp
-
Constructor Summary
Constructors Constructor Description AVIndexEntry()
-
-
-
Field Detail
-
pos
public long pos
-
timestamp
public long timestamp
-
AVINDEX_KEYFRAME
public static final int AVINDEX_KEYFRAME
- See Also:
- Constant Field Values
-
bit_fields
public int bit_fields
-
min_distance
public int min_distance
-
-