Returns a Long value specifying the protocol used to receive data.
Syntax
MediaPlayer.SourceProtocol
Remarks
Valid protocols include the following:
Constant | Value | Description |
nsMulticast | 1 | Multicasting with no control connection. |
nsMulticastPlus | 2 | Multicasting with control connection. |
nsUDP | 3 | User Datagram Protocol |
nsTCP | 4 | Transmission Control Protocol |
nsDistribution | 5 | MSBD protocol. Typically used to connect directly to the encoder for test purposes. |
nsHTTP | 6 | Hyper Text Transport Protocol. |
nsFile | 7 | File Transfer Protocol. |
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.