"C # Learning Notes" Play Wma/mp3 file

Source: Internet
Author: User

usingSystem;usingSystem.Runtime.InteropServices;namespaceconsoleapplication{classProgram {[DllImport ("Winmm.dll")]         Public Static extern UINTmciSendString (stringLpstrcommand,stringLpstrreturnstring,UINTUreturnlength,UINThwndcallback); Static voidMain (string[] args) {/*commands and Parameters function open device name [type device type] [alias alias] turn on Dial device close device name close dial Device Play device name [from start] [to end] Play Pause device name pause Resume device Name                                     Call Resume playback (use when pausing to continue dialing) seek device name [to Location | to start | To end] Move to stop device name Stop*/mciSendString ("Play"+" "+@"01.mp3",NULL,0,0);        Console.read (); }          }}

"C # Learning Notes" Play Wma/mp3 file

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.