Icon TMediaPreload

Unit: WebUI

TMediaPreload = (mplNone,mplMetaData,mplAuto)

Available In: Client and Server Applications

The TMediaPreload enumerated type is used with the TAudio, TVideo, and TMediaElement classes to specify how much media data can be pre-loaded by the media UI element or control.

ElementDescription
mplAutoAll of the media data can be pre-loaded.
mplMetaDataOnly the media metadata can be pre-loaded.
mplNoneNone of the media data can be pre-loaded.
Image