Add the remark on SetMute()
authorEonseokLee <eonseok.lee@samsung.com>
Thu, 11 Jul 2013 05:27:01 +0000 (14:27 +0900)
committerEonseokLee <eonseok.lee@samsung.com>
Thu, 11 Jul 2013 05:55:19 +0000 (14:55 +0900)
Change-Id: I375fe4d41fbedc1fafcbf47bfa59f970941e1586
Signed-off-by: EonseokLee <eonseok.lee@samsung.com>
inc/FMediaPlayer.h

index cde5058..584b8a5 100755 (executable)
@@ -617,6 +617,8 @@ public:
        * @see                  GetVolume()
        * @see                  SetVolume()
        * @see                  IsMuted()
+       * @remarks       When this method is called after open functions, the initial audio packet is not applied with the given audio volume. Thus this method should be called before open functions
+       * if the application wants to start playback of media content without sound.
        */
        result SetMute(bool mute);