Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.sampleentries.XMLMetadataSampleEntry
Extends/Implements : un.storage.media.mp4.boxes.impl.sampleentries.MetadataSampleEntry
Subclasses : -

author  Alexander Simm


Variables : -
Functions : XMLMetadataSampleEntry, decode, getNamespace, getSchemaLocation



public void XMLMetadataSampleEntry ()

public void decode (MP4InputStream in)


Gives the namespace of the schema for the timed XML metadata. This is
needed for identifying the type of metadata, e.g. gBSD or AQoS
(MPEG-21-7) and for decoding using XML aware encoding mechanisms such as
BiM.
@return the namespace
public String getNamespace ()


Optionally provides an URL to find the schema corresponding to the
namespace. This is needed for decoding of the timed metadata by XML aware
encoding mechanisms such as BiM.
return  the schema's URL
public String getSchemaLocation ()