oi10:presentation_server:stopframe_property_animate

STOPFRAME property (Animate)

Specifies the last frame number to display when playing a clip.

The STOPFRAME property is an integer value that specifies the frame number to stop playing at. The value must be -1 (the default) to specify the last frame in the clip, or be greater than the STARTFRAME value and less than 65536.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

N/A

 
// Example:

   //

   // Open an AVI file called "FileCopyXP.avi" and begin playing

   // immediately from frames 4 to 8

   

   $Insert Logical

   

   ObjxArray =        @Window : ".ANI_COPYING"

   PropArray =        "AUTOPLAY"

   DataArray =        TRUE$

   ObjxArray := @Rm : @Window : ".ANI_COPYING"

   PropArray := @Rm : "STARTFRAME"

   DataArray := @Rm : 4

   

   ObjxArray := @Rm : @Window : ".ANI_COPYING"

   PropArray := @Rm : "STOPFRAME"

   DataArray := @Rm : 8

   

   ObjxArray := @Rm : @Window : ".ANI_COPYING"

   PropArray := @Rm : "CLIPNAME"

   DataArray := @Rm : ".\avi\filecopyxp.avi"

   

   Call Set_Property_Only( ObjxArray, PropArray, DataArray )
 
 
 

N/A

  • oi10/presentation_server/stopframe_property_animate.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1