C# Класс Poupou.AirPlay.AirPlayBrowser

AirPlay service browser.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDevice ( string name ) : NSNetService

Gets the NSNetService associated with the specified name.

GetDeviceNames ( ) : string[]

Gets all the presently available AirPlay device names.

Приватные методы

Метод Описание
Disable ( ) : void
Enable ( ) : void

Описание методов

GetDevice() публичный статический Метод

Gets the NSNetService associated with the specified name.
public static GetDevice ( string name ) : NSNetService
name string /// The AirPlay device name. ///
Результат NSNetService

GetDeviceNames() публичный статический Метод

Gets all the presently available AirPlay device names.
public static GetDeviceNames ( ) : string[]
Результат string[]