[This is preliminary documentation and subject to change.]

Main interface for content provider plugins.


The following tables list the members exposed by IPlayOnProvider.

Public Properties

  Name Description
Public property ID Returns a unique ID for this provider, no longer than 24 characters.
Public property Image Returns an Image icon for this content provider.
Public property Name Returns the human-readable name of this plugin.
Top

Public Methods

  Name Description
Public method GetSharedMedia Returns a Payload for the given ID and request parameters.
Public method Resolve Resolves a given SharedMediaFileInfo if further logic is required to obtain the media URL or to include advertisement URL's, and returns XML information about these URL's.
Public method SetPlayOnHost Sets the given IPlayOnHost for this plugin.
Top

See Also