quicktime.jdirect
Interface QuickTimeLib

All Superinterfaces:
InterfaceLib, PrimitivesLib, SharedLibrary, com.apple.jdirect.SharedLibrary
All Known Implementing Classes:
QTSession, QTHandleRef, Pict, QDColor, SetGWorld, Polygon, QTPointerRef, QDGraphics, PixMap, QDFont, ColorTable, GDevice, Region, Vector3D, Matrix4x4, Matrix3x3, Point2D, Vector2D, Quaternion, Point3D, QTFile, OpenedFile, AliasHandle, QTPreferences, SpriteWorld, Sprite, QTCallBack, TimeBase, TimeRecord, ComponentIdentifier, Component, Clock, ComponentDescription, CodecComponent, CDSequence, QTHandle, CurvePath, ICMPixelFormatInfo, AtomContainer, VectorStream, GraphicsExporter, Compressor, CSequence, SampleDescription, ImageDescription, Matrix, GXPaths, GraphicsMode, Decompressor, QTImage, GraphicsImporter, CodecInfo, CodecNameList, ImageSequenceDataSource, MovieController, Movie, MultiMovieController, ParameterDialog, Track, AtomData, EffectsList, FullScreen, Media, VisualMediaHandler, TextMediaHandler, SoundMediaHandler, QTVector, UserData, VideoMediaHandler, MPEGMediaHandler, DataHandler, SpriteMediaHandler, MovieMediaHandler, StreamMediaHandler, QTVRMediaHandler, DataRef, SoundDescription, FlashMediaHandler, AtomicInstrument, NoteChannel, MusicComponent, NoteAllocator, TunePlayer, ToneDescription, CompressionDialog, ImageCompressionDialog, SCSequence, SoundCompressionDialog, XMLContent, DataCodecDecompressor, DataCodecCompressor, XMLParser, TimeCoder, MovieImporter, MovieExporter, XMLDoc, XMLAttribute, SGChannel, VisualChannel, SGVideoChannel, AudioChannel, SGSoundChannel, VideoDigitizer, SGMusicChannel, SequenceGrabber, SGOutput, DigitizerInfo, SGTextChannel, QTPointer, RawEncodedImage, QTUtils, StringHandle, SndHandle, SPBDevice, SPB, Sound, QTVRInstance

public interface QuickTimeLib
extends InterfaceLib, PrimitivesLib

Base interface of all interfaces that represent platform shared libraries. Sub-interfaces of SharedLibrary should contain a static field of type Object, that is initialized in its static initializer by calling JDirectLinker.loadLibrary.


Field Summary
static java.lang.String JDirect_MacOSX
           
static java.lang.Object libraryInstance
           
static java.lang.String name
           
 

Field Detail

libraryInstance

public static final java.lang.Object libraryInstance

name

public static final java.lang.String name

JDirect_MacOSX

public static final java.lang.String JDirect_MacOSX