Icon TCanPlayMedia

Unit: WebUI

TCanPlayMedia = (cpmCannot,cpmMaybe,cpmProbably)

Available In: ClientApplications

The TCanPlayMedia enumerated type is used with the TMediaControl CanPlayMedia method and TMediaElement CanPlayMedia method to determine if a particular type of media can be played.

ElementDescription
cpmCannotThe media can definitely not be played by the web browser.
cpmMaybeThe media may be able to be played by the web browser, but the browser is not certain.
cpmProbablyThe media should be able to be played by the web browser.
Image