Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7901427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:12:56+00:00 2026-06-03T09:12:56+00:00

In the windows8 Developer preview we can use this code to play audio in

  • 0

In the windows8 Developer preview we can use this code to play audio in background:

mediaElement.AudioCategory = AudioCategory.Media;

In the windows8 Customer perview, It seems that we should use AudioCategory.BackgroundCapableMedia instead of AudioCategory.Media

mediaElement.AudioCategory=AudioCategory.BackgroundCapableMedia;

and I also Declare a background task in appxmanifest

<Extension Category="windows.backgroundTasks" EntryPoint="TestApp.App">
      <BackgroundTasks>
            <Task Type="audio" />
      </BackgroundTasks>
</Extension>

but it didn’t work for me and the MediaElement will throw an “MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED“ exception in MediaFailed EventHandler
How should I do?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T09:12:58+00:00Added an answer on June 3, 2026 at 9:12 am

    You also need to set up these event handlers:

    using Windows.Media;

    MediaControl.PlayPressed += MediaControl_PlayPressed;
    MediaControl.PausePressed += MediaControl_PausePressed;
    MediaControl.PlayPauseTogglePressed += MediaControl_PlayPauseTogglePressed;
    MediaControl.StopPressed += MediaControl_StopPressed;
    

    –

    void MediaControl_StopPressed(object sender, object e)
    {
        myMediaPlayer.Stop();
    }
    
    void MediaControl_PlayPauseTogglePressed(object sender, object e)
    {
    }
    
    void MediaControl_PausePressed(object sender, object e)
    {
        myMediaPlayer.Pause();
    }
    
    void MediaControl_PlayPressed(object sender, object e)
    {
        myMediaPlayer.Play();
    }
    

    I think that should have it working.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I use Visual Studio 2011 running on the Windows 8 Developer Preview to
Using the Windows 8 developer preview I'm trying to use a simple User Control
Can anyone confrim if this is just me or a bug in the developer
I recently ported a very trivial app from Windows 8 Developer Preview to Windows
how to easily develop print css? with live preview/debugging, i'm on windows xp, use
Background: I'm a windows developer at MegaCorp(tm) and I am getting new hardware soon.
I'm running Visual Studio Developer Preview 2011 on a Windows 7 x64 machine. I'm
I'm running Visual studio 2010 with SP1 on Windows 8 Developer Preview. When I
I tried to install dotNetFx45_Full_setup (Microsoft .NET Framework 4.5 Developer Preview), but I get
I'm trying to install SQL Server 2008 R2(Express) on Windows Developer Preview (32bit) but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.