Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed May 30, 2023
1 parent fea4c9f commit 855d8b2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,7 @@ files that come in different formats (e.g., `.mp3`, `.flac`, `.wav` for audio,
`.jpeg`, `.png` for images, and `.mp4`, `.mkv` for videos). And some players
can only handle certain formats.

We have the `MediaFile` class to represent a media file:

```cpp
class MediaFile {
public:
std::string format;
std::string filename;
};
```
Next, your task is to:
We have the `MediaFile` class to represent a media file, your task is to:

1. Update the player interfaces to take `MediaFile` objects, e.g.:

Expand Down

0 comments on commit 855d8b2

Please sign in to comment.