Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

is there a way I can open an audio file using mci (mcuSendString) which is actually a file stream?

 

What I mean is, I know I can open a file using the code:

mciSendString("open \"c:\file.mp3\" alais song");

 

but what I want is to open a file, with an alias, using a file stream which I have open in a c# application. is there a way to do this? I know that using normal files is simpler because it is just MCI command line, and not an actual file, but I could realy use a way to play music through MCI using a file stream.

 

Thanks

Latly it would seem as though I'm don't abnegate from anything... except women. :( :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...