C# 클래스 CSharp___DllImport.Phone.Zune

파일 보기 프로젝트 열기: ApexHAB/apex-lumia

공개 메소드들

메소드 설명
NextSong ( ) : int
Pause ( ) : int
PrevSong ( ) : int
Resume ( ) : int
ShutdownZune ( ) : int
StartZune ( ) : int
Stop ( ) : int
ZunePlayUrl ( string videourl ) : int

Only supports video according to Microsoft. This is the native video player.

ZuneTaskDo ( ZuneTasks task, string args = "" ) : int

비공개 메소드들

메소드 설명
z ( string method ) : int

메소드 상세

NextSong() 공개 정적인 메소드

public static NextSong ( ) : int
리턴 int

Pause() 공개 정적인 메소드

public static Pause ( ) : int
리턴 int

PrevSong() 공개 정적인 메소드

public static PrevSong ( ) : int
리턴 int

Resume() 공개 정적인 메소드

public static Resume ( ) : int
리턴 int

ShutdownZune() 공개 정적인 메소드

public static ShutdownZune ( ) : int
리턴 int

StartZune() 공개 정적인 메소드

public static StartZune ( ) : int
리턴 int

Stop() 공개 정적인 메소드

public static Stop ( ) : int
리턴 int

ZunePlayUrl() 공개 정적인 메소드

Only supports video according to Microsoft. This is the native video player.
public static ZunePlayUrl ( string videourl ) : int
videourl string
리턴 int

ZuneTaskDo() 공개 정적인 메소드

public static ZuneTaskDo ( ZuneTasks task, string args = "" ) : int
task ZuneTasks
args string
리턴 int