Multimedia 
Author Message
 Multimedia

Back when I did multimedia programming in vb6, I had used the
'mciSendCommand' to get information about the current cd tracks, their
number, their lengths and the likes.
Now switching to .net, I'd like to get the same using the framework, but I
can't figure out such a way.
Am I wrong or I do have to resort to using the same good old APIs I've used
before?


Fri, 20 Feb 2004 02:42:58 GMT  
 Multimedia

Quote:

> Back when I did multimedia programming in vb6, I had used the
> 'mciSendCommand' to get information about the current cd tracks, their
> number, their lengths and the likes.
> Now switching to .net, I'd like to get the same using the framework, but I
> can't figure out such a way.
> Am I wrong or I do have to resort to using the same good old APIs I've used
> before?

Forget about it.  The arbitrary pauses caused by the garbage collector
will wreck a multimedia application written in VB.NOT!  Microsoft wants
to reserve the multimedia market exclusively for Windows Media Player.

--
Joe Foster <mailto:jlfoster%40znet.com>     On the cans? <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above        They're   coming  to
because  my cats have  apparently  learned to type.        take me away, ha ha!



Fri, 20 Feb 2004 06:02:32 GMT  
 Multimedia


Quote:
> Back when I did multimedia programming in vb6, I had used the
> 'mciSendCommand' to get information about the current cd tracks, their
> number, their lengths and the likes.
> Now switching to .net, I'd like to get the same using the framework, but I
> can't figure out such a way.
> Am I wrong or I do have to resort to using the same good old APIs I've used
> before?

The framework might not expose that information directly.  You'll
probably need to use PInvoke to call the API's like you did in VB6.

--
Patrick Steele



Sun, 22 Feb 2004 00:25:30 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Multimedia MCI Control

2. Sound, Wave, Multimedia, API, How?

3. Unable to set the volume on a specfied Multimedia control

4. Multimedia Control throws exception on Windows 98, not on XP

5. Programming for MultiMedia:Sound

6. does VB support multimedia features?

7. Multimedia Programming with vb.NET

8. Multimedia Control

9. Multimedia

10. Multimedia

11. Multimedia Demos?

12. Extract Time from AVI movie with Multimedia MCI ?

 

 
Powered by phpBB® Forum Software