diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-02 23:33:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-02 23:33:46 +0100 |
| commit | 7ebb57db2013c9e929d44d0e547ab1f27c59cc7f (patch) | |
| tree | 19959172e24e2cf097a2814aeb9e2298805d8a2b /src/lib/sndfile_content.cc | |
| parent | 2343509c75673d3fad82a5d0eab9622a4d6902e3 (diff) | |
Add basic content information, and some other bits.
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index 657e7d519..cf7921a93 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -27,6 +27,12 @@ SndfileContent::summary () const return String::compose (_("Sound file: %1"), file().filename ()); } +string +SndfileContent::information () const +{ + return ""; +} + int SndfileContent::audio_channels () const { |
