CSharp___DllImport.Phone.Zune.ZunePlayUrl C# (CSharp) Метод

ZunePlayUrl() публичный статический Метод

Only supports video according to Microsoft. This is the native video player.
public static ZunePlayUrl ( string videourl ) : int
videourl string
Результат int
            public static int ZunePlayUrl(string videourl)
            {
                return ZuneTaskDo(ZuneTasks._PlayUrl, "?url=" + videourl);
            }