Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IIS Web Playlists SDK allows developers to extend the default behavior through the development of custom providers. The SDK provides a COM interface that supports implementation in either .NET or native code providers.
Interfaces
The following table represents the interfaces used to develop custom playlist programming references.
Interface |
Description |
|---|---|
Serves as the root interface for a custom playlist provider. This interface provides access to initialization and shutdown routines for a provider. |
|
Represents the current playlist request. Enables custom providers to get and set server variables, the URI of the request, and playlist file information if the playlist is file-based. |
|
Defines an empty playlist that contains a collection of playlist entries in the form of an IPlaylistEntryInfoCollection Interface. |
|
Represents individual entries in a playlist. |
|
Allows a custom provider to traverse a list of playlist entries in the form of IPlaylistEntryInfo Interface info objects. |
|
Provides access to properties of file-based playlists. |