Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 670 Bytes

File metadata and controls

29 lines (23 loc) · 670 Bytes

QTGetMovieOptions

Description

Retrieves the QuickTime movie frame rate and key frame rate for the referenced movie stream.

PROCEDURE QTGetMovieOptions(
				movieRef         : INTEGER;
				VAR frameRate    : REAL;
				VAR keyFrameRate : LONGINT);
def vs.QTGetMovieOptions(movieRef):
    return (frameRate, keyFrameRate)

Parameters

Name Type Description
movieRef INTEGER Index of QuickTime movie stream.
frameRate REAL Frame rate of movie
keyFrameRate LONGINT Key frame rate of movie.

Version

Availability: from VectorWorks8.5

Category