C# Class Poupou.AirPlay.AirPlayBrowser

AirPlay service browser.
Afficher le fichier Open project: spouliot/airplay

Méthodes publiques

Méthode 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

Méthode Description
Disable ( ) : void
Enable ( ) : void

Method Details

GetDevice() public static méthode

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

GetDeviceNames() public static méthode

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