SetTimeBaseStopTime
You can set the stop time of a time base by calling theSetTimeBaseStopTimefunction. The stop time defines the time base's maximum time value. You must specify the new stop time in a time structure.
pascal void SetTimeBaseStopTime (TimeBase tb, const TimeRecord *tr);
tb- Specifies the time base for this operation. Your application obtains this time base identifier from the
NewTimeBasefunction (described on page 2-297).tr- Contains a pointer to a time structure that contains the stop time value.
DESCRIPTION
Do not use theSetTimeBaseStopTimefunction to restrict the Movie Toolbox to a portion of a movie--use theSetMovieActiveSegmentfunction (described on page 2-121) instead.ERROR CODES
NoneSEE ALSO
You can determine the stop time of a time base by calling theGetTimeBaseStopTimefunction, which is described in the next section.