Comment tweaks.
authorCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2013 20:29:51 +0000 (20:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2013 20:29:51 +0000 (20:29 +0000)
src/sound_asset.h

index 95efccd6378fe19338385d7b3d244a7cce4fb906..569bb305970f4f7c3e13d5d92d50a91acbc454f9 100644 (file)
@@ -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<std::string> 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 (