C# Class Poupou.AirPlay.AirPlayBrowser

AirPlay service browser.
ファイルを表示 Open project: spouliot/airplay

Public Methods

Method Description
GetDevice ( string name ) : NSNetService

Gets the NSNetService associated with the specified name.

GetDeviceNames ( ) : string[]

Gets all the presently available AirPlay device names.

Private Methods

Method Description
Disable ( ) : void
Enable ( ) : void

Method Details

GetDevice() public static method

Gets the NSNetService associated with the specified name.
public static GetDevice ( string name ) : NSNetService
name string /// The AirPlay device name. ///
return NSNetService

GetDeviceNames() public static method

Gets all the presently available AirPlay device names.
public static GetDeviceNames ( ) : string[]
return string[]