From c2cf8eb8d22265988bbf81e0331a98a7aa6786ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 17 Jan 2013 20:29:51 +0000 Subject: Comment tweaks. --- src/sound_asset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sound_asset.h b/src/sound_asset.h index 95efccd6..569bb305 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -45,6 +45,7 @@ public: * @param fps Frames per second. * @param intrinsic_duration Length of the whole asset in frames. * @param start_frame Frame in the source to start writing from. + * Note that this is different to entry_point in that the asset will contain no data before start_frame. */ SoundAsset ( std::vector const & files, @@ -65,6 +66,7 @@ public: * @param fps Frames per second. * @param intrinsic_duration Length of the whole asset in frames. * @param start_frame Frame in the source to start writing from. + * Note that this is different to entry_point in that the asset will contain no data before start_frame. * @param channels Number of audio channels. */ SoundAsset ( -- cgit v1.2.3