IDLgrMPEG::Put
Syntax | Arguments | Keywords | Version History
The IDLgrMPEG::Put procedure method puts a given image into the MPEG sequence at the specified frame. Note that all images in a given MPEG movie must have matching dimensions. If no dimensions were explicitly specified when the MPEG object was initialized, the dimensions will be set according to the dimensions of the first image.
Syntax
Obj->[IDLgrMPEG::]Put, Image[, Frame]
Arguments
Image
An instance of an IDLgrImage object or a m x n or 3 x m x n array representing the image to be loaded at the given frame.
Frame
An integer specifying the index of the frame at which the image is to be added. Frame indices start at zero. If Frame is not supplied, the frame number used will be one more than the last frame that was put. Frame number need not be consecutive; in case of a gap in frame numbers, the frame before the gap is repeated to fill the space.
Keywords
None
Version History