Uses of Class
quicktime.std.comp.ComponentIdentifier

Packages that use ComponentIdentifier
quicktime.std.clocks   
quicktime.std.comp   
quicktime.std.image   
quicktime.std.movies   
quicktime.std.movies.media   
quicktime.std.music   
quicktime.std.qtcomponents   
quicktime.std.sg   
quicktime.streaming   
 

Uses of ComponentIdentifier in quicktime.std.clocks
 

Subclasses of ComponentIdentifier in quicktime.std.clocks
 class Clock
          The Clock implements methods for a corresponding QuickTime component.
 

Uses of ComponentIdentifier in quicktime.std.comp
 

Subclasses of ComponentIdentifier in quicktime.std.comp
 class Component
          Representation of an open ComponentInstance.
Sub classes define specific ComponentInstance types.
 

Methods in quicktime.std.comp that return ComponentIdentifier
static ComponentIdentifier ComponentIdentifier.find(ComponentDescription desc)
          Determine the next Component as specified.
static ComponentIdentifier ComponentIdentifier.find(ComponentIdentifier comp, ComponentDescription desc)
          Determine the next Component as specified.
 

Methods in quicktime.std.comp with parameters of type ComponentIdentifier
static ComponentIdentifier ComponentIdentifier.find(ComponentIdentifier comp, ComponentDescription desc)
          Determine the next Component as specified.
 

Constructors in quicktime.std.comp with parameters of type ComponentIdentifier
Component(ComponentIdentifier comp)
          Given a component identifier it opens the specified component.
 

Uses of ComponentIdentifier in quicktime.std.image
 

Subclasses of ComponentIdentifier in quicktime.std.image
 class CodecComponent
          Corresponds to the Codec Component type.
 class Compressor
          Corresponds to the compressor component type refer to CompressorComponent in QuickTime
 class Curve
          This class represents the QuickTime vectors.
 class Decompressor
          Corresponds to the Decompressor component type Refer to DecompressorComponent in QuickTime
 class GraphicsExporter
          Graphics exporter components provide a standard interface for exporting graphics to image files in a variety of formats.
 class GraphicsImporter
          Assists in managing still images.
 

Uses of ComponentIdentifier in quicktime.std.movies
 

Subclasses of ComponentIdentifier in quicktime.std.movies
 class MovieController
          The MovieController class implements the corresponding data structure of the Movie Toolbox.
 class MultiMovieController
          The MultiMovieController class allows for multiple movies to be associated with a single controller.
 

Uses of ComponentIdentifier in quicktime.std.movies.media
 

Subclasses of ComponentIdentifier in quicktime.std.movies.media
 class DataHandler
          The DataHandler class implements the corresponding data structure of the Movie Toolbox.
 class FlashMediaHandler
          This media handler allows a SWF file to be treated as a track within a QuickTime movie.
 class MediaHandler
          The MediaHandler class implements the corresponding data structure of the Movie Toolbox.
 class MovieMediaHandler
           
 class MPEGMediaHandler
           
 class MusicMediaHandler
           
 class QTVRMediaHandler
           
 class SoundMediaHandler
           
 class SpriteMediaHandler
           
 class StreamMediaHandler
          The Media handler for Stream Media tracks
 class TextMediaHandler
           
 class ThreeDMediaHandler
           
 class VideoMediaHandler
           
 class VisualMediaHandler
           
 

Uses of ComponentIdentifier in quicktime.std.music
 

Subclasses of ComponentIdentifier in quicktime.std.music
 class MusicComponent
          Corresponds to an instance of the MusicComponent component type.
 class NoteAllocator
          Corresponds to the NoteAllocator component type.
 class TunePlayer
          Corresponds to the TunePlayer component type.
 

Uses of ComponentIdentifier in quicktime.std.qtcomponents
 

Subclasses of ComponentIdentifier in quicktime.std.qtcomponents
 class CompressionDialog
          This class represents the standard compression dialog.
 class DataCodecCompressor
          Compresses data using the specified compressor
 class DataCodecDecompressor
          This class is used to decompress data given an appropriate compressor type which is the compressor used to compress the data.
 class ImageCompressionDialog
          This class represents the standard compression dialog for images.
 class MovieExporter
          Assists in exporting movie data and data conversion operations.
 class MovieImporter
          Assists in importing movie data.
 class SoundCompressionDialog
          This class represents the standard compression dialog for sound.
 class TimeCoder
           
 class XMLParser
          The XMLParser corresponds to the QuickTime XMLParse component, type 'pars' subtype 'xml '
 

Constructors in quicktime.std.qtcomponents with parameters of type ComponentIdentifier
DataCodecDecompressor(ComponentIdentifier comp)
          Given a component identifier it opens the specified component.
DataCodecCompressor(ComponentIdentifier comp)
          Given a component identifier it opens the specified component.
MovieImporter(ComponentIdentifier comp)
          Given a component identifier it opens the specified component.
MovieExporter(ComponentIdentifier comp)
          Given a component identifier it opens the specified component.
 

Uses of ComponentIdentifier in quicktime.std.sg
 

Subclasses of ComponentIdentifier in quicktime.std.sg
 class AudioChannel
          Assists in importing sound into a movie.
 class SequenceGrabber
          Assists in importing sound and video into a movie.
 class SGChannel
          Assists in importing sound and/or video into a movie.
 class SGMusicChannel
          Assists in Creating a MIDI Channel.
 class SGSoundChannel
          Assists in importing sound into a movie.
 class SGTextChannel
          Assists in importing video into a movie.
 class SGVideoChannel
          Assists in importing video into a movie.
 class VideoDigitizer
          The video digitizing channel.
 class VisualChannel
           
 

Uses of ComponentIdentifier in quicktime.streaming
 

Subclasses of ComponentIdentifier in quicktime.streaming
 class Sourcer
          The Sourcer class implements the corresponding data structure of the QTSSourcer component
 

Constructors in quicktime.streaming with parameters of type ComponentIdentifier
Sourcer(ComponentIdentifier compID)
          Creates a new Sourcer component from a specific component identifier