Changeset 468 for audacious-musepack/trunk/libmpc.h
- Timestamp:
- 08/21/10 19:01:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
audacious-musepack/trunk/libmpc.h
r456 r468 59 59 { 60 60 gchar* isError; 61 unsigned dynbitrate; 61 62 long long offset; 62 bool isOutput;63 63 bool isAlive; 64 64 bool isPause; 65 };66 67 struct TrackInfo68 {69 gint bitrate;70 gchar* display;71 gint length;72 gint sampleFreq;73 gint channels;74 65 }; 75 66
Note: See TracChangeset
for help on using the changeset viewer.