C# 클래스 Poupou.AirPlay.AirPlayRocks

Extension methods for AirPlay support.
파일 보기 프로젝트 열기: spouliot/airplay

공개 메소드들

메소드 설명
SendTo ( this service, UIKit.UIImage image, Action complete ) : void

Sends the specified UIImage to the AirPlay device.

메소드 상세

SendTo() 공개 정적인 메소드

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. ///
리턴 void