Interface ISupportsIntrosOptions
Namespace: MediaBrowser.Controller.Library
Assembly: MediaBrowser.Controller.dll
Syntax
public interface ISupportsIntrosOptions
Methods
GetIntros(BaseItem, User, IntrosOptions)
Declaration
Task<IEnumerable<IntroInfo>> GetIntros(BaseItem item, User user, IntrosOptions options)
Parameters
Type | Name | Description |
---|---|---|
BaseItem | item | |
User | user | |
IntrosOptions | options |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IntroInfo>> |