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.
Element
Description
mnsEmpty
The 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.
mnsIdle
The media element or control is not currently using the network.
mnsLoading
The media element or control is currently using the network to load media data.
mnsNoSource
The 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.