Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.DegradationPriorityBox
Extends/Implements : un.storage.media.mp4.boxes.FullBox
Subclasses : -

This box contains the degradation priority of each sample. The values are
stored in the table, one for each sample. Specifications derived from this
define the exact meaning and acceptable range of the priority field.
author  Alexander Simm


Variables : -
Functions : DegradationPriorityBox, decode, getPriorities



public void DegradationPriorityBox ()

public void decode (MP4InputStream in)


The priority is integer specifying the degradation priority for each
sample.
return  the list of priorities
public int[] getPriorities ()