Client Interfaces
Previous | Next |
Client Interfaces
A client can be any software that receives content from a Windows Media server. The most common examples cited throughout this documentation are Microsoft Internet Explorer, Windows Media Player, and other Windows Media servers. The server object model contains the following interfaces that enable you to retrieve information about connected clients. Links to reference pages for these interfaces, listed by programming language, are provided in the See Also lists that follow the table.
Interface | Description |
IWMSOutgoingDistributionConnection | Contains methods to manage distribution connections. You can use a Windows Media server as a distribution server. |
IWMSOutgoingDistributionConnections | Contains a collection of IWMSOutgoingDistributionConnection interfaces. |
IWMSPlayer | Contains methods to retrieve the properties of a connected player. |
IWMSPlayers | Contains a collection of IWMSPlayer interfaces. |
See Also (General)
See Also (Visual Basic .NET)
- IWMSOutgoingDistributionConnection Object (Visual Basic .NET)
- IWMSOutgoingDistributionConnections Object (Visual Basic .NET)
- IWMSPlayer Object (Visual Basic .NET)
- IWMSPlayers Object (Visual Basic .NET)
See Also (C#)
- IWMSOutgoingDistributionConnection Object (C#)
- IWMSOutgoingDistributionConnections Object (C#)
- IWMSPlayer Object (C#)
- IWMSPlayers Object (C#)
See Also (C++)
- IWMSOutgoingDistributionConnection Interface
- IWMSOutgoingDistributionConnections Interface
- IWMSPlayer Interface
- IWMSPlayers Interface
Previous | Next |