LogSource Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates the reason that a media log was generated.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration LogSource
public enum LogSource

Members

Member name Description
RequestLog The RequestLog method was called.
Stop The media stopped.
Seek A seek operation occurred on the media; that is, playback was moved forward or backward.
Pause The media paused.
SourceChanged The source of the media changed.
EndOfStream The media reached the end of its stream.
MediaElementShutdown The runtime shut down.
RuntimeShutdown The runtime shut down.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Media Namespace

LogReadyRoutedEventArgs..::.LogSource