Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.api.Frame
Extends/Implements : un.storage.media.mp4.api.Comparable
Subclasses : -

author  Alexander Simm


Variables : -
Functions : Frame, getType, getOffset, getSize, getTime, compareTo, setData, getData



void Frame (Type type, long offset, long size, double time)

public Type getType ()

public long getOffset ()

public long getSize ()

public double getTime ()

public int compareTo (Frame f)

public void setData (byte[] data)

public byte[] getData ()