|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Presentation | |
| quicktime.qd | |
| quicktime.std.clocks | |
| quicktime.streaming | |
| Uses of Presentation in quicktime.qd |
| Methods in quicktime.qd with parameters of type Presentation | |
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 Presentation in quicktime.std.clocks |
| Methods in quicktime.std.clocks with parameters of type Presentation | |
static TimeBase |
TimeBase.fromPresentation(Presentation p)
Returns the Presentation's current time Base. |
| Uses of Presentation in quicktime.streaming |
| Methods in quicktime.streaming that return Presentation | |
Presentation |
Stream.getPresentation()
Retrieves the presentation object this stream is associated with |
static Presentation |
Presentation.fromData(int dataType,
QTPointerRef data,
PresParams params)
Creates a new presentation object from data |
static Presentation |
Presentation.fromFile(QTFile file,
PresParams params)
(Not in carbon yet) |
static Presentation |
Presentation.fromDataRef(DataRef ref,
PresParams params)
(Not in carbon yet) |
| Methods in quicktime.streaming with parameters of type Presentation | |
int |
StreamNotifyProc.execute(int type,
Presentation pres)
This method should be overridden to handle the following notification types: kQTSNewPresentationNotification kQTSPresentationGoneNotification |
| Constructors in quicktime.streaming with parameters of type Presentation | |
SettingsDialog(Presentation p)
This method creates and displays a new settings dialog for all active streams |
|
SettingsDialog(Presentation p,
Stream s)
This method creates and displays a new settings dialog for a specific stream |
|
Stream(Presentation pres,
int dataType,
QTPointerRef data)
Create a new stream object | |
Stream(Presentation pres,
int dataType,
QTPointerRef data,
int flags)
Create a new stream object | |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||