GalleryStillAlbum
DeleteStills([galleryStill])
Return Type:Bool
Deletes specified list of GalleryStill objects '[galleryStill]'.
ExportStills([galleryStill], folderPath, filePrefix, format)
Return Type:Bool
Exports list of GalleryStill objects '[galleryStill]' to directory 'folderPath', with filename prefix 'filePrefix', using file format 'format' (supported formats: dpx, cin, tif, jpg, png, ppm, bmp, xpm).
GetLabel(galleryStill)
Return Type:string
Returns the label of the galleryStill.
GetStills()
Return Type:[galleryStill]
Returns the list of GalleryStill objects in the album.
SetLabel(galleryStill, label)
Return Type:Bool
Sets the new 'label' to GalleryStill object 'galleryStill'.