Method | Description | |
---|---|---|
AudioRenderingService ( IAudioStationSession audioStationSession ) : System | ||
BufferPlayableHeuristic ( |
The heuristic used to define whether a given buffer can be played. The method can be overrided, but the default predicate can also easily be replaced with the BufferPlayableHeuristicPredicate property. |
|
Dispose ( ) : void | ||
GetVolume ( ) : double | ||
Pause ( ) : void | ||
Resume ( ) : void | ||
SetVolume ( double volume ) : void | ||
StreamTrack ( |
Method | Description | |
---|---|---|
OnPlaybackStarted ( |
Method | Description | |
---|---|---|
MediaFailed ( object sender, System.Windows.ExceptionRoutedEventArgs e ) : void | ||
MediaOpened ( object sender, |
||
OnCurrentStateChanged ( object sender, |
||
OnMediaPositionChanged ( System.TimeSpan position ) : void | ||
PlayingMediaEnded ( object sender, |
public AudioRenderingService ( IAudioStationSession audioStationSession ) : System | ||
audioStationSession | IAudioStationSession | |
return | System |
public BufferPlayableHeuristic ( |
||
track | The track being loaded. | |
loadedBytes | long | The amount of loaded bytes. |
return | bool |
protected OnPlaybackStarted ( |
||
eventArgs | ||
return | void |
public StreamTrack ( |
||
trackToPlay | ||
return | void |