Class SyncSampleEntry

java.lang.Object
org.mp4parser.boxes.samplegrouping.GroupEntry
org.mp4parser.boxes.iso14496.part15.SyncSampleEntry

public class SyncSampleEntry extends GroupEntry
A sync sample sample group entry identifies samples containing a sync sample of a specific type.
  • Field Details

  • Constructor Details

    • SyncSampleEntry

      public SyncSampleEntry()
  • Method Details

    • parse

      public void parse(ByteBuffer byteBuffer)
      Specified by:
      parse in class GroupEntry
    • get

      public ByteBuffer get()
      Specified by:
      get in class GroupEntry
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getReserved

      public int getReserved()
    • setReserved

      public void setReserved(int reserved)
    • getNalUnitType

      public int getNalUnitType()
    • setNalUnitType

      public void setNalUnitType(int nalUnitType)
    • getType

      public String getType()
      Specified by:
      getType in class GroupEntry
    • toString

      public String toString()
      Overrides:
      toString in class Object