C# 클래스 MusicPlayer.NowPlaying

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: dotnetcurry/Windows10-UWP

Private Properties

프로퍼티 타입 설명
AddMediaPlayerEventHandlers void
BackgroundMediaPlayer_MessageReceivedFromBackground void
GetCurrentTrackId Uri
LoadTrack void
NowPlaying_Loaded void
StartBackgroundAudioTask void
btnNext_Click void
btnPlay_Click void
btnPrev_Click void

공개 메소드들

메소드 설명
GetSongIndexById ( Uri id ) : int
NowPlaying ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
AddMediaPlayerEventHandlers ( ) : void
BackgroundMediaPlayer_MessageReceivedFromBackground ( object sender, MediaPlayerDataReceivedEventArgs e ) : void
GetCurrentTrackId ( ) : Uri
LoadTrack ( SoundCloudTrack currentTrack ) : void
NowPlaying_Loaded ( object sender, RoutedEventArgs e ) : void
StartBackgroundAudioTask ( ) : void
btnNext_Click ( object sender, RoutedEventArgs e ) : void
btnPlay_Click ( object sender, RoutedEventArgs e ) : void
btnPrev_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetSongIndexById() 공개 메소드

public GetSongIndexById ( Uri id ) : int
id Uri
리턴 int

NowPlaying() 공개 메소드

public NowPlaying ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void