PROCEDURE QTGetMovieOptionsN(
movieRef : INTEGER;
VAR frameRate : REAL;
VAR keyFrameRate : LONGINT;
VAR frameWidth : LONGINT;
VAR frameHeight : LONGINT);def vs.QTGetMovieOptionsN(movieRef):
return (frameRate, keyFrameRate, frameWidth, frameHeight)| Name | Type | Description |
|---|---|---|
| movieRef | INTEGER | Index of QuickTime movie stream. |
| frameRate | REAL | Frame rate of movie |
| keyFrameRate | LONGINT | keyFrameRate |
| frameWidth | LONGINT | Frame width of the movie stream. |
| frameHeight | LONGINT | Frame height of the movie stream. |
Availability: from Vectorworks 2018