Package net.sf.ffmpeg_java
Class AVFormatLibrary.AVPacketList
- java.lang.Object
-
- com.sun.jna.Structure
-
- net.sf.ffmpeg_java.AVFormatLibrary.AVPacketList
-
- Enclosing interface:
- AVFormatLibrary
public static class AVFormatLibrary.AVPacketList extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description com.sun.jna.Pointer
next
AVFormatLibrary.AVPacket
pkt
-
Constructor Summary
Constructors Constructor Description AVPacketList()
-
-
-
Field Detail
-
pkt
public AVFormatLibrary.AVPacket pkt
-
next
public com.sun.jna.Pointer next
-
-