|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.QTObject | +--quicktime.util.QTHandleRef | +--quicktime.std.movies.AtomContainer | +--quicktime.std.music.AtomicInstrument
Corresponds to the AtomicInstrument type and its accompanying calls
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Fields inherited from interface quicktime.jdirect.QuickTimeVRLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
AtomicInstrument()
Create a new disposable and empty AtomContainer. |
Method Summary | |
NoteChannel |
newNoteChannel(int flags)
Make a new note channel for an atomic instrument. |
NoteChannel |
newNoteChannel(NoteAllocator na,
int flags)
Make a new note channel for an atomic instrument. |
void |
pickEditInstrument(NoteAllocator na,
java.lang.String prompt,
int flags)
Presents a user interface for modifying the AtomicInstrument. |
Methods inherited from class quicktime.util.QTHandleRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, fromCompressionDialogState, fromSCSequence, getBytes, getSize, inMemory, isLocked, lock, lockHigh, moveHigh, toQTPointer, toQTPointer, toString, unlock |
Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AtomicInstrument() throws QTException
Method Detail |
public void pickEditInstrument(NoteAllocator na, java.lang.String prompt, int flags) throws StdQTException
na
- an open Note Allocator component.prompt
- Dialog box prompt "New Instrument..."flags
- flags to limit user options, use zero for default.public NoteChannel newNoteChannel(int flags) throws QTException
na
- an open Note Allocator component.flags
- specify details of the new note channelpublic NoteChannel newNoteChannel(NoteAllocator na, int flags) throws StdQTException
na
- an open Note Allocator component.flags
- specify details of the new note channel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |