quicktime.jdirect
Interface InterfaceLib

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

public interface InterfaceLib
extends com.apple.jdirect.SharedLibrary, SharedLibrary

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
           
 

Field Detail

libraryInstance

public static final java.lang.Object libraryInstance

JDirect_MacOSX

public static final java.lang.String JDirect_MacOSX
See Also:
Constant Field Values