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

    Show / Hide Table of Contents

    Interface IDeviceDiscovery

    Namespace: MediaBrowser.Model.Dlna
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IDeviceDiscovery

    Methods

    AddNotificationTypeFilter(String)

    Declaration
    void AddNotificationTypeFilter(string filter)
    Parameters
    Type Name Description
    System.String filter

    RemoveNotificationTypeFilter(String)

    Declaration
    void RemoveNotificationTypeFilter(string filter)
    Parameters
    Type Name Description
    System.String filter

    Events

    DeviceDiscovered

    Declaration
    event EventHandler<GenericEventArgs<UpnpNotificationInfo>> DeviceDiscovered
    Event Type
    Type Description
    System.EventHandler<GenericEventArgs<UpnpNotificationInfo>>

    DeviceLeft

    Declaration
    event EventHandler<GenericEventArgs<UpnpNotificationInfo>> DeviceLeft
    Event Type
    Type Description
    System.EventHandler<GenericEventArgs<UpnpNotificationInfo>>

    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.