Icon TMediaNetworkState

Unit: WebUI

TMediaNetworkState = (mnsEmpty,mnsIdle,mnsLoading,mnsNoSource)

Available In: Client and Server Applications

The TMediaNetworkState enumerated type is used with the TAudio, TVideo, and TMediaElement classes to determine the current network state of a media UI element or control.

ElementDescription
mnsEmptyThe media element or control has not started using the network. This is the case right after a new media URL has been specified for the media element or control.
mnsIdleThe media element or control is not currently using the network.
mnsLoadingThe media element or control is currently using the network to load media data.
mnsNoSourceThe media element or control is not currently using the network because the media URL specified as a source cannot be played by the media element or control.
Image