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

This box is used for several sub-boxes of the user-data box in an OMA DRM
file. These boxes have in common, that they only contain one String.
author  Alexander Simm


Variables : -
Functions : OMAURLBox, decode, getContent



public void OMAURLBox (String name)

public void decode (MP4InputStream in)


Returns the String that this box contains. Its meaning depends on the
type of this box.
return  the content of this box
public String getContent ()