Inheritance diagram for Gphoto2::MusicFile:
Public Member Functions | |
MusicFile (string directory, string filename) | |
Creates a new music file. | |
override bool | Equals (object o) |
Creates a new file from the supplied stream. | |
bool | Equals (MusicFile file) |
override int | GetHashCode () |
Properties | |
string | Album [get, set] |
string | Artist [get, set] |
int | Bitrate [get, set] |
int | Duration [get, set] |
string | Format [get, set] |
string | Genre [get, set] |
string | Title [get, set] |
int | Track [get, set] |
int | UseCount [get, set] |
int | Year [get, set] |
Gphoto2::MusicFile::MusicFile | ( | string | directory, | |
string | filename | |||
) | [inline] |
Creates a new music file.
directory | The path to the track A System::String | |
filename | The filename of the track A System::String |
override bool Gphoto2::MusicFile::Equals | ( | object | o | ) | [inline] |
Creates a new file from the supplied stream.
stream | The stream containing the file data A Stream |
string Gphoto2::MusicFile::Album [get, set] |
The name of the album
string Gphoto2::MusicFile::Artist [get, set] |
The name of the artist
int Gphoto2::MusicFile::Bitrate [get, set] |
The bitrate of the track
int Gphoto2::MusicFile::Duration [get, set] |
The duration of the track in seconds
string Gphoto2::MusicFile::Format [get, set] |
The format of the track
string Gphoto2::MusicFile::Genre [get, set] |
The genre of the track
string Gphoto2::MusicFile::Title [get, set] |
The title of the track
int Gphoto2::MusicFile::Track [get, set] |
The tracknumber of the track
int Gphoto2::MusicFile::UseCount [get, set] |
The number of times the track has been played
int Gphoto2::MusicFile::Year [get, set] |
The year the track was recorded