C# Class Poupou.AirPlay.AirPlayRocks

Extension methods for AirPlay support.
ファイルを表示 Open project: spouliot/airplay

Public Methods

Method Description
SendTo ( this service, UIKit.UIImage image, Action complete ) : void

Sends the specified UIImage to the AirPlay device.

Method Details

SendTo() public static method

Sends the specified UIImage to the AirPlay device.
public static SendTo ( this service, UIKit.UIImage image, Action complete ) : void
service this /// NSNetService (extension method target) representing the AirPlay device. ///
image UIKit.UIImage /// The UIImage to be send to the device. ///
complete Action /// Optional method to be called when the operation is complete. True will be supplied if the action was /// successful, false if a problem occured. ///
return void