How to register audio controls (next to volume controls) for application using WinAPI

Frank 21 Reputation points
2021-01-04T04:21:38.597+00:00

I'm trying to make an audio player, and I'm wondering how to make it so that the application exposes its audio controls (play/pause, prev, next) in the little widget that appears next to the floating volume control (when adjusting volume). I'm using C++ WinAPI, and I'd appreciate it if anyone can tell me how to achieve this using the WinAPI with some methods or something.

Thanks for any help!

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,649 questions
{count} votes

Accepted answer
  1. Castorix31 85,706 Reputation points
    2021-01-05T07:19:00.41+00:00

    You seem to talk about the System Media Transport Controls (UWP)

    Integrate with the System Media Transport Controls
    Extending a Universal Windows Platform Media App

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.