Interface IHasMediaSources
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IHasMediaSources
Properties
Id
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Path
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
RunTimeTicks
Declaration
long? RunTimeTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Methods
GetMediaSources(User, Boolean, Boolean, Boolean, LibraryOptions)
Declaration
List<MediaSourceInfo> GetMediaSources(User user, bool enableAlternateMediaSources, bool enablePathSubstitution, bool fillChapters, LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
User | user | |
System.Boolean | enableAlternateMediaSources | |
System.Boolean | enablePathSubstitution | |
System.Boolean | fillChapters | |
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<MediaSourceInfo> |
GetMediaStreams()
Declaration
List<MediaStream> GetMediaStreams()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<MediaStream> |