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

    Show / Hide Table of Contents

    Interface IMediaMountManager

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: MediaBrowser.Model.IO
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IMediaMountManager : IDisposable

    Methods

    AddParts(IEnumerable<IMediaMounter>)

    Adds the parts.

    Declaration
    void AddParts(IEnumerable<IMediaMounter> mounters)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IMediaMounter> mounters

    The mounters.

    CanMount(FileSystemMetadata, String)

    Determines whether this instance can mount the specified path.

    Declaration
    bool CanMount(FileSystemMetadata fileInfo, string container)
    Parameters
    Type Name Description
    FileSystemMetadata fileInfo
    System.String container
    Returns
    Type Description
    System.Boolean

    Mount(FileSystemMetadata, String, CancellationToken)

    Declaration
    Task<IMediaMount> Mount(FileSystemMetadata fileInfo, string container, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    FileSystemMetadata fileInfo
    System.String container
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<IMediaMount>

    Mount(String, String, CancellationToken)

    Mounts the specified media path.

    Declaration
    Task<IMediaMount> Mount(string mediaPath, string container, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.String mediaPath
    System.String container
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<IMediaMount>

    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.