C# Class CSharp___DllImport.Phone.Zune

Show file Open project: ApexHAB/apex-lumia

Public Methods

Method Description
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

Private Methods

Method Description
z ( string method ) : int

Method Details

NextSong() public static method

public static NextSong ( ) : int
return int

Pause() public static method

public static Pause ( ) : int
return int

PrevSong() public static method

public static PrevSong ( ) : int
return int

Resume() public static method

public static Resume ( ) : int
return int

ShutdownZune() public static method

public static ShutdownZune ( ) : int
return int

StartZune() public static method

public static StartZune ( ) : int
return int

Stop() public static method

public static Stop ( ) : int
return int

ZunePlayUrl() public static method

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

ZuneTaskDo() public static method

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