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

The Copyright box contains a copyright declaration which applies to the
entire presentation, when contained within the Movie Box, or, when contained
in a track, to that entire track. There may be multiple copyright boxes using
different language codes.
author  Alexander Simm


Variables : -
Functions : CopyrightBox, decode, getLanguageCode, getNotice



public void CopyrightBox ()

public void decode (MP4InputStream in)


The language code for the following text. See ISO 639-2/T for the set of
three character codes.
public String getLanguageCode ()


The copyright notice.
public String getNotice ()