C# Class Windows.Media.PlayTo.PlayToReceiver

Inheritance: IPlayToReceiver
Datei anzeigen Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
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

Method Details

NotifyDurationChange() public method

public NotifyDurationChange ( [ duration ) : void
duration [
return void

NotifyEnded() public method

public NotifyEnded ( ) : void
return void

NotifyError() public method

public NotifyError ( ) : void
return void

NotifyLoadedMetadata() public method

public NotifyLoadedMetadata ( ) : void
return void

NotifyPaused() public method

public NotifyPaused ( ) : void
return void

NotifyPlaying() public method

public NotifyPlaying ( ) : void
return void

NotifyRateChange() public method

public NotifyRateChange ( [ rate ) : void
rate [
return void

NotifySeeked() public method

public NotifySeeked ( ) : void
return void

NotifySeeking() public method

public NotifySeeking ( ) : void
return void

NotifyStopped() public method

public NotifyStopped ( ) : void
return void

NotifyTimeUpdate() public method

public NotifyTimeUpdate ( [ currentTime ) : void
currentTime [
return void

NotifyVolumeChange() public method

public NotifyVolumeChange ( [ volume, [ mute ) : void
volume [
mute [
return void

PlayToReceiver() public method

public PlayToReceiver ( ) : System
return System

StartAsync() public method

public StartAsync ( ) : IAsyncAction
return IAsyncAction

StopAsync() public method

public StopAsync ( ) : IAsyncAction
return IAsyncAction