예제 #1
0
 public Result <bool> Play()
 {
     return(_player.Play());
 }
예제 #2
0
 public Result <bool> PlayFromPlaylist(PlaylistModel playlist, TrackModel track)
 {
     return(_player.Play(playlist, track));
 }