BackgroundMediaPlayer.MessageReceivedFromBackground Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsqu’un message est reçu de la tâche en arrière-plan.
Notes
À compter de Windows, version 1703, BackgroundMediaPlayer est déconseillé et peut ne pas être disponible dans les versions ultérieures de Windows. Utilisez la classe MediaPlayer à la place. Pour plus d’informations, consultez Lire du contenu multimédia en arrière-plan.
// Register
static event_token MessageReceivedFromBackground(EventHandler<MediaPlayerDataReceivedEventArgs> const& handler) const;
// Revoke with event_token
static void MessageReceivedFromBackground(event_token const* cookie) const;
// Revoke with event_revoker
static BackgroundMediaPlayer::MessageReceivedFromBackground_revoker MessageReceivedFromBackground(auto_revoke_t, EventHandler<MediaPlayerDataReceivedEventArgs> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of BackgroundMediaPlayer. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of BackgroundMediaPlayer. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
// Register
static event_token MessageReceivedFromBackground(EventHandler<MediaPlayerDataReceivedEventArgs> const& handler) const;
// Revoke with event_token
static void MessageReceivedFromBackground(event_token const* cookie) const;
// Revoke with event_revoker
static BackgroundMediaPlayer::MessageReceivedFromBackground_revoker MessageReceivedFromBackground(auto_revoke_t, EventHandler<MediaPlayerDataReceivedEventArgs> const& handler) const;
public static event System.EventHandler<MediaPlayerDataReceivedEventArgs> MessageReceivedFromBackground;
[add: Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of BackgroundMediaPlayer. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of BackgroundMediaPlayer. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static event System.EventHandler<MediaPlayerDataReceivedEventArgs> MessageReceivedFromBackground;
function onMessageReceivedFromBackground(eventArgs) { /* Your code */ }
Windows.Media.Playback.BackgroundMediaPlayer.addEventListener("messagereceivedfrombackground", onMessageReceivedFromBackground);
Windows.Media.Playback.BackgroundMediaPlayer.removeEventListener("messagereceivedfrombackground", onMessageReceivedFromBackground);
- or -
Windows.Media.Playback.BackgroundMediaPlayer.onmessagereceivedfrombackground = onMessageReceivedFromBackground;
Public Shared Custom Event MessageReceivedFromBackground As EventHandler(Of MediaPlayerDataReceivedEventArgs)
Type d'événement
- Attributs