diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-02 20:13:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-02 20:13:38 +0100 |
| commit | 26daeb63ed25a161a3911d715a04535a102d632a (patch) | |
| tree | 39d7b9ad3ffb99172b6f6574aeb0effcfb927a76 /src/lib/content_audio.h | |
| parent | 2f61270d2726445f562efc0e4b33fa19ba235183 (diff) | |
Comments.
Diffstat (limited to 'src/lib/content_audio.h')
| -rw-r--r-- | src/lib/content_audio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/content_audio.h b/src/lib/content_audio.h index 6ee702f2c..535c0b491 100644 --- a/src/lib/content_audio.h +++ b/src/lib/content_audio.h @@ -17,8 +17,15 @@ */ +/** @file src/lib/content_audio.h + * @brief ContentAudio class. + */ + #include "audio_buffers.h" +/** @class ContentAudio + * @brief A block of audio from a piece of content, with a timestamp as a frame within that content. + */ class ContentAudio { public: |
