C# Class Windows.Media.PlayTo.PlayToReceiver

Inheritance: IPlayToReceiver
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public NotifyDurationChange ( [ duration ) : void
duration [
Résultat void

NotifyEnded() public méthode

public NotifyEnded ( ) : void
Résultat void

NotifyError() public méthode

public NotifyError ( ) : void
Résultat void

NotifyLoadedMetadata() public méthode

public NotifyLoadedMetadata ( ) : void
Résultat void

NotifyPaused() public méthode

public NotifyPaused ( ) : void
Résultat void

NotifyPlaying() public méthode

public NotifyPlaying ( ) : void
Résultat void

NotifyRateChange() public méthode

public NotifyRateChange ( [ rate ) : void
rate [
Résultat void

NotifySeeked() public méthode

public NotifySeeked ( ) : void
Résultat void

NotifySeeking() public méthode

public NotifySeeking ( ) : void
Résultat void

NotifyStopped() public méthode

public NotifyStopped ( ) : void
Résultat void

NotifyTimeUpdate() public méthode

public NotifyTimeUpdate ( [ currentTime ) : void
currentTime [
Résultat void

NotifyVolumeChange() public méthode

public NotifyVolumeChange ( [ volume, [ mute ) : void
volume [
mute [
Résultat void

PlayToReceiver() public méthode

public PlayToReceiver ( ) : System
Résultat System

StartAsync() public méthode

public StartAsync ( ) : IAsyncAction
Résultat IAsyncAction

StopAsync() public méthode

public StopAsync ( ) : IAsyncAction
Résultat IAsyncAction