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

    Show / Hide Table of Contents

    Class MediaMount

    Inheritance
    System.Object
    MediaMount
    Implements
    IMediaMount
    System.IDisposable
    Namespace: MediaBrowser.Model.IO
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class MediaMount : IMediaMount, IDisposable

    Properties

    FileSystem

    Declaration
    public IFileSystem FileSystem { get; set; }
    Property Value
    Type Description
    IFileSystem

    MountedContainer

    Declaration
    public string MountedContainer { get; set; }
    Property Value
    Type Description
    System.String

    MountedPathInfo

    Declaration
    public FileSystemMetadata MountedPathInfo { get; set; }
    Property Value
    Type Description
    FileSystemMetadata

    MountedProtocol

    Declaration
    public MediaProtocol MountedProtocol { get; set; }
    Property Value
    Type Description
    MediaProtocol

    Methods

    AddDisposable(IDisposable)

    Declaration
    public void AddDisposable(IDisposable disposable)
    Parameters
    Type Name Description
    System.IDisposable disposable

    Dispose()

    Declaration
    public void Dispose()

    OnDispose()

    Declaration
    protected virtual void OnDispose()

    Implements

    IMediaMount
    System.IDisposable

    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.