Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are required to design and develop a new media player such as Windows Media Player or WINAMP (https://winamp.en.softonic.com), which plays Audio MP3 tracks The

image text in transcribed

You are required to design and develop a new media player such as Windows Media Player or WINAMP (https://winamp.en.softonic.com), which plays Audio MP3 tracks The following is an example of how it could look like In your project you need to have the following features Track 2 Track 3 Track 4 rack 5 Track 6 Track 7 1. A WPF User Control which holds the background (image) of the media player and the "MediaElement" which is used to play back the MP3 files 2. A windows form which embeds the WPF user control you have created using an "ElementHost" component. 3. A list of track so that users can select a track and play/pause/stop a track. MENU 4. A small database with a table to store the ID Name, Location (URL) of a track 5. A small interface to locate a track using a "FileDialogue" and store the path of the file into the database with the title of the track. This interface is also used to delete or update track information. How it should work: A user using this media player is able to locate tracks from his/her storage device and add them onto the play list. The media player then lists the tracks on it so that the user can select and play, pause or stop playing the track. You are required to follow standard practices in programming, such as naming conventions and useful comments. You are also required to express your design creativity with respect to the interface design of the media player You are required to design and develop a new media player such as Windows Media Player or WINAMP (https://winamp.en.softonic.com), which plays Audio MP3 tracks The following is an example of how it could look like In your project you need to have the following features Track 2 Track 3 Track 4 rack 5 Track 6 Track 7 1. A WPF User Control which holds the background (image) of the media player and the "MediaElement" which is used to play back the MP3 files 2. A windows form which embeds the WPF user control you have created using an "ElementHost" component. 3. A list of track so that users can select a track and play/pause/stop a track. MENU 4. A small database with a table to store the ID Name, Location (URL) of a track 5. A small interface to locate a track using a "FileDialogue" and store the path of the file into the database with the title of the track. This interface is also used to delete or update track information. How it should work: A user using this media player is able to locate tracks from his/her storage device and add them onto the play list. The media player then lists the tracks on it so that the user can select and play, pause or stop playing the track. You are required to follow standard practices in programming, such as naming conventions and useful comments. You are also required to express your design creativity with respect to the interface design of the media player

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

XML Data Management Native XML And XML Enabled Database Systems

Authors: Akmal Chaudhri, Awais Rashid, Roberto Zicari, John Fuller

1st Edition

0201844524, 978-0201844528

More Books

Students also viewed these Databases questions

Question

Explain the service recovery paradox.

Answered: 1 week ago