BackgroundMediaPlayer.Current 属性

定义

获取后台媒体播放器的当前实例。

注意

从 Windows 版本 1703 开始,BackgroundMediaPlayer 已弃用,并且在 Windows 的未来版本中可能不可用。 请改用 MediaPlayer 类。 有关详细信息,请参阅 在后台播放媒体

public:
 static property MediaPlayer ^ Current { MediaPlayer ^ get(); };
static MediaPlayer Current();
/// [get: Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of BackgroundMediaPlayer.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static MediaPlayer Current();
public static MediaPlayer Current { get; }
public static MediaPlayer Current { [Windows.Foundation.Metadata.Deprecated("Use MediaPlayer instead of BackgroundMediaPlayer.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var mediaPlayer = BackgroundMediaPlayer.current;
Public Shared ReadOnly Property Current As MediaPlayer

属性值

后台媒体播放器的当前实例。

属性

适用于