示例#1
0
 public void PlayTrack(string uri)
 {
     _spotifyPlayer.PlayUri(_operationCallbackDelegate, uri, 0, 0);
 }