Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
Burger::FileMP3 Class Reference

Reads and writes MP3 files. More...

Classes

struct  ID3V2Tag_t
 

Public Member Functions

 FileMP3 ()
 Initialize a MP3 file object.
 
 ~FileMP3 ()
 Dispose of an MP3 file object.
 

Detailed Description

Reads and writes MP3 files.


This class will read and write out MP3 text files

Constructor & Destructor Documentation

◆ FileMP3()

Burger::FileMP3::FileMP3 ( void )

Initialize a MP3 file object.


◆ ~FileMP3()

Burger::FileMP3::~FileMP3 ( )

Dispose of an MP3 file object.


Release all objects.

Calling Shutdown() performs this action manually.

See also
Shutdown(void)