Class libvlc_track_description_t
- java.lang.Object
-
- com.sun.jna.Structure
-
- uk.co.caprica.vlcj.binding.internal.libvlc_track_description_t
-
- Direct Known Subclasses:
libvlc_track_description_t.ByReference
public class libvlc_track_description_t extends com.sun.jna.StructureEncapsulation of a track description.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classlibvlc_track_description_t.ByReference
-
Field Summary
Fields Modifier and Type Field Description inti_idlibvlc_track_description_t.ByReferencep_nextStringpsz_name
-
Constructor Summary
Constructors Constructor Description libvlc_track_description_t()
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
-
-
-
-
Field Detail
-
i_id
public int i_id
-
psz_name
public String psz_name
-
p_next
public libvlc_track_description_t.ByReference p_next
-
-