Click or drag to resize

IConnectionManagerService Interface

[This is preliminary documentation and is subject to change.]

Defines the UPnP AV Connection Manager service from a Control Point perspective

Namespace:  GHASchema.Classes.Device.AudioVideo.UPnPAV
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public interface IConnectionManagerService

The IConnectionManagerService type exposes the following members.

Methods
  NameDescription
Public methodConnectionComplete
Tells Media renderer that the specified connection is finished
Public methodGetCurrentConnectionIDs
Returns list of current connection ID's
Public methodGetCurrentConnectionInfo
Get details on the requested Connection ID
Public methodGetProtocolInfo
Queries the media renderer for the protocols that can be used to source or sink media streams
Public methodPrepareForConnection
Instructs the media renderer to prepare for a connection from the provided peer. Normally not needed
Top
Events
  NameDescription
Public eventCmPropertyChanged
Raised when there is a property changed in the connection manager service
Top
See Also