Sets the QuickTime movie frame rate and key frame rate for the referenced movie stream. The standard QuickTime compression options dialog can also be optionally displayed.
PROCEDURE QTSetMovieOptions(
movieRef : INTEGER;
frameRate : REAL;
keyFrameRate : LONGINT;
useDlg : BOOLEAN;
useDlgPreview : BOOLEAN);def vs.QTSetMovieOptions(movieRef, frameRate, keyFrameRate, useDlg, useDlgPreview):
return None| Name | Type | Description |
|---|---|---|
| movieRef | INTEGER | Index of QuickTime movie stream. |
| frameRate | REAL | Frame rate of movie. |
| keyFrameRate | LONGINT | Key frame rate of movie. |
| useDlg | BOOLEAN | Display QuickTime comprssion options dialog. |
| useDlgPreview | BOOLEAN | Show dialog preview. |
Availability: from VectorWorks8.5