Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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, Boolean, BaseItem[], LibraryOptions, CancellationToken)

    Declaration
    List<MediaSourceInfo> GetMediaSources(User user, bool enableAlternateMediaSources, bool enablePathSubstitution, bool fillMediaStreams, bool fillChapters, BaseItem[] collectionFolders, LibraryOptions libraryOptions, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    User user
    System.Boolean enableAlternateMediaSources
    System.Boolean enablePathSubstitution
    System.Boolean fillMediaStreams
    System.Boolean fillChapters
    BaseItem[] collectionFolders
    LibraryOptions libraryOptions
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Collections.Generic.List<MediaSourceInfo>

    GetMediaStreams()

    Declaration
    List<MediaStream> GetMediaStreams()
    Returns
    Type Description
    System.Collections.Generic.List<MediaStream>

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.