TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
alobiuc
NA
197
0
Recording using DirectSound
Dec 16 2004 10:48 AM
God, it's so hard to find some decent documentation on DirectX... My problem is that I want to capture waveforms using Capture class: //code snippet CaptureDevicesCollection cdc=new CaptureDevicesCollection(); Capture capt=new Capture(cdc[0].DriverGuid); CaptureBufferDescription cbd=new CaptureBufferDescription(); cbd.WaveMapped=true; cbd.ControlEffects=true; CaptureBuffer cb=new CaptureBuffer(cbd,capt); //end snippet The program compiles alright, yet when executing the above code it raises a System.ArgumentException with the "Value does not fall within the expected range." message. Why?
Reply
Answers (
0
)
I need help with DirectX....Im not sure what to do...
Saving a Scaled,Rotated and Translated GDI+ graphic on a Windows Form