本文介绍了使用WRL获取IMediaPlayer2接口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我正在编写本机C ++应用程序,我需要获取一个ISystemMediaTransportControls接口。我想到的唯一方法是使用IMediaPlayer2 :: get_SystemMediaTransportControls但我无法获取IMediaPlayer2,因为IBackgroundMediaPlayer :: get_Current
返回一个IMediaPlayer接口。


什么是最好的解决方案?

解决方案

Hello,

I'm writing a native C++ application and I need to acquire an ISystemMediaTransportControls interface. The only way I figured is to use IMediaPlayer2::get_SystemMediaTransportControls but I can't acquire IMediaPlayer2 as IBackgroundMediaPlayer::get_Current returns an IMediaPlayer interface.

What would be the best solution?

解决方案


这篇关于使用WRL获取IMediaPlayer2接口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 02:46