C# 클래스 Windows.Media.PlayTo.PlayToReceiver

상속: IPlayToReceiver
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
NotifyDurationChange ( [ duration ) : void
NotifyEnded ( ) : void
NotifyError ( ) : void
NotifyLoadedMetadata ( ) : void
NotifyPaused ( ) : void
NotifyPlaying ( ) : void
NotifyRateChange ( [ rate ) : void
NotifySeeked ( ) : void
NotifySeeking ( ) : void
NotifyStopped ( ) : void
NotifyTimeUpdate ( [ currentTime ) : void
NotifyVolumeChange ( [ volume, [ mute ) : void
PlayToReceiver ( ) : System
StartAsync ( ) : IAsyncAction
StopAsync ( ) : IAsyncAction

메소드 상세

NotifyDurationChange() 공개 메소드

public NotifyDurationChange ( [ duration ) : void
duration [
리턴 void

NotifyEnded() 공개 메소드

public NotifyEnded ( ) : void
리턴 void

NotifyError() 공개 메소드

public NotifyError ( ) : void
리턴 void

NotifyLoadedMetadata() 공개 메소드

public NotifyLoadedMetadata ( ) : void
리턴 void

NotifyPaused() 공개 메소드

public NotifyPaused ( ) : void
리턴 void

NotifyPlaying() 공개 메소드

public NotifyPlaying ( ) : void
리턴 void

NotifyRateChange() 공개 메소드

public NotifyRateChange ( [ rate ) : void
rate [
리턴 void

NotifySeeked() 공개 메소드

public NotifySeeked ( ) : void
리턴 void

NotifySeeking() 공개 메소드

public NotifySeeking ( ) : void
리턴 void

NotifyStopped() 공개 메소드

public NotifyStopped ( ) : void
리턴 void

NotifyTimeUpdate() 공개 메소드

public NotifyTimeUpdate ( [ currentTime ) : void
currentTime [
리턴 void

NotifyVolumeChange() 공개 메소드

public NotifyVolumeChange ( [ volume, [ mute ) : void
volume [
mute [
리턴 void

PlayToReceiver() 공개 메소드

public PlayToReceiver ( ) : System
리턴 System

StartAsync() 공개 메소드

public StartAsync ( ) : IAsyncAction
리턴 IAsyncAction

StopAsync() 공개 메소드

public StopAsync ( ) : IAsyncAction
리턴 IAsyncAction