Uses of Interface
com.coremedia.iso.boxes.ContainerBox

Packages that use ContainerBox
com.coremedia.iso   
com.coremedia.iso.boxes   
com.coremedia.iso.boxes.apple   
com.coremedia.iso.boxes.fragment   
com.coremedia.iso.boxes.mdat   
com.coremedia.iso.boxes.sampleentry   
com.googlecode.mp4parser.boxes.adobe   
 

Uses of ContainerBox in com.coremedia.iso
 

Classes in com.coremedia.iso that implement ContainerBox
 class IsoFile
          The most upper container for ISO Boxes.
 

Methods in com.coremedia.iso with parameters of type ContainerBox
static Box IsoFileConvenienceHelper.get(ContainerBox containerBox, String path)
           
 Box BoxParser.parseBox(ReadableByteChannel in, ContainerBox parent)
           
 Box AbstractBoxParser.parseBox(ReadableByteChannel byteChannel, ContainerBox parent)
          Parses the next size and type, creates a box instance and parses the box's content.
 

Uses of ContainerBox in com.coremedia.iso.boxes
 

Classes in com.coremedia.iso.boxes that implement ContainerBox
 class AbstractContainerBox
          Abstract base class suitable for most boxes acting purely as container for other 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 DataReferenceBox
          The data reference object contains a table of data references (normally URLs) that declare the location(s) of the media data used within the presentation.
 class EditBox
          An Edit Box maps the presentation time-line to the media time-line as it is stored in the file.
 class FullContainerBox
          Abstract base class for a full iso box only containing ither boxes.
 class ItemProtectionBox
          The Item Protection Box provides an array of item protection information, for use by the Item Information Box.
 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 SampleDescriptionBox
          The sample description table gives detailed information about the coding type used, and any initialization information needed for that coding.
 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.
 

Methods in com.coremedia.iso.boxes that return ContainerBox
 ContainerBox AbstractBox.getParent()
           
 ContainerBox Box.getParent()
           
 ContainerBox ContainerBox.getParent()
          Gets the parent box.
 

Methods in com.coremedia.iso.boxes with parameters of type ContainerBox
 void AbstractBox.setParent(ContainerBox parent)
           
 void Box.setParent(ContainerBox parent)
           
 

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

Classes in com.coremedia.iso.boxes.apple that implement ContainerBox
 class AbstractAppleMetaDataBox
           
 class AppleAlbumArtistBox
          itunes MetaData comment box.
 class AppleAlbumBox
           
 class AppleArtistBox
          iTunes Artist box.
 class AppleCommentBox
          itunes MetaData comment box.
 class AppleCompilationBox
          Compilation.
 class AppleCopyrightBox
          itunes MetaData comment box.
 class AppleCoverBox
           
 class AppleCustomGenreBox
           
 class AppleDescriptionBox
           
 class AppleEncoderBox
          itunes MetaData comment box.
 class AppleGaplessPlaybackBox
          Gapless Playback.
 class AppleGenericBox
           
 class AppleGroupingBox
          itunes MetaData comment box.
 class AppleIdBox
           
 class AppleItemListBox
          undocumented iTunes MetaData Box.
 class AppleMediaTypeBox
          itunes MetaData comment box.
 class AppleNetworkBox
           
 class ApplePurchaseDateBox
           
 class AppleRatingBox
          iTunes Rating Box.
 class AppleRecordingYearBox
           
 class AppleReferenceMovieBox
           
 class AppleReferenceMovieDescriptorBox
           
 class AppleShowBox
           
 class AppleSortAlbumBox
           
 class AppleStandardGenreBox
           
 class AppleStoreAccountTypeBox
          itunes MetaData comment box.
 class AppleStoreCountryCodeBox
          itunes MetaData comment box.
 class AppleSynopsisBox
           
 class AppleTempBox
          Beats per minute.
 class AppleTrackAuthorBox
           
 class AppleTrackNumberBox
           
 class AppleTrackTitleBox
           
 class AppleTvEpisodeBox
          Tv Episode.
 class AppleTvEpisodeNumberBox
          Tv Episode.
 class AppleTvSeasonBox
          Tv Season.
 class AppleWaveBox
           
 

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

Classes in com.coremedia.iso.boxes.fragment that implement ContainerBox
 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'){ }
 

Uses of ContainerBox in com.coremedia.iso.boxes.mdat
 

Methods in com.coremedia.iso.boxes.mdat that return ContainerBox
 ContainerBox MediaDataBox.getParent()
           
 

Methods in com.coremedia.iso.boxes.mdat with parameters of type ContainerBox
 void MediaDataBox.setParent(ContainerBox parent)
           
 

Uses of ContainerBox in com.coremedia.iso.boxes.sampleentry
 

Classes in com.coremedia.iso.boxes.sampleentry that implement ContainerBox
 class AudioSampleEntry
          Contains basic information about the audio samples in this track.
 class MpegSampleEntry
           
 class Ovc1VisualSampleEntryImpl
           
 class SampleEntry
          Abstract base class for all sample entries.
 class SubtitleSampleEntry
          Created by IntelliJ IDEA.
 class TextSampleEntry
          Entry type for timed text samples defined in the timed text specification (ISO/IEC 14496-17).
 class VisualSampleEntry
          Contains information common to all visual tracks.
 

Uses of ContainerBox in com.googlecode.mp4parser.boxes.adobe
 

Classes in com.googlecode.mp4parser.boxes.adobe that implement ContainerBox
 class ActionMessageFormat0SampleEntryBox
          Sample Entry as used for Action Message Format tracks.
 



Copyright © 2012. All Rights Reserved.