Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Retrieves a value specifying the protocol used to receive data.
Compatibility:Windows Media Player
[ lProtocol = ] MediaPlayer.SourceProtocol
Parameters
Value | Visual Basic Constant | Description |
---|---|---|
1 | nsMulticast | Multicasting with no control connection. |
2 | nsMulticastPlus | Multicasting with control connection. |
3 | nsUDP | User Datagram Protocol. |
4 | nsTCP | Transmission Control Protocol. |
5 | nsDistribution | MSBD protocol. Typically used to connect directly to the encoder for test purposes. |
6 | nsHTTP | Hypertext Transfer Protocol. |
7 | nsFile | Local file playback. |
This property is read-only.
See Also