MSIPAddressInfo Dictionary object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains information on the endpoint addresses. It is defined in [MS-QoE] Section 2.2.1.9 (AddrType).
Syntax
dictionary MSIPAddressInfo {
DOMString ipAddr;
unsigned short port;
DOMString manufacturerMacAddrMask = "";
};
Standards information
MSIPAddressInfo Dictionary
Member | Type | Description |
---|---|---|
ipAddr | DOMString | The IP listening address for the stream in appropriate notation (IPv4 or IPv6). |
manufacturerMacAddrMask | DOMString, defaulting to "" | The OUI portion of the media access control address address of the network interface adapter associated with the IPAddr. |
port | unsigned short | The listening port for the stream. |