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

The Scheme Type Box identifies the protection scheme.
author  Alexander Simm


Variables : ITUNES_SCHEME
Functions : SchemeTypeBox, decode, getSchemeType, getSchemeVersion, getSchemeURI


public long ITUNES_SCHEME


public void SchemeTypeBox ()

public void decode (MP4InputStream in)


The scheme type is the code defining the protection scheme.
return  the scheme type
public long getSchemeType ()


The scheme version is the version of the scheme used to create the
content.
return  the scheme version
public long getSchemeVersion ()


The optional scheme URI allows for the option of directing the user to a
web-page if they do not have the scheme installed on their system. It is
an absolute URI.
If the scheme URI is not present, this method returns null.
return  the scheme URI or null, if no URI is present
public String getSchemeURI ()