X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFCntContentManagerUtil.h;h=7d60d8af3936c1f747cd53d48bcaf278cd1bb40f;hb=60d0376465a6901de6463ee7d5435c43e0dc28dc;hp=4c42a6a89fc4f083a95edf640a5e810b4f7fdc04;hpb=0d1f758512072ece988b2786ce8ecbe83b8ae2b9;p=platform%2Fframework%2Fnative%2Fcontent.git diff --git a/inc/FCntContentManagerUtil.h b/inc/FCntContentManagerUtil.h index 4c42a6a..7d60d8a 100644 --- a/inc/FCntContentManagerUtil.h +++ b/inc/FCntContentManagerUtil.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -103,7 +102,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @remarks - * - If the image data is valid but meta information does not exist, the width and height are set from actual image data. + * - If the image data is valid but meta information does not exist, the width and height are set from the actual image data. * - The specific error code can be accessed using the GetLastResult() method. */ static Tizen::Content::ImageMetadata* GetImageMetaN(const Tizen::Base::String& filePath); @@ -119,7 +118,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @remarks - * - If the image data in the buffer is valid but meta information does not exist, the width and height are set from actual image data. + * - If the image data in the buffer is valid but meta information does not exist, the width and height are set from the actual image data. * - The specific error code can be accessed using the GetLastResult() method. */ static Tizen::Content::ImageMetadata* GetImageMetaN(const Tizen::Base::ByteBuffer& byteBuffer); @@ -142,7 +141,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @remarks - * - If the audio data is valid but meta information does not exist, the duration is set from actual audio data. + * - If the audio data is valid but meta information does not exist, the duration is set from the actual audio data. * - The specific error code can be accessed using the GetLastResult() method. */ static Tizen::Content::AudioMetadata* GetAudioMetaN(const Tizen::Base::String& filePath); @@ -158,7 +157,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @remarks - * - If the audio data in the buffer is valid but meta information does not exist, the duration is set from actual audio data. + * - If the audio data in the buffer is valid but meta information does not exist, the duration is set from the actual audio data. * - The specific error code can be accessed using the GetLastResult() method. */ static Tizen::Content::AudioMetadata* GetAudioMetaN(const Tizen::Base::ByteBuffer& byteBuffer); @@ -181,7 +180,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @remarks - * - If the video data is valid but meta information does not exist, the duration is set from actual video data. + * - If the video data is valid but meta information does not exist, the duration is set from the actual video data. * - The specific error code can be accessed using the GetLastResult() method. */ static Tizen::Content::VideoMetadata* GetVideoMetaN(const Tizen::Base::String& filePath); @@ -197,7 +196,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @remarks - * - If the video data in the buffer is valid but meta information does not exist, the duration is set from actual video data. + * - If the video data in the buffer is valid but meta information does not exist, the duration is set from the actual video data. * - The specific error code can be accessed using the GetLastResult() method. */ static Tizen::Content::VideoMetadata* GetVideoMetaN(const Tizen::Base::ByteBuffer& byteBuffer); @@ -253,8 +252,9 @@ public: * - An unexpected device failure has occurred as the media ejected suddenly. @n * - File corruption is detected. @n * - The volume or quota is no more available. - * @remarks The source file in the system region cannot be copied. @n - * The destination file path must start with @c '/Media' or @c '/Storagecard/Media'. + * @remarks + * - The source file in the system region cannot be copied. + * - The destination file path must start with @c '/Media' or @c '/Storagecard/Media'. * @endif */ static result CopyToMediaDirectory(const Tizen::Base::String& srcFilePath, const Tizen::Base::String& destFilePath); @@ -285,8 +285,9 @@ public: * - An unexpected device failure has occurred as the media ejected suddenly. @n * - File corruption is detected. @n * - The volume or quota is no more available. - * @remarks The source file in the system region cannot be copied. @n - * The destination file path must start with @c '/Media' or @c '/Storagecard/Media'. + * @remarks + * - The source file in the system region cannot be copied. + * - The destination file path must start with @c '/Media' or @c '/Storagecard/Media'. * @endif */ static result MoveToMediaDirectory(const Tizen::Base::String& srcFilePath, const Tizen::Base::String& destFilePath);