Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
audiovideoplayback namespace of DirectX is available in managed code to handle audio and video.
It has two classes, Audio and Video. So if you want to handle video volume then get object of audio class from video object and use it.

But I am unable to find this type of API (AudioVideoPlayBack) in unmanaged DirectX.

I want to control to play two video file in two different speakers (Left and Right).
Posted
Updated 1-Dec-09 10:13am
v2

1 solution

Try this MSDN[^] section.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900