BackgroundMediaPlayer.MessageReceivedFromBackground Kejadian

Definisi

Terjadi ketika pesan diterima dari tugas latar belakang.

Catatan

Dimulai dengan Windows, versi 1703, BackgroundMediaPlayer tidak digunakan lagi dan mungkin tidak tersedia di versi Windows yang akan datang. Gunakan kelas MediaPlayer sebagai gantinya. Untuk informasi selengkapnya, lihat Memutar media di latar belakang.

// 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) 

Jenis Acara

Atribut

Berlaku untuk