Uses of Class
com.coremedia.iso.boxes.AbstractContainerBox

Packages that use AbstractContainerBox
com.coremedia.iso   
com.coremedia.iso.boxes   
com.coremedia.iso.boxes.apple   
com.coremedia.iso.boxes.fragment   
 

Uses of AbstractContainerBox in com.coremedia.iso
 

Subclasses of AbstractContainerBox in com.coremedia.iso
 class IsoFile
          The most upper container for ISO Boxes.
 

Uses of AbstractContainerBox in com.coremedia.iso.boxes
 

Subclasses of AbstractContainerBox in com.coremedia.iso.boxes
 class DataInformationBox
           Box Type: 'dinf'
Container: MediaInformationBox ('minf')
Mandatory: Yes
Quantity: Exactly one

The data information box contains objects that declare the location of the media information in a track.
 class EditBox
          An Edit Box maps the presentation time-line to the media time-line as it is stored in the file.
 class MediaBox
          The media declaration container contains all the objects that declare information about the media data within a track.
 class MediaInformationBox
          This box contains all the objects that declare characteristic information of the media in the track.
 class MetaBox
          A common base structure to contain general metadata.
 class MovieBox
          The metadata for a presentation is stored in the single Movie Box which occurs at the top-level of a file.
 class ProtectionSchemeInformationBox
          The ProtectionSchemeInformationBox contains all the information required both to understand the encryption transform applied and its parameters, and also to find other information such as the kind and location of the key management system.
 class SampleTableBox
          The sample table contains all the time and data indexing of the media samples in a track.
 class SchemeInformationBox
          The Scheme Information Box is a container box that is only interpreted by the scheme beeing used.
 class TrackBox
          Tracks are used for two purposes: (a) to contain media data (media tracks) and (b) to contain packetization information for streaming protocols (hint tracks).
 class TrackReferenceBox
           Box Type: 'tref'
Container: TrackBox ('trak')
Mandatory: No
Quantity: Zero or one

This box provides a reference from the containing track to another track in the presentation.
 class UserDataBox
          This box contains objects that declare user information about the containing box and its data (presentation or track).
The User Data Box is a container box for informative user-data.
 

Uses of AbstractContainerBox in com.coremedia.iso.boxes.apple
 

Subclasses of AbstractContainerBox in com.coremedia.iso.boxes.apple
 class AppleGenericBox
           
 class AppleItemListBox
          undocumented iTunes MetaData Box.
 class AppleReferenceMovieBox
           
 class AppleReferenceMovieDescriptorBox
           
 class AppleWaveBox
           
 

Uses of AbstractContainerBox in com.coremedia.iso.boxes.fragment
 

Subclasses of AbstractContainerBox in com.coremedia.iso.boxes.fragment
 class MovieExtendsBox
          aligned(8) class MovieExtendsBox extends Box('mvex'){ }
 class MovieFragmentBox
          aligned(8) class MovieFragmentBox extends Box(moof){ }
 class MovieFragmentRandomAccessBox
          aligned(8) class MovieFragmentRandomAccessBox extends Box('mfra') { }
 class TrackFragmentBox
          aligned(8) class TrackFragmentBox extends Box('traf'){ }
 



Copyright © 2012. All Rights Reserved.