Compartir a través de


MediaPlayer.CurrentState Propiedad

Definición

Obtiene el estado actual de la reproducción multimedia.

Nota

MediaPlayer.CurrentState puede modificarse o no estar disponible después de Windows 10, versión 1607. En su lugar, utilice la propiedad MediaPlayer.PlaybackSession para obtener un objeto MediaPlaybackSession y, a continuación, utilice la propiedad MediaPlaybackSession.PlaybackState .

public:
 property MediaPlayerState CurrentState { MediaPlayerState get(); };
MediaPlayerState CurrentState();
/// [get: Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.State instead of CurrentState.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
MediaPlayerState CurrentState();
public MediaPlayerState CurrentState { get; }
public MediaPlayerState CurrentState { [Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.State instead of CurrentState.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var mediaPlayerState = mediaPlayer.currentState;
Public ReadOnly Property CurrentState As MediaPlayerState

Valor de propiedad

Estado actual de la reproducción multimedia.

Atributos

Se aplica a