You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build myself a little hacky thing to control what's playing on my Mac from another application, however, to do that I need to get MediaRemote to work (which is almost fairly easy, just use CFBundleCreate and start from there.)
The issue I found is that there's no sign of something I can use to get a dispatch_queue_t ref to pass to, for example, void MRMediaRemoteGetNowPlayingInfo(dispatch_queue_t queue, MRMediaRemoteGetNowPlayingInfoCallback block).
Am I missing something?
The text was updated successfully, but these errors were encountered:
I was trying to build myself a little hacky thing to control what's playing on my Mac from another application, however, to do that I need to get MediaRemote to work (which is almost fairly easy, just use CFBundleCreate and start from there.)
The issue I found is that there's no sign of something I can use to get a
dispatch_queue_t
ref to pass to, for example,void MRMediaRemoteGetNowPlayingInfo(dispatch_queue_t queue, MRMediaRemoteGetNowPlayingInfoCallback block)
.Am I missing something?
The text was updated successfully, but these errors were encountered: