Home
last modified time | relevance | path

Searched refs:editListBox (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DEditListBox.java115 EditListBox editListBox; field in EditListBox.Entry
124 … public Entry(EditListBox editListBox, long segmentDuration, long mediaTime, double mediaRate) { in Entry() argument
128 this.editListBox = editListBox; in Entry()
131 public Entry(EditListBox editListBox, ByteBuffer bb) { in Entry() argument
132 if (editListBox.getVersion() == 1) { in Entry()
141 this.editListBox = editListBox; in Entry()
229 if (editListBox.getVersion() == 1) { in getContent()