...
...
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
Filename
: The name of the image fileMode
: The image mode. See the entry for SetDefaultMode() below for more details.Transition
: The image transition setting. See the entry for SetDefaultTransition() below for more details.EncryptionAlgorithm
: The file-encryption algorithm. Currently the options are "AesCtr" and "AesCtrHmac".EncryptionKey
: The key to decrypt the image file. This is a byte array consisting of 128 bits of key, followed by 128 bits of IV.
See the the Image Decryption section section below for details on displaying encrypted images.
Warning | ||
---|---|---|
| ||
The image player no longer accepts "{A|A}" AES encryption keys (i.e. where the top and bottom 64 bits of the key are identical). |
PreloadFile(image_filename As String) As Boolean
...