|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stream | |
quicktime.qd | |
quicktime.streaming |
Uses of Stream in quicktime.qd |
Methods in quicktime.qd with parameters of type Stream | |
static Pict |
Pict.fromPresentation(Presentation p,
Stream s)
This method creates a picture that contains a representation of the presentation returns a PicHandle object for the image. |
static QDGraphics |
QDGraphics.fromPresentation(Presentation p,
Stream s)
Your application can retrieve a Presentation's graphics world by calling the getGWorld method. |
static Region |
Region.fromPresentationClip(Presentation p,
Stream s)
This method allows your application to determine a Presentation's clipping region. |
Uses of Stream in quicktime.streaming |
Methods in quicktime.streaming that return Stream | |
Stream |
PresIdleParams.getStream()
|
Stream |
Presentation.getIndStream(int index)
This method gets a stream owned by the presentation object from an index |
Methods in quicktime.streaming with parameters of type Stream | |
void |
PresIdleParams.setStream(Stream s)
This method sets the stream of the params object |
void |
Presentation.export(ExportParams params,
Stream s)
This method exports the stream settings |
boolean |
Presentation.hasCharacteristic(Stream s,
int characteristic)
This method returns true if the presentation has a specific characteristic |
void |
Presentation.preview(Stream s,
long timeValue,
float rate,
int flags)
This method previews the presentation |
void |
Presentation.preroll(Stream s,
int timeValue,
float rate,
int flags)
This method previews the presentation with a specific stream |
void |
Presentation.preroll(Stream s,
long timeValue,
float rate,
int flags)
This method previews the presentation with a specific stream |
void |
Presentation.start(Stream s,
int flags)
This method starts the specific stream associated with the presentation |
void |
Presentation.stop(Stream s,
int flags)
This method stops the presentation of a specific stream |
void |
Presentation.setEnable(Stream s,
boolean enableMode)
This method specifies whether the presentation is enabled |
boolean |
Presentation.getEnable(Stream s)
This method returns true if the presentation is enabled |
void |
Presentation.setPresenting(Stream s,
boolean inPresentingMode)
This method toggles the presenter's presentation mode |
boolean |
Presentation.getPresenting(Stream s)
This method returns the presenter's presentation mode |
void |
Presentation.setActiveSegment(Stream s,
long startTime,
long duration)
This method sets the active segment of the presenter |
long |
Presentation.getActiveSegmentStart(Stream s)
This method gets the start time of the active segment of the presenter |
long |
Presentation.getActiveSegmentDuration(Stream s)
This method gets the duration of the active segment of the presenter |
void |
Presentation.setPlayHints(Stream s,
int flags,
int mask)
This method sets the playing hints of the presenter |
int |
Presentation.getPlayHints(Stream s)
This method gets the playing hints of the presenter |
void |
Presentation.setGWorld(Stream s,
QDGraphics gWorld,
GDevice gd)
This method sets the GWorld of the presenter |
void |
Presentation.setGWorld(Stream s,
QDGraphics gWorld)
This method sets the GWorld of the presenter (uses the main device as the default GDevice) |
QDGraphics |
Presentation.getGWorld(Stream s)
This method retrieves the GWorld of the presenter |
void |
Presentation.setClip(Stream s,
Region rgn)
This method sets the clipping region of the presenter |
Region |
Presentation.getClip(Stream s)
This method retrieves the clipping region of the presenter |
void |
Presentation.setMatrix(Stream s,
Matrix matrix)
This method sets the matrix of the presenter |
Matrix |
Presentation.getMatrix(Stream s)
This method gets the matrix of the presenter |
void |
Presentation.setDimensions(Stream s,
float width,
float height)
This method sets the dimensions of the presenter |
void |
Presentation.setDimensions(Stream s,
QDDimension dim)
This method sets the dimensions of the presenter |
QDDimension |
Presentation.getDimensions(Stream s)
This method gets the dimensions of the presenter |
void |
Presentation.setGraphicsMode(Stream s,
int mode,
QDColor opColor)
This method sets the graphics mode of the presenter |
GraphicsMode |
Presentation.getGraphicsMode(Stream s)
This method gets the graphics mode of the presenter |
Pict |
Presentation.getPicture(Stream s)
This method gets the picture associated with the presenter |
void |
Presentation.setVolumes(Stream s,
int leftVol,
int rightVol)
This method sets the right and left volumes of the presenter |
int |
Presentation.getRightVolume(Stream s)
This method gets the right volume of the presenter |
int |
Presentation.getLeftVolume(Stream s)
This method gets the left volume of the presenter |
void |
Presentation.addSource(Stream s,
Component sourcer,
int flags)
Deprecated. use addSourcer() |
void |
Presentation.removeSource(Stream s,
Component sourcer,
int flags)
Deprecated. use removeSourcer() |
void |
Presentation.addSourcer(Stream s,
Sourcer sourcer,
int flags)
This method adds a source component to the presenter |
void |
Presentation.removeSourcer(Stream s,
Sourcer sourcer,
int flags)
Deprecated. |
int |
Presentation.getNumSources(Stream s)
Deprecated. |
int |
Presentation.getNumSourcers(Stream s)
This method returns the number of source components for the presenter |
Sourcer |
Presentation.getIndSourcer(Stream s,
int index)
This method returns a component at a given index associated with a specific stream |
int |
StreamNotifyProc.execute(int type,
Stream s)
This method should be overridden to handle the following notification types: kQTSStreamBeginChangingNotification kQTSStreamDoneChangingNotification kQTSPreviewAckNotification kQTSPrerollAckNotification kQTSStartAckNotification kQTSStopAckNotification kQTSNewStreamNotification kQTSStreamGoneNotification |
int |
StreamNotifyProc.execute(int type,
Stream s,
Component comp)
This method should be overridden to handle the following notification types: kQTSStreamChangedNotification |
Constructors in quicktime.streaming with parameters of type Stream | |
SettingsDialog(Presentation p,
Stream s)
This method creates and displays a new settings dialog for a specific stream |
|
PresIdleParams(Stream s,
long timeToDisplay,
int flagsIn)
This constructor creates an PresIdleParams Object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |