C# 클래스 Poupou.AirPlay.UIAirPlayActivity

This is a UIActivity subclass that allows sending an UIImage to a specific AirPlay device. You only need to use the static GetCurrentActivities method to get UIActivity for each AirPlay device visible on the network. Everything else will be handled automagically. You might want ot customize/override the Image property to provide your own icon or change the Title property to show something else than the AirPlay device's name. Note: UIActivity is only available on iOS6 and later.
상속: UIActivity
파일 보기 프로젝트 열기: spouliot/airplay

공개 메소드들

메소드 설명
CanPerform ( NSObject activityItems ) : bool
GetCurrentActivities ( ) : UIActivity[]

Retrieve a UIActivity instance for each AirPlay device currently accessible on the network.

Perform ( ) : void
Prepare ( NSObject activityItems ) : void
UIAirPlayActivity ( NSNetService service ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetIcon ( ) : UIKit.UIImage

메소드 상세

CanPerform() 공개 메소드

public CanPerform ( NSObject activityItems ) : bool
activityItems NSObject
리턴 bool

GetCurrentActivities() 공개 정적인 메소드

Retrieve a UIActivity instance for each AirPlay device currently accessible on the network.
public static GetCurrentActivities ( ) : UIActivity[]
리턴 UIActivity[]

Perform() 공개 메소드

public Perform ( ) : void
리턴 void

Prepare() 공개 메소드

public Prepare ( NSObject activityItems ) : void
activityItems NSObject
리턴 void

UIAirPlayActivity() 공개 메소드

public UIAirPlayActivity ( NSNetService service ) : System.Collections.Generic
service NSNetService
리턴 System.Collections.Generic