Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 941 Bytes

File metadata and controls

34 lines (29 loc) · 941 Bytes

QTSetMovieOptionsN

PROCEDURE QTSetMovieOptionsN(
				movieRef      : INTEGER;
				frameRate     : REAL;
				keyFrameRate  : LONGINT;
				useDLG        : BOOLEAN;
				useDlgPreview : BOOLEAN;
				frameWidth    : LONGINT;
				frameHeight   : LONGINT);
def vs.QTSetMovieOptionsN(movieRef, frameRate, keyFrameRate, useDLG, useDlgPreview, frameWidth, frameHeight):
    return None

Parameters

Name Type Description
movieRef INTEGER Index of QuickTime movie stream.
frameRate REAL Frame rate of movie.
keyFrameRate LONGINT Key frame rate of the movie.
useDLG BOOLEAN Display QuickTime Video Settings dialog.
useDlgPreview BOOLEAN Show dialog preview.
frameWidth LONGINT Frame width for the movie file.
frameHeight LONGINT Frame height for the movie file.

Version

Availability: from Vectorworks 2018

Category