From: DotnetBuild Date: Thu, 19 Oct 2017 15:00:13 +0000 (+0900) Subject: Release 4.0.0-preview1-00321 X-Git-Tag: submit/tizen/20171019.150014 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20171019.150014;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Release 4.0.0-preview1-00321 --- diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 2d13b96..226e8d6 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -9,7 +9,7 @@ Name: csapi-tizenfx Summary: Assemblies of Tizen .NET -Version: 4.0.0.314 +Version: 4.0.0.321 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -144,7 +144,7 @@ rm -fr %{_tizenfx_bin_path} export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true ./build.sh --full ./build.sh --dummy -./build.sh --pack 4.0.0-preview1-00314 +./build.sh --pack 4.0.0-preview1-00321 %install mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_PATH} diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs index 7395c08..e27b780 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ using System; using System.Collections.Generic; diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs index d55c8ad..d6b4933 100755 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs @@ -1,4 +1,20 @@ -using System; +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using System.Text; diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs index c1781e4..baee453 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ using System; diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs index c5dbf32..ecf1475 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + using System; using System.Collections; using System.Collections.Generic; diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs index d7fb66b..6b34fde 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs @@ -1,4 +1,20 @@ -using System; +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; diff --git a/src/ElmSharp.Wearable/Interop/Interop.Eext.MoreOption.cs b/src/ElmSharp.Wearable/Interop/Interop.Eext.MoreOption.cs index 95b1de8..8fa3bf4 100644 --- a/src/ElmSharp.Wearable/Interop/Interop.Eext.MoreOption.cs +++ b/src/ElmSharp.Wearable/Interop/Interop.Eext.MoreOption.cs @@ -1,4 +1,20 @@ -using System; +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Runtime.InteropServices; internal static partial class Interop diff --git a/src/ElmSharp.Wearable/Interop/Interop.Eext.RotarySelector.cs b/src/ElmSharp.Wearable/Interop/Interop.Eext.RotarySelector.cs index 457cfbb..e20d2a4 100644 --- a/src/ElmSharp.Wearable/Interop/Interop.Eext.RotarySelector.cs +++ b/src/ElmSharp.Wearable/Interop/Interop.Eext.RotarySelector.cs @@ -1,6 +1,21 @@ -using System; -using System.Runtime.InteropServices; +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +using System; +using System.Runtime.InteropServices; internal static partial class Interop { diff --git a/src/ElmSharp/ElmSharp/EvasImage.cs b/src/ElmSharp/ElmSharp/EvasImage.cs index c593e62..870cbfb 100755 --- a/src/ElmSharp/ElmSharp/EvasImage.cs +++ b/src/ElmSharp/ElmSharp/EvasImage.cs @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/ElmSharp/ElmSharp/NamedHint.cs b/src/ElmSharp/ElmSharp/NamedHint.cs index c19429f..d8f5dec 100644 --- a/src/ElmSharp/ElmSharp/NamedHint.cs +++ b/src/ElmSharp/ElmSharp/NamedHint.cs @@ -1,4 +1,20 @@ -namespace ElmSharp +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +namespace ElmSharp { /// /// Predefined values for Hints properties in EvasObject diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs index e591205..20d8c81 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs @@ -465,7 +465,7 @@ namespace Tizen.Applications /// /// The operation is mandatory information for the launch request. /// If the operation is not specified, AppControlOperations.Default is used by default. - /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n + /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application.
/// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform. /// Also, implicit launch requests are NOT delivered to service applications since 2.4. /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent. @@ -493,7 +493,7 @@ namespace Tizen.Applications /// /// The operation is mandatory information for the launch request. /// If the operation is not specified, AppControlOperations.Default is used by default. - /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n + /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application.
/// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform. /// Also, implicit launch requests are NOT delivered to service applications since 2.4. /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs index 004b3ed..c6bee10 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs @@ -193,14 +193,14 @@ namespace Tizen.Content.MediaContent ///
/// The path of the media to be scanned. /// - /// It requests to scan a media file to the media server.\n + /// It requests to scan a media file to the media server.
/// If the specified file is not registered to the database yet, - /// the media file information will be added to the database.\n - /// If it is already registered to the database, the media information is refreshed.\n + /// the media file information will be added to the database.
+ /// If it is already registered to the database, the media information is refreshed.
/// If the specified file does not exist, - /// the record of the media file will be deleted from the database.\n - /// \n - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// the record of the media file will be deleted from the database.
+ ///
+ /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -210,10 +210,10 @@ namespace Tizen.Content.MediaContent /// The has already been disposed of. /// is null. /// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden path that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden path that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
/// The caller has no required privilege. @@ -230,7 +230,7 @@ namespace Tizen.Content.MediaContent /// Requests to scan a folder recursively. /// /// - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -244,10 +244,10 @@ namespace Tizen.Content.MediaContent /// The caller has no required privilege. /// is null. /// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden path that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden path that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
public Task ScanFolderAsync(string folderPath) @@ -259,7 +259,7 @@ namespace Tizen.Content.MediaContent /// Requests to scan a folder. /// /// - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -274,10 +274,10 @@ namespace Tizen.Content.MediaContent /// The caller has no required privilege. /// is null. /// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden path that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden path that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
public Task ScanFolderAsync(string folderPath, bool recursive) @@ -289,7 +289,7 @@ namespace Tizen.Content.MediaContent /// Requests to scan a folder recursively. /// /// - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -304,10 +304,10 @@ namespace Tizen.Content.MediaContent /// The caller has no required privilege. /// is null. /// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden path that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden path that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
public Task ScanFolderAsync(string folderPath, CancellationToken cancellationToken) @@ -319,7 +319,7 @@ namespace Tizen.Content.MediaContent /// Requests to scan a folder recursively. /// /// - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -335,10 +335,10 @@ namespace Tizen.Content.MediaContent /// The caller has no required privilege. /// is null. /// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden path that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden path that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
public Task ScanFolderAsync(string folderPath, bool recursive, CancellationToken cancellationToken) diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs index 652fabe..1e52a97 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs @@ -482,11 +482,11 @@ namespace Tizen.Content.MediaContent /// The file path to add. /// The instance that contains the record information in the database. /// - /// If the media already exists in the database, it returns the existing information.\n - /// \n - /// The or the can be used instead.\n - /// \n - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If the media already exists in the database, it returns the existing information.
+ ///
+ /// The or the can be used instead.
+ ///
+ /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -497,10 +497,10 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden path that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden path that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
/// does not exists. @@ -569,10 +569,10 @@ namespace Tizen.Content.MediaContent /// Adds media files into the media database. /// /// - /// The paths that already exist in the database will be ignored.\n - /// At most 300 items can be added at once.\n - /// \n - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// The paths that already exist in the database will be ignored.
+ /// At most 300 items can be added at once.
+ ///
+ /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -585,10 +585,10 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// contains null.\n - /// -or-\n - /// contains the invalid path.\n - /// -or-\n + /// contains null.
+ /// -or-
+ /// contains the invalid path.
+ /// -or-
/// The number of is 300 or more items. ///
/// contains a path that does not exist. @@ -677,26 +677,26 @@ namespace Tizen.Content.MediaContent /// The path that the media has been moved to. /// true if the matched record was found and updated, otherwise false. /// - /// Usually, it is used after the media file is moved to the another path.\n - /// \n - /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// Usually, it is used after the media file is moved to the another path.
+ ///
+ /// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// The is disconnected. /// The has already been disposed of. /// An error occurred while executing the command. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// is a zero-length string, contains only white space.\n - /// -or-\n - /// contains a hidden directory that starts with '.'.\n - /// -or-\n + /// is a zero-length string, contains only white space.
+ /// -or-
+ /// is a zero-length string, contains only white space.
+ /// -or-
+ /// contains a hidden directory that starts with '.'.
+ /// -or-
/// contains a directory containing the ".scan_ignore" file. ///
/// does not exists. @@ -749,8 +749,8 @@ namespace Tizen.Content.MediaContent /// The media ID to create the thumbnail. /// A task that represents the asynchronous operation. The task result contains the thumbnail path. /// - /// The is disconnected.\n - /// -or-\n + /// The is disconnected.
+ /// -or-
/// An internal error occurred while executing. ///
/// The has already been disposed of. @@ -762,8 +762,8 @@ namespace Tizen.Content.MediaContent /// /// The file of the media does not exists; moved or deleted. /// - /// The thumbnail is not available for the given media.\n - /// -or-\n + /// The thumbnail is not available for the given media.
+ /// -or-
/// The media is in the external USB storage ( is ). ///
public Task CreateThumbnailAsync(string mediaId) @@ -780,8 +780,8 @@ namespace Tizen.Content.MediaContent /// The token to cancel the operation. /// A task that represents the asynchronous operation. The task result contains the thumbnail path. /// - /// The is disconnected.\n - /// -or-\n + /// The is disconnected.
+ /// -or-
/// An internal error occurred while executing. ///
/// The has already been disposed of. @@ -793,8 +793,8 @@ namespace Tizen.Content.MediaContent /// /// The file of the media does not exists; moved or deleted. /// - /// The thumbnail is not available for the given media.\n - /// -or-\n + /// The thumbnail is not available for the given media.
+ /// -or-
/// The media is in the external USB storage ( is ). ///
public Task CreateThumbnailAsync(string mediaId, CancellationToken cancellationToken) @@ -889,8 +889,8 @@ namespace Tizen.Content.MediaContent /// The media ID to create the thumbnail. /// A task that represents the asynchronous add operation. The task result contains the number of faces detected. /// - /// The is disconnected.\n - /// -or-\n + /// The is disconnected.
+ /// -or-
/// An internal error occurred while executing. ///
/// The has already been disposed of. @@ -922,8 +922,8 @@ namespace Tizen.Content.MediaContent /// The token to cancel the operation. /// A task that represents the asynchronous operation. The task result contains the number of faces detected. /// - /// The is disconnected.\n - /// -or-\n + /// The is disconnected.
+ /// -or-
/// An internal error occurred while executing. ///
/// The has already been disposed of. @@ -935,8 +935,8 @@ namespace Tizen.Content.MediaContent /// /// The file of the media does not exists; moved or deleted. /// - /// Face detection is not available for the given media.\n - /// -or-\n + /// Face detection is not available for the given media.
+ /// -or-
/// The media is in the external USB storage ( is ). ///
/// The required feature is not supported. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlayList.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlayList.cs index ccc3ec2..a7bb9d5 100755 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlayList.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlayList.cs @@ -94,8 +94,8 @@ namespace Tizen.Content.MediaContent /// The ID of the member. /// The order value. /// - /// is less than or equal to zero.\n - /// -or-\n + /// is less than or equal to zero.
+ /// -or-
/// is less than zero. ///
public PlayOrder(int memberId, int orderValue) diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs index 51b2de8..10d05ba 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs @@ -74,8 +74,8 @@ namespace Tizen.Content.MediaContent /// The has already been disposed of. /// An error occurred while executing the command. /// - /// is less than or equal to zero.\n - /// -or-\n + /// is less than or equal to zero.
+ /// -or-
/// is less than or equal to zero. ///
public int GetPlayOrder(int playlistId, int memberId) @@ -133,7 +133,7 @@ namespace Tizen.Content.MediaContent /// Inserts the playlist into the database from the specified M3U file. /// /// - /// If you want to access an internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If you want to access an internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access an external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/content.write @@ -146,13 +146,13 @@ namespace Tizen.Content.MediaContent /// The has already been disposed of. /// An error occurred while executing the command. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is a zero-length string.\n - /// -or-\n + /// is a zero-length string.
+ /// -or-
/// is a zero-length string, contains only white space. ///
/// does not exists. @@ -197,9 +197,9 @@ namespace Tizen.Content.MediaContent /// Exports the playlist to a M3U file. /// /// - /// If the file already exists in the file system, then it will be overwritten.\n - /// \n - /// If you want to access an internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n + /// If the file already exists in the file system, then it will be overwritten.
+ ///
+ /// If you want to access an internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
/// If you want to access an external storage, you should add privilege http://tizen.org/privilege/externalstorage. ///
/// http://tizen.org/privilege/mediastorage @@ -616,11 +616,11 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// has no element.\n - /// -or-\n - /// contains null value.\n - /// -or-\n - /// contains a zero-length string or white space.\n + /// has no element.
+ /// -or-
+ /// contains null value.
+ /// -or-
+ /// contains a zero-length string or white space. ///
/// is less than or equal to zero. public bool AddMembers(int playlistId, IEnumerable mediaIds) @@ -692,9 +692,9 @@ namespace Tizen.Content.MediaContent /// The has already been disposed of. /// An error occurred while executing the command. /// - /// is less than or equal to zero.\n - /// -or-\n - /// is less than or equal to zero.\n + /// is less than or equal to zero.
+ /// -or-
+ /// is less than or equal to zero. ///
public bool RemoveMember(int playlistId, int memberId) { @@ -719,8 +719,8 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// has no element.\n - /// -or-\n + /// has no element.
+ /// -or-
/// contains a value which is less than or equal to zero. ///
/// is less than or equal to zero. @@ -811,8 +811,8 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// has no element.\n - /// -or-\n + /// has no element.
+ /// -or-
/// contains a null value. ///
/// is less than or equal to zero. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/QueryArguments.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/QueryArguments.cs index 80a01fc..2d8516d 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/QueryArguments.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/QueryArguments.cs @@ -60,9 +60,9 @@ namespace Tizen.Content.MediaContent /// /// Note that if you want to set quotation (" ' " or " " ") as value of LIKE operator, you should use two times. (" '' " or " "" "). /// And the optional ESCAPE clause is supported. Both percent symbol("%") and underscore symbol("_") are used in the LIKE pattern. - /// If these characters are used as values of the LIKE operation, then the expression following the ESCAPE clause of sqlite will be ignored.\n - /// \n - /// For example,\n + /// If these characters are used as values of the LIKE operation, then the expression following the ESCAPE clause of sqlite will be ignored.
+ ///
+ /// For example,
/// - column LIKE ('#%') ESCAPE ('#') - "#" is an escape character, it will be ignored. /// /// is a zero-length string, contains only white space. @@ -179,7 +179,7 @@ namespace Tizen.Content.MediaContent /// Gets or sets the starting row position of a query (starting from zero). /// /// An integer value that indicates the starting row position of a query. - /// is less than zero.\n + /// is less than zero.
public int StartRowIndex { get => _startRowIndex; @@ -222,7 +222,7 @@ namespace Tizen.Content.MediaContent /// /// The expression for the sort order. /// - /// Expressions for the sort order can be:\n + /// Expressions for the sort order can be:
/// column [COLLATE NOCASE/RTRIM/LOCALIZED] [ASC/DESC], column2 ... ///
/// is a zero-length string, contains only white space. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs index 3f11554..60d703d 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs @@ -412,11 +412,11 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// has no element.\n - /// -or-\n - /// contains null value.\n - /// -or-\n - /// contains a zero-length string, contains only white space.\n + /// has no element.
+ /// -or-
+ /// contains null value.
+ /// -or-
+ /// contains a zero-length string, contains only white space. ///
/// is less than or equal to zero. public bool AddMedia(int tagId, IEnumerable mediaIds) @@ -456,11 +456,11 @@ namespace Tizen.Content.MediaContent /// An error occurred while executing the command. /// is null. /// - /// has no element.\n - /// -or-\n - /// contains null value.\n - /// -or-\n - /// contains a zero-length string or white space.\n + /// has no element.
+ /// -or-
+ /// contains null value.
+ /// -or-
+ /// contains a zero-length string or white space. ///
/// is less than or equal to zero. public bool RemoveMedia(int tagId, IEnumerable mediaIds) diff --git a/src/Tizen.Multimedia.AudioIO/AudioIO/AudioCapture.cs b/src/Tizen.Multimedia.AudioIO/AudioIO/AudioCapture.cs index b4bc86b..f90ff57 100644 --- a/src/Tizen.Multimedia.AudioIO/AudioIO/AudioCapture.cs +++ b/src/Tizen.Multimedia.AudioIO/AudioIO/AudioCapture.cs @@ -181,8 +181,8 @@ namespace Tizen.Multimedia /// Prepares the AudioCapture for reading audio data by starting buffering of audio data from the device. /// /// - /// Operation failed due to an internal error.\n - /// -or-\n + /// Operation failed due to an internal error.
+ /// -or-
/// The current state is not . ///
/// @@ -198,8 +198,8 @@ namespace Tizen.Multimedia /// Unprepares the AudioCapture. /// /// - /// Operation failed due to an internal error.\n - /// -or-\n + /// Operation failed due to an internal error.
+ /// -or-
/// The current state is . ///
/// @@ -215,8 +215,8 @@ namespace Tizen.Multimedia /// Pauses buffering of audio data from the device. /// /// - /// The current state is .\n - /// -or-\n + /// The current state is .
+ /// -or-
/// The method is called in the event handler. ///
/// @@ -234,8 +234,8 @@ namespace Tizen.Multimedia /// Resumes buffering audio data from the device. /// /// - /// The current state is .\n - /// -or-\n + /// The current state is .
+ /// -or-
/// The method is called in the event handler. ///
/// @@ -297,13 +297,13 @@ namespace Tizen.Multimedia /// The audio channel type. /// The audio sample type. /// - /// is less than .\n - /// -or-\n + /// is less than .
+ /// -or-
/// is greater than . ///
/// - /// is invalid.\n - /// -or-\n + /// is invalid.
+ /// -or-
/// is invalid. ///
/// The required privilege is not specified. @@ -357,13 +357,13 @@ namespace Tizen.Multimedia /// The audio channel type. /// The audio sample type. /// - /// is less than .\n - /// -or-\n + /// is less than .
+ /// -or-
/// is greater than . ///
/// - /// is invalid.\n - /// -or-\n + /// is invalid.
+ /// -or-
/// is invalid. ///
/// The required privilege is not specified. diff --git a/src/Tizen.Multimedia.AudioIO/AudioIO/AudioPlayback.cs b/src/Tizen.Multimedia.AudioIO/AudioIO/AudioPlayback.cs index 2b37cb6..4dde0a9 100644 --- a/src/Tizen.Multimedia.AudioIO/AudioIO/AudioPlayback.cs +++ b/src/Tizen.Multimedia.AudioIO/AudioIO/AudioPlayback.cs @@ -91,13 +91,13 @@ namespace Tizen.Multimedia /// The audio channel type. /// The audio sample type. /// - /// is less than .\n - /// -or-\n + /// is less than .
+ /// -or-
/// is greater than . ///
/// - /// is invalid.\n - /// -or-\n + /// is invalid.
+ /// -or-
/// is invalid. ///
public AudioPlayback(int sampleRate, AudioChannel channel, AudioSampleType sampleType) @@ -286,8 +286,8 @@ namespace Tizen.Multimedia /// This must be called before . /// /// - /// Operation failed due to an internal error.\n - /// -or-\n + /// Operation failed due to an internal error.
+ /// -or-
/// The current state is not . ///
/// The AudioPlayback has already been disposed of. @@ -304,8 +304,8 @@ namespace Tizen.Multimedia /// Unprepares the AudioPlayback. /// /// - /// Operation failed due to an internal error.\n - /// -or-\n + /// Operation failed due to an internal error.
+ /// -or-
/// The current state is . ///
/// The AudioPlayback has already been disposed of. @@ -323,8 +323,8 @@ namespace Tizen.Multimedia /// /// It has no effect if the current state is . /// - /// The current state is .\n - /// -or-\n + /// The current state is .
+ /// -or-
/// The method is called in the event handler. ///
/// The AudioPlayback has already been disposed of. @@ -345,8 +345,8 @@ namespace Tizen.Multimedia /// /// It has no effect if the current state is . /// - /// The current state is .\n - /// -or-\n + /// The current state is .
+ /// -or-
/// The method is called in an event handler. ///
/// The AudioPlayback has already been disposed of. @@ -382,8 +382,8 @@ namespace Tizen.Multimedia /// The to apply for the AudioPlayback. /// is null. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// The AudioPlayback has already been disposed of. ///
/// is not supported. diff --git a/src/Tizen.Multimedia.MediaCodec/MediaCodec/MediaCodec.cs b/src/Tizen.Multimedia.MediaCodec/MediaCodec/MediaCodec.cs index 6f32997..2697e15 100644 --- a/src/Tizen.Multimedia.MediaCodec/MediaCodec/MediaCodec.cs +++ b/src/Tizen.Multimedia.MediaCodec/MediaCodec/MediaCodec.cs @@ -200,8 +200,8 @@ namespace Tizen.Multimedia.MediaCodec /// Prepares the MediaCodec for encoding or decoding. /// /// - /// The codec is not configured yet.\n - /// -or-\n + /// The codec is not configured yet.
+ /// -or-
/// Internal error. ///
public void Prepare() @@ -242,8 +242,8 @@ namespace Tizen.Multimedia.MediaCodec /// The value indicating whether the codec uses hardware acceleration. /// is null. /// - /// is invalid.\n - /// -or-\n + /// is invalid.
+ /// -or-
/// is neither audio type nor video type. ///
/// The mime type of the format is not supported. diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/AudioEffect.cs b/src/Tizen.Multimedia.MediaPlayer/Player/AudioEffect.cs index f47e3b2..a490997 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/AudioEffect.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/AudioEffect.cs @@ -63,8 +63,8 @@ namespace Tizen.Multimedia /// The index of the band to get. /// The has already been disposed of. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is equal to or greater than . ///
public EqualizerBand this[int index] diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs b/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs index 79b93ef..1287349 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs @@ -36,8 +36,8 @@ namespace Tizen.Multimedia /// /// The value indicating the size of the buffer. /// - /// is zero.\n - /// -or-\n + /// is zero.
+ /// -or-
/// is less than zero. ///
public MediaBufferSource(int length) @@ -70,10 +70,10 @@ namespace Tizen.Multimedia /// The value indicating the offset in the buffer of the first byte to copy. /// is null. /// - /// is less than zero.\n - /// -or-\n - /// is equal to or less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
+ /// is equal to or less than zero.
+ /// -or-
/// + is greater than buffer.Length. ///
public MediaBufferSource(byte[] buffer, int length, int offset = 0) diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSeekingOccurredEventArgs.cs b/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSeekingOccurredEventArgs.cs index f3aa874..97c4755 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSeekingOccurredEventArgs.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSeekingOccurredEventArgs.cs @@ -35,7 +35,7 @@ namespace Tizen.Multimedia /// /// Gets the offset. /// - public ulong Offset { get; } + public ulong Offset { get; } /// /// Returns a string that represents the current object. diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSource.cs b/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSource.cs index 2cb9624..ac6f9ce 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSource.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamSource.cs @@ -99,9 +99,9 @@ namespace Tizen.Multimedia /// AAC and H.264 are supported. /// Both and are null. /// - /// is not supported.\n - /// -or-\n - /// is not supported.\n + /// is not supported.
+ /// -or-
+ /// is not supported. ///
/// /// @@ -175,15 +175,15 @@ namespace Tizen.Multimedia /// , or state. /// The to decode. /// - /// This source is not set as a source to a player.\n - /// -or-\n + /// This source is not set as a source to a player.
+ /// -or-
/// The player is not in the valid state. ///
/// is null. /// has been disposed of. /// - /// is neither video nor audio type.\n - /// -or-\n + /// is neither video nor audio type.
+ /// -or-
/// The format of packet is not matched with the specified format in the constructor. ///
/// The internal buffer has reached its limits. diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs index e8219d6..8dc3f24 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs @@ -383,8 +383,8 @@ namespace Tizen.Multimedia /// Valid volume range is from 0 to 1.0, inclusive. /// The player has already been disposed of. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is greater than 1.0. ///
public float Volume diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs index 680716b..c1b35a0 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs @@ -138,8 +138,8 @@ namespace Tizen.Multimedia /// The containing current download progress. /// The player must be in the or state. /// - /// The player is not streaming.\n - /// -or-\n + /// The player is not streaming.
+ /// -or-
/// The player is not in the valid state. ///
/// The player has already been disposed of. @@ -212,8 +212,8 @@ namespace Tizen.Multimedia /// The player must be in the or state. /// The player has already been disposed of. /// - /// The player is not in the valid state.\n - /// -or-\n + /// The player is not in the valid state.
+ /// -or-
/// No subtitle is set. ///
/// @@ -328,8 +328,8 @@ namespace Tizen.Multimedia ///
/// /// The player must be in the or state. - /// It has no effect if the player is already in the state.\n - /// \n + /// It has no effect if the player is already in the state.
+ ///
/// Sound can be mixed with other sounds if you don't control the stream focus using . ///
/// The player has already been disposed of. @@ -406,8 +406,8 @@ namespace Tizen.Multimedia /// The player must be in the state. /// The player has already been disposed of. /// - /// The player is not in the valid state.\n - /// -or-\n + /// The player is not in the valid state.
+ /// -or-
/// It is not able to assign the source to the player. ///
/// @@ -552,15 +552,15 @@ namespace Tizen.Multimedia /// /// The player has already been disposed of. /// - /// The player is not in the valid state.\n - /// -or-\n + /// The player is not in the valid state.
+ /// -or-
/// Streaming playback. ///
/// - /// is less than 5.0.\n - /// -or-\n - /// is greater than 5.0.\n - /// -or-\n + /// is less than 5.0.
+ /// -or-
+ /// is greater than 5.0.
+ /// -or-
/// is zero. ///
public void SetPlaybackRate(float rate) @@ -580,17 +580,17 @@ namespace Tizen.Multimedia /// /// The to apply. /// - /// The player must be in the state.\n - /// \n - /// does not support all .\n + /// The player must be in the state.
+ ///
+ /// does not support all .
/// Supported types are , , /// , , /// , , /// and . ///
/// - /// The player has already been disposed of.\n - /// -or-\n + /// The player has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// The player is not in the valid state. diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/PlayerDisplaySettings.cs b/src/Tizen.Multimedia.MediaPlayer/Player/PlayerDisplaySettings.cs index 12f2acb..35bbe7c 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/PlayerDisplaySettings.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/PlayerDisplaySettings.cs @@ -131,8 +131,8 @@ namespace Tizen.Multimedia /// To set roi, must be set to first. /// /// - /// Operation failed; internal error.\n - /// -or-\n + /// Operation failed; internal error.
+ /// -or-
/// is not set to . ///
/// The player has already been disposed of. diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/PlayerTrackInfo.cs b/src/Tizen.Multimedia.MediaPlayer/Player/PlayerTrackInfo.cs index d771fae..82f11e4 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/PlayerTrackInfo.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/PlayerTrackInfo.cs @@ -72,8 +72,8 @@ namespace Tizen.Multimedia /// The that this instance belongs to has been disposed of. /// The that this instance belongs to is not in the valid state. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is equal to or greater than ///
public string GetLanguageCode(int index) @@ -121,8 +121,8 @@ namespace Tizen.Multimedia /// The that this instance belongs to has been disposed of. /// The that this instance belongs to is not in the valid state. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is equal to or greater than ///
public int Selected diff --git a/src/Tizen.Multimedia.Metadata/MetadataEditor/MetadataEditor.cs b/src/Tizen.Multimedia.Metadata/MetadataEditor/MetadataEditor.cs index f50ab07..cc06c34 100644 --- a/src/Tizen.Multimedia.Metadata/MetadataEditor/MetadataEditor.cs +++ b/src/Tizen.Multimedia.Metadata/MetadataEditor/MetadataEditor.cs @@ -25,9 +25,9 @@ namespace Tizen.Multimedia /// /// /// If you want to access only an internal storage, - /// you should add privilege http://tizen.org/privilege/mediastorage. \n + /// you should add privilege http://tizen.org/privilege/mediastorage.
/// Or if you want to access only an external storage, - /// you should add privilege http://tizen.org/privilege/externalstorage. \n + /// you should add privilege http://tizen.org/privilege/externalstorage. ///
public class MetadataEditor : IDisposable { @@ -358,8 +358,8 @@ namespace Tizen.Multimedia /// Writes the modified metadata to the media file. /// /// - /// An internal error occurs.\n - /// -or-\n + /// An internal error occurs.
+ /// -or-
/// The file is read-only. ///
/// The has already been disposed of. @@ -381,9 +381,9 @@ namespace Tizen.Multimedia /// The artwork included in the media file. /// An internal error occurs. /// - /// is less than zero.\n - /// -or-\n - /// is greater than or equal to .\n + /// is less than zero.
+ /// -or-
+ /// is greater than or equal to . ///
/// The has already been disposed of. public Artwork GetPicture(int index) @@ -438,8 +438,8 @@ namespace Tizen.Multimedia /// 3 /// The path of the picture for adding to the metadata. /// - /// An internal error occurs.\n - /// -or-\n + /// An internal error occurs.
+ /// -or-
/// The media file is read-only. ///
/// is null @@ -474,14 +474,14 @@ namespace Tizen.Multimedia /// 3 /// The index of the picture to remove. /// - /// An internal error occurs.\n - /// -or-\n + /// An internal error occurs.
+ /// -or-
/// The media file is read-only. ///
/// - /// is less than zero.\n - /// -or-\n - /// is greater than or equal to .\n + /// is less than zero.
+ /// -or-
+ /// is greater than or equal to . ///
/// The has already been disposed of. public void RemovePicture(int index) diff --git a/src/Tizen.Multimedia.Radio/Radio/Radio.cs b/src/Tizen.Multimedia.Radio/Radio/Radio.cs index a21450a..e7bef77 100755 --- a/src/Tizen.Multimedia.Radio/Radio/Radio.cs +++ b/src/Tizen.Multimedia.Radio/Radio/Radio.cs @@ -116,9 +116,9 @@ namespace Tizen.Multimedia /// Gets or sets the radio frequency in the range of 87500 ~ 108000 kHz. /// /// - /// is less than of .\n - /// - or - \n - /// is greater than of .\n + /// is less than of .
+ /// -or-
+ /// is greater than of . ///
public int Frequency { @@ -192,8 +192,8 @@ namespace Tizen.Multimedia /// Valid volume range is from 0 to 1.0(100%), inclusive. /// The default is 1.0. /// - /// is less than zero.\n - /// - or -\n + /// is less than zero.
+ /// -or-
/// is greater than 1.0. ///
public float Volume @@ -292,8 +292,8 @@ namespace Tizen.Multimedia /// /// The radio must be in the state. /// - /// The radio is not in the valid state.\n - /// -or-\n + /// The radio is not in the valid state.
+ /// -or-
/// Seeking is in progress. ///
public Task SeekUpAsync() @@ -311,8 +311,8 @@ namespace Tizen.Multimedia /// /// The radio must be in the state. /// - /// The radio is not in the valid state.\n - /// -or-\n + /// The radio is not in the valid state.
+ /// -or-
/// Seeking is in progress. ///
public Task SeekDownAsync() diff --git a/src/Tizen.Multimedia.Recorder/Recorder/AudioRecorder.cs b/src/Tizen.Multimedia.Recorder/Recorder/AudioRecorder.cs index 42b415d..c1f97ec 100644 --- a/src/Tizen.Multimedia.Recorder/Recorder/AudioRecorder.cs +++ b/src/Tizen.Multimedia.Recorder/Recorder/AudioRecorder.cs @@ -51,15 +51,15 @@ namespace Tizen.Multimedia /// http://tizen.org/feature/microphone /// An internal error occurred. /// - /// A required feature is not supported.\n - /// -or-\n - /// is not supported.\n - /// -or-\n + /// A required feature is not supported.
+ /// -or-
+ /// is not supported.
+ /// -or-
/// is not supported with the specified audio codec. ///
/// - /// is not valid.\n - /// -or-\n + /// is not valid.
+ /// -or-
/// is not valid. ///
/// @@ -80,13 +80,13 @@ namespace Tizen.Multimedia /// The codec for audio encoding. /// The format of result file. /// - /// is not supported.\n - /// -or-\n + /// is not supported.
+ /// -or-
/// is not supported with the specified audio codec. ///
/// - /// is not valid.\n - /// -or-\n + /// is not valid.
+ /// -or-
/// is not valid. ///
/// diff --git a/src/Tizen.Multimedia.Recorder/Recorder/AudioStreamStoringEventArgs.cs b/src/Tizen.Multimedia.Recorder/Recorder/AudioStreamStoringEventArgs.cs index f06d80a..decd536 100644 --- a/src/Tizen.Multimedia.Recorder/Recorder/AudioStreamStoringEventArgs.cs +++ b/src/Tizen.Multimedia.Recorder/Recorder/AudioStreamStoringEventArgs.cs @@ -36,9 +36,9 @@ namespace Tizen.Multimedia /// Gets the audio stream buffer. /// /// - /// If the stream is modified in the event handler, the modified data will be stored. - /// \n - /// The buffer is only valid in the event.\n + /// If the stream is modified in the event handler, the modified data will be stored.
+ ///
+ /// The buffer is only valid in the event.
/// Any attempt to access to this buffer after the event ends will throw an exception. ///
public IMediaBuffer Stream { get; } diff --git a/src/Tizen.Multimedia.Recorder/Recorder/MuxedStreamDeliveredEventArgs.cs b/src/Tizen.Multimedia.Recorder/Recorder/MuxedStreamDeliveredEventArgs.cs index b038bd6..c0730e6 100644 --- a/src/Tizen.Multimedia.Recorder/Recorder/MuxedStreamDeliveredEventArgs.cs +++ b/src/Tizen.Multimedia.Recorder/Recorder/MuxedStreamDeliveredEventArgs.cs @@ -33,7 +33,7 @@ namespace Tizen.Multimedia /// Gets the stream buffer that will be recordered. /// /// - /// This buffer is read-only and only valid in the event.\n + /// This buffer is read-only and only valid in the event.
/// Any attempt to access to this buffer after the event ends will throw an exception. ///
public IMediaBuffer Stream { get; } diff --git a/src/Tizen.Multimedia.Recorder/Recorder/Recorder.Settings.cs b/src/Tizen.Multimedia.Recorder/Recorder/Recorder.Settings.cs index 59ba378..c30c60b 100755 --- a/src/Tizen.Multimedia.Recorder/Recorder/Recorder.Settings.cs +++ b/src/Tizen.Multimedia.Recorder/Recorder/Recorder.Settings.cs @@ -207,8 +207,8 @@ namespace Tizen.Multimedia /// /// /// After reaching the limitation, the data which is being recorded will - /// be discarded and will not be written to the file.\n - /// \n + /// be discarded and will not be written to the file.
+ ///
/// To set, the recorder must be in the or the state. ///
/// is less than zero. @@ -248,8 +248,8 @@ namespace Tizen.Multimedia /// /// /// After reaching the limitation, the data which is being recorded will - /// be discarded and will not be written to the file.\n - /// \n + /// be discarded and will not be written to the file.
+ ///
/// To set, the recorder must be in the or the state. ///
/// is less than zero. diff --git a/src/Tizen.Multimedia.Recorder/Recorder/Recorder.cs b/src/Tizen.Multimedia.Recorder/Recorder/Recorder.cs index 24807ce..f4dcd35 100755 --- a/src/Tizen.Multimedia.Recorder/Recorder/Recorder.cs +++ b/src/Tizen.Multimedia.Recorder/Recorder/Recorder.cs @@ -25,8 +25,8 @@ namespace Tizen.Multimedia { /// /// Recorder is a base class for audio and video recorders that - /// provides the ability to control the recording of a multimedia content.\n - /// \n + /// provides the ability to control the recording of a multimedia content.
+ ///
/// Simple audio and audio/video are supported. ///
public abstract partial class Recorder : IDisposable @@ -138,13 +138,13 @@ namespace Tizen.Multimedia /// Prepares the media recorder for recording. /// /// - /// The recorder should be in the state.\n - /// The state of the recorder will be the after this.\n + /// The recorder should be in the state.
+ /// The state of the recorder will be the after this.
/// It has no effect if the current state is the . ///
/// - /// The recorder is not in the valid state.\n - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -179,8 +179,8 @@ namespace Tizen.Multimedia /// It has no effect if the current state is the . /// /// - /// The recorder is not in the valid state.\n - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -205,22 +205,22 @@ namespace Tizen.Multimedia /// /// /// The recorder must be in the state. - /// The state of the recorder will be the after this. \n - /// \n - /// If the specified path exists, the file is removed automatically and updated by new one.\n - /// The mediastorage privilege(http://tizen.org/privilege/mediastorage) is required if the path is relevant to media storage.\n - /// The externalstorage privilege(http://tizen.org/privilege/externalstorage) is required if the path is relevant to external storage.\n - /// \n + /// The state of the recorder will be the after this.
+ ///
+ /// If the specified path exists, the file is removed automatically and updated by new one.
+ /// The mediastorage privilege(http://tizen.org/privilege/mediastorage) is required if the path is relevant to media storage.
+ /// The externalstorage privilege(http://tizen.org/privilege/externalstorage) is required if the path is relevant to external storage.
+ ///
/// In the video recorder, some preview format does not support record mode. - /// You should use the default preview format or the in the record mode. + /// You should use the default preview format or the in the record mode. ///
/// The file path for recording result. /// http://tizen.org/privilege/recorder /// - /// The recorder is not in the valid state.\n - /// -or-\n - /// The preview format of the camera is not supported. - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
+ /// The preview format of the camera is not supported.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -259,8 +259,8 @@ namespace Tizen.Multimedia /// It has no effect if the current state is the . /// /// - /// The recorder is not in the valid state.\n - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -287,8 +287,8 @@ namespace Tizen.Multimedia /// It has no effect if the current state is the . /// /// - /// The recorder is not in the valid state.\n - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -314,10 +314,10 @@ namespace Tizen.Multimedia /// The state of the recorder will be the after the operation. /// /// - /// The recorder is not in the valid state.\n - /// -or-\n - /// The method is called in event. - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
+ /// The method is called in event.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -333,7 +333,7 @@ namespace Tizen.Multimedia } /// - /// Cancels the recording.\n + /// Cancels the recording.
/// The recording data is discarded and not written in the recording file. ///
/// @@ -341,10 +341,10 @@ namespace Tizen.Multimedia /// The state of the recorder will be the after the operation. /// /// - /// The recorder is not in the valid state.\n - /// -or-\n - /// The method is called in event. - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
+ /// The method is called in event.
+ /// -or-
/// An internal error occurred. ///
/// The recorder already has been disposed of. @@ -368,15 +368,15 @@ namespace Tizen.Multimedia /// The policy to apply. /// is null. /// - /// The recorder is not in the valid state.\n - /// -or-\n - /// is not supported for the recorder. - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
+ /// is not supported for the recorder.
+ /// -or-
/// An internal error occurred. ///
/// - /// The recorder already has been disposed of.\n - /// -or-\n + /// The recorder already has been disposed of.
+ /// -or-
/// already has been disposed of. ///
public void ApplyAudioStreamPolicy(AudioStreamPolicy policy) @@ -395,8 +395,8 @@ namespace Tizen.Multimedia /// Returns the peak audio input level in dB since the last call to this method. /// /// - /// 0dB indicates the maximum input level, -300dB indicates the minimum input level.\n - /// \n + /// 0dB indicates the maximum input level, -300dB indicates the minimum input level.
+ ///
/// The recorder must be in the or the state. ///
/// The recorder already has been disposed of. diff --git a/src/Tizen.Multimedia.Recorder/Recorder/VideoRecorder.cs b/src/Tizen.Multimedia.Recorder/Recorder/VideoRecorder.cs index f97d1ca..414653b 100755 --- a/src/Tizen.Multimedia.Recorder/Recorder/VideoRecorder.cs +++ b/src/Tizen.Multimedia.Recorder/Recorder/VideoRecorder.cs @@ -55,8 +55,8 @@ namespace Tizen.Multimedia /// /// /// If the state of is , - /// the will be changed to the recommended format for recording.\n - /// \n + /// the will be changed to the recommended format for recording.
+ ///
/// The initial state of the Recorder will be /// if the state of is or . ///
@@ -66,17 +66,17 @@ namespace Tizen.Multimedia /// http://tizen.org/feature/camera /// An internal error occurred. /// - /// A required feature is not supported.\n - /// -or-\n - /// is not supported.\n - /// -or-\n + /// A required feature is not supported.
+ /// -or-
+ /// is not supported.
+ /// -or-
/// is not supported with the specified video codec. ///
/// - /// is not valid.\n - /// -or-\n - /// is not valid.\n - /// -or-\n + /// is not valid.
+ /// -or-
+ /// is not valid.
+ /// -or-
/// is being used by another object. ///
/// has been disposed of. @@ -97,8 +97,8 @@ namespace Tizen.Multimedia /// /// /// If the state of is , - /// the will be changed to the recommended format for recording.\n - /// \n + /// the will be changed to the recommended format for recording.
+ ///
/// The initial state of the Recorder will be /// if the state of is or . ///
@@ -109,21 +109,21 @@ namespace Tizen.Multimedia /// http://tizen.org/feature/camera /// An internal error occurred. /// - /// A required feature is not supported.\n - /// -or-\n - /// is not supported.\n - /// -or-\n - /// is not supported.\n - /// -or-\n + /// A required feature is not supported.
+ /// -or-
+ /// is not supported.
+ /// -or-
+ /// is not supported.
+ /// -or-
/// is not supported with the specified video codec. - /// -or-\n + /// -or-
/// is not supported with the specified audio codec. ///
/// - /// is not valid.\n - /// -or-\n - /// is not valid.\n - /// -or-\n + /// is not valid.
+ /// -or-
+ /// is not valid.
+ /// -or-
/// is not valid. ///
/// has been disposed of. @@ -147,13 +147,13 @@ namespace Tizen.Multimedia /// The codec for video encoding. /// The format of result file. /// - /// is not supported.\n - /// -or-\n + /// is not supported.
+ /// -or-
/// is not supported with the specified video codec. ///
/// - /// is not valid.\n - /// -or-\n + /// is not valid.
+ /// -or-
/// is not valid. ///
/// @@ -173,19 +173,19 @@ namespace Tizen.Multimedia /// The codec for audio encoding. /// The format of result file. /// - /// is not supported.\n - /// -or-\n - /// is not supported.\n - /// -or-\n + /// is not supported.
+ /// -or-
+ /// is not supported.
+ /// -or-
/// is not supported with the specified video codec. - /// -or-\n + /// -or-
/// is not supported with the specified audio codec. ///
/// - /// is not valid.\n - /// -or-\n - /// is not valid.\n - /// -or-\n + /// is not valid.
+ /// -or-
+ /// is not valid.
+ /// -or-
/// is not valid. ///
/// @@ -230,10 +230,10 @@ namespace Tizen.Multimedia /// Gets or sets the video recording motion rate. /// /// - /// The attribute is valid only in a video recorder.\n - /// If the rate is in range of 0-1, the video is recorded in a slow motion mode.\n - /// If the rate is bigger than 1, the video is recorded in a fast motion mode.\n - /// \n + /// The attribute is valid only in a video recorder.
+ /// If the rate is in range of 0-1, the video is recorded in a slow motion mode.
+ /// If the rate is bigger than 1, the video is recorded in a fast motion mode.
+ ///
/// To set, the recorder must be in the or the state. ///
/// The is less than or equal to 0. diff --git a/src/Tizen.Multimedia.Remoting/MediaController/MediaControlServer.cs b/src/Tizen.Multimedia.Remoting/MediaController/MediaControlServer.cs index b8c0dbe..6e944d3 100644 --- a/src/Tizen.Multimedia.Remoting/MediaController/MediaControlServer.cs +++ b/src/Tizen.Multimedia.Remoting/MediaController/MediaControlServer.cs @@ -134,8 +134,8 @@ namespace Tizen.Multimedia.Remoting /// When the server stops, will be raised. /// /// - /// The server is not running .\n - /// -or-\n + /// The server is not running .
+ /// -or-
/// An internal error occurs. ///
/// @@ -157,8 +157,8 @@ namespace Tizen.Multimedia.Remoting /// is not valid. /// is less than zero. /// - /// The server is not running .\n - /// -or-\n + /// The server is not running .
+ /// -or-
/// An internal error occurs. ///
public static void SetPlaybackState(MediaControlPlaybackState state, long position) @@ -188,8 +188,8 @@ namespace Tizen.Multimedia.Remoting /// The metadata to update. /// is null. /// - /// The server is not running .\n - /// -or-\n + /// The server is not running .
+ /// -or-
/// An internal error occurs. ///
public static void SetMetadata(MediaControlMetadata metadata) @@ -219,8 +219,8 @@ namespace Tizen.Multimedia.Remoting /// /// A value indicating whether the shuffle mode is enabled. /// - /// The server is not running .\n - /// -or-\n + /// The server is not running .
+ /// -or-
/// An internal error occurs. ///
public static void SetShuffleModeEnabled(bool enabled) @@ -234,8 +234,8 @@ namespace Tizen.Multimedia.Remoting /// /// A value indicating the repeat mode. /// - /// The server is not running .\n - /// -or-\n + /// The server is not running .
+ /// -or-
/// An internal error occurs. ///
/// is invalid. diff --git a/src/Tizen.Multimedia.Remoting/MediaController/MediaController.cs b/src/Tizen.Multimedia.Remoting/MediaController/MediaController.cs index fd35a57..4a691e5 100644 --- a/src/Tizen.Multimedia.Remoting/MediaController/MediaController.cs +++ b/src/Tizen.Multimedia.Remoting/MediaController/MediaController.cs @@ -170,8 +170,8 @@ namespace Tizen.Multimedia.Remoting /// /// The playback state. /// - /// The server has already been stopped. - /// -or-\n + /// The server has already been stopped.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed of. @@ -204,8 +204,8 @@ namespace Tizen.Multimedia.Remoting /// /// The playback position in milliseconds. /// - /// The server has already been stopped. - /// -or-\n + /// The server has already been stopped.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed of. @@ -238,8 +238,8 @@ namespace Tizen.Multimedia.Remoting /// /// The metadata. /// - /// The server has already been stopped. - /// -or-\n + /// The server has already been stopped.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed of. @@ -271,8 +271,8 @@ namespace Tizen.Multimedia.Remoting /// /// A value indicating whether the shuffle mode is enabled. /// - /// The server has already been stopped. - /// -or-\n + /// The server has already been stopped.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed of. @@ -292,8 +292,8 @@ namespace Tizen.Multimedia.Remoting /// /// A set by the server. /// - /// The server has already been stopped. - /// -or-\n + /// The server has already been stopped.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed of. @@ -312,8 +312,8 @@ namespace Tizen.Multimedia.Remoting /// Sends playback command to the server. /// A playback command. /// - /// The server has already been stopped. - /// -or-\n + /// The server has already been stopped.
+ /// -or-
/// An internal error occurs. ///
/// is not valid. diff --git a/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroring.cs b/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroring.cs index 824cd68..19643d0 100644 --- a/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroring.cs +++ b/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroring.cs @@ -166,8 +166,8 @@ namespace Tizen.Multimedia.Remoting /// Prepares the screen mirroring with the specified display. /// /// - /// The state must be .\n - /// \n + /// The state must be .
+ ///
/// All supported resolutions will be candidates. ///
/// The display where the mirroring will be played on. @@ -176,8 +176,8 @@ namespace Tizen.Multimedia.Remoting ///
/// is null. /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. @@ -195,14 +195,14 @@ namespace Tizen.Multimedia.Remoting /// The display where the mirroring will be played on. /// The desired resolutions. /// - /// contain invalid flags.\n - /// -or-\n + /// contain invalid flags.
+ /// -or-
/// has already been assigned to another. ///
/// is null. /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. @@ -244,8 +244,8 @@ namespace Tizen.Multimedia.Remoting /// http://tizen.org/privilege/internet /// is null. /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// is a zero-length string, contains only white space. @@ -288,8 +288,8 @@ namespace Tizen.Multimedia.Remoting /// A task that represents the asynchronous operation. /// http://tizen.org/privilege/internet /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. @@ -319,8 +319,8 @@ namespace Tizen.Multimedia.Remoting /// A task that represents the asynchronous operation. /// http://tizen.org/privilege/internet /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. @@ -350,8 +350,8 @@ namespace Tizen.Multimedia.Remoting /// A task that represents the asynchronous operation. /// http://tizen.org/privilege/internet /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. @@ -380,8 +380,8 @@ namespace Tizen.Multimedia.Remoting /// /// http://tizen.org/privilege/internet /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. @@ -402,8 +402,8 @@ namespace Tizen.Multimedia.Remoting /// or . /// /// - /// The current state is not in the valid.\n - /// -or-\n + /// The current state is not in the valid.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. diff --git a/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringAudioInfo.cs b/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringAudioInfo.cs index 59bd648..c3024ce 100644 --- a/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringAudioInfo.cs +++ b/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringAudioInfo.cs @@ -37,8 +37,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated audio codec. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. @@ -59,8 +59,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated audio channels. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. @@ -81,8 +81,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated audio sample rate. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. @@ -103,8 +103,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated audio bit width. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. diff --git a/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringVideoInfo.cs b/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringVideoInfo.cs index 0716436..35856f5 100644 --- a/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringVideoInfo.cs +++ b/src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroringVideoInfo.cs @@ -36,8 +36,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated video codec. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. @@ -58,8 +58,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated video resolution. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. @@ -81,8 +81,8 @@ namespace Tizen.Multimedia.Remoting /// Gets the negotiated video frame rate. /// /// - /// Not connected to a source.\n - /// \n + /// Not connected to a source.
+ ///
/// An internal error occurs. ///
/// The has already been disposed. diff --git a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs index 99fd6d8..f922f1e 100644 --- a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs +++ b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs @@ -142,9 +142,9 @@ namespace Tizen.Multimedia /// /// /// The recorder state must be state by - /// , and .\n - /// The recorder state will be .\n - /// \n + /// , and .
+ /// The recorder state will be .
+ ///
/// It has no effect if the recorder is already in the state. ///
/// The recorder is not in the valid state. @@ -166,10 +166,10 @@ namespace Tizen.Multimedia /// Starts recording. /// /// - /// The recorder state must be state by - /// or - /// state by .\n - /// \n + /// The recorder state must be state by + /// or + /// state by .
+ ///
/// It has no effect if the recorder is already in the state. ///
/// The recorder is not in the valid state. @@ -194,10 +194,10 @@ namespace Tizen.Multimedia /// Pauses recording. /// /// - /// Recording can be resumed with .\n - /// \n - /// The recorder state must be state by \n - /// \n + /// Recording can be resumed with .
+ ///
+ /// The recorder state must be state by .
+ ///
/// It has no effect if the recorder is already in the state. ///
/// The recorder is not in the valid state. @@ -222,9 +222,9 @@ namespace Tizen.Multimedia /// /// /// The recorder state must be state by or - /// state by .\n - /// \n - /// The recorder state will be after commit.\n + /// state by .
+ ///
+ /// The recorder state will be after commit. /// /// http://tizen.org/privilege/mediastorage is needed if the save path are relevant to media storage. /// http://tizen.org/privilege/externalstorage is needed if the save path are relevant to external storage. @@ -278,14 +278,14 @@ namespace Tizen.Multimedia /// The recorder state must be state by . ///
/// - /// The recorder is not in the valid state.\n - /// -or-\n - /// is an audio packet but audio recording is not enabled(See ).\n - /// -or-\n - /// is a video packet but video recording is not enabled(See ).\n - /// -or-\n - /// is a video packet but the does not match the video source format.\n - /// -or-\n + /// The recorder is not in the valid state.
+ /// -or-
+ /// is an audio packet but audio recording is not enabled(See ).
+ /// -or-
+ /// is a video packet but video recording is not enabled(See ).
+ /// -or-
+ /// is a video packet but the does not match the video source format.
+ /// -or-
/// An internal error occurs. ///
/// The has already been disposed. diff --git a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderAudioOptions.cs b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderAudioOptions.cs index 3aabb7d..44aeb5e 100644 --- a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderAudioOptions.cs +++ b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderAudioOptions.cs @@ -54,10 +54,10 @@ namespace Tizen.Multimedia /// The number of channels for encoding audio stream. /// is not valid. /// - /// is less than zero.\n - /// -or-\n - /// is less than or equal to zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
+ /// is less than or equal to zero.
+ /// -or-
/// is less than or equal to zero. ///
public StreamRecorderAudioOptions(RecorderAudioCodec codec, int sampleRate, int bitRate, int channels) diff --git a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderOptions.cs b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderOptions.cs index 49d9098..2ce5369 100644 --- a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderOptions.cs +++ b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderOptions.cs @@ -37,8 +37,8 @@ namespace Tizen.Multimedia /// The file format of output file. /// is null. /// - /// is an empty string.\n - /// -or-\n + /// is an empty string.
+ /// -or-
/// is not valid. ///
public StreamRecorderOptions(string savePath, RecorderFileFormat fileFormat) diff --git a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs index 3460532..a000330 100644 --- a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs +++ b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs @@ -41,14 +41,14 @@ namespace Tizen.Multimedia /// will be set as default. /// /// - /// is not valid.\n - /// -or-\n - /// is not valid.\n + /// is not valid.
+ /// -or-
+ /// is not valid. ///
/// - /// Width or height of is less than or equal to zero.\n - /// -or-\n - /// is less than or equal to zero.\n + /// Width or height of is less than or equal to zero.
+ /// -or-
+ /// is less than or equal to zero. ///
public StreamRecorderVideoOptions(RecorderVideoCodec codec, Size resolution, StreamRecorderVideoFormat sourceFormat, int frameRate) : @@ -66,15 +66,15 @@ namespace Tizen.Multimedia /// The frame rate for encoding video stream. /// The bit rate for encoding video stream. /// - /// is not valid.\n - /// -or-\n - /// is not valid.\n + /// is not valid.
+ /// -or-
+ /// is not valid.
///
/// - /// Width or height of is less than or equal to zero.\n - /// -or-\n - /// is less than or equal to zero.\n - /// -or-\n + /// Width or height of is less than or equal to zero.
+ /// -or-
+ /// is less than or equal to zero.
+ /// -or-
/// is less than zero. ///
public StreamRecorderVideoOptions(RecorderVideoCodec codec, Size resolution, diff --git a/src/Tizen.Multimedia.Util/ImageUtil/ImageDecoder.cs b/src/Tizen.Multimedia.Util/ImageUtil/ImageDecoder.cs index fcf1cab..502e31c 100644 --- a/src/Tizen.Multimedia.Util/ImageUtil/ImageDecoder.cs +++ b/src/Tizen.Multimedia.Util/ImageUtil/ImageDecoder.cs @@ -86,17 +86,17 @@ namespace Tizen.Multimedia.Util /// The input file path from which to decode. /// A task that represents the asynchronous decoding operation. /// - /// Only Graphics Interchange Format(GIF) codec returns more than one frame.\n - /// \n - /// http://tizen.org/privilege/mediastorage is needed if is relevant to the media storage.\n + /// Only Graphics Interchange Format(GIF) codec returns more than one frame.
+ ///
+ /// http://tizen.org/privilege/mediastorage is needed if is relevant to the media storage.
/// http://tizen.org/privilege/externalstorage is needed if is relevant to the external storage. ///
/// is null. /// - /// is an empty string.\n - /// - or -\n - /// is not a image file.\n - /// - or -\n + /// is an empty string.
+ /// -or-
+ /// is not a image file.
+ /// -or-
/// The format of is not . ///
/// does not exists. @@ -138,13 +138,11 @@ namespace Tizen.Multimedia.Util /// /// The image buffer from which to decode. /// A task that represents the asynchronous decoding operation. - /// - /// Only Graphics Interchange Format(GIF) codec returns more than one frame.\n - /// + /// Only Graphics Interchange Format(GIF) codec returns more than one frame. /// is null. /// - /// is an empty array.\n - /// - or -\n + /// is an empty array.
+ /// -or-
/// The format of is not . ///
/// The format of is not . diff --git a/src/Tizen.Multimedia.Util/ImageUtil/ImageEncoder.cs b/src/Tizen.Multimedia.Util/ImageUtil/ImageEncoder.cs index 23863a1..2263f2a 100644 --- a/src/Tizen.Multimedia.Util/ImageUtil/ImageEncoder.cs +++ b/src/Tizen.Multimedia.Util/ImageUtil/ImageEncoder.cs @@ -67,8 +67,8 @@ namespace Tizen.Multimedia.Util /// /// The target resolution. /// - /// The width of is less than or equal to zero.\n - /// - or -\n + /// The width of is less than or equal to zero.
+ /// -or-
/// The height of is less than or equal to zero. ///
public void SetResolution(Size resolution) @@ -171,14 +171,14 @@ namespace Tizen.Multimedia.Util /// The stream that the image is encoded to. /// A task that represents the asynchronous encoding operation. /// - /// is null.\n - /// - or -\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is an empty array.\n - /// - or -\n - /// is not writable.\n + /// is an empty array.
+ /// -or-
+ /// is not writable. ///
/// The resolution is not set. /// The has already been disposed of. @@ -347,8 +347,8 @@ namespace Tizen.Multimedia.Util /// The quality for JPEG image encoding; from 1(lowest quality) to 100(highest quality). /// will be the . /// - /// is less than or equal to 0.\n - /// - or -\n + /// is less than or equal to 0.
+ /// -or-
/// is greater than 100. ///
public JpegEncoder(int quality) : @@ -361,12 +361,12 @@ namespace Tizen.Multimedia.Util /// Gets or sets the quality of the encoded image. /// /// - /// The quality of the output image. The default is 75.\n + /// The quality of the output image. The default is 75.
/// Valid value is from 1(lowest quality) to 100(highest quality). ///
/// - /// is less than or equal to 0.\n - /// - or -\n + /// is less than or equal to 0.
+ /// -or-
/// is greater than 100. ///
public int Quality @@ -417,14 +417,14 @@ namespace Tizen.Multimedia.Util /// The stream that the image is encoded to. /// A task that represents the asynchronous encoding operation. /// - /// is null.\n - /// - or -\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// has no element(empty).\n - /// - or -\n - /// is not writable.\n + /// has no element(empty).
+ /// -or-
+ /// is not writable. ///
/// The resolution is not set. /// The has already been disposed of. diff --git a/src/Tizen.Multimedia.Util/ImageUtil/ImageTransform.cs b/src/Tizen.Multimedia.Util/ImageUtil/ImageTransform.cs index e3d8d14..d68c82d 100644 --- a/src/Tizen.Multimedia.Util/ImageUtil/ImageTransform.cs +++ b/src/Tizen.Multimedia.Util/ImageUtil/ImageTransform.cs @@ -105,8 +105,8 @@ namespace Tizen.Multimedia.Util /// The zero-based index of the to get or set. /// The at the specified index. /// - /// index is less than 0.\n - /// - or -\n + /// index is less than 0.
+ /// -or-
/// index is equal to or greater than Count. ///
public ImageTransform this[int index] @@ -176,8 +176,8 @@ namespace Tizen.Multimedia.Util /// The to insert into the collection. /// is null. /// - /// index is less than 0.\n - /// -or-\n + /// index is less than 0.
+ /// -or-
/// index is greater than . ///
public void Insert(int index, ImageTransform item) @@ -201,8 +201,8 @@ namespace Tizen.Multimedia.Util /// /// The zero-based index to remove. /// - /// index is less than 0.\n - /// - or -\n + /// index is less than 0.
+ /// -or-
/// index is equal to or greater than . ///
public void RemoveAt(int index) => _list.RemoveAt(index); @@ -473,12 +473,12 @@ namespace Tizen.Multimedia.Util /// /// The crop region. /// - /// The X-position of is less than zero.\n - /// - or -\n - /// The Y-position of is less than zero.\n - /// - or -\n - /// The width of is less than or equal to zero.\n - /// - or -\n + /// The X-position of is less than zero.
+ /// -or-
+ /// The Y-position of is less than zero.
+ /// -or-
+ /// The width of is less than or equal to zero.
+ /// -or-
/// The height of is less than or equal to zero. ///
public CropTransform(Rectangle region) @@ -490,12 +490,12 @@ namespace Tizen.Multimedia.Util /// Gets or sets the crop region. /// /// - /// The X-position of is less than zero.\n - /// - or -\n - /// The Y-position of is less than zero.\n - /// - or -\n - /// The width of is less than or equal to zero.\n - /// - or -\n + /// The X-position of is less than zero.
+ /// -or-
+ /// The Y-position of is less than zero.
+ /// -or-
+ /// The width of is less than or equal to zero.
+ /// -or-
/// The height of is less than or equal to zero. ///
public Rectangle Region @@ -550,8 +550,8 @@ namespace Tizen.Multimedia.Util /// /// The size that an image is resized to. /// - /// The width of is less than or equal to zero.\n - /// - or -\n + /// The width of is less than or equal to zero.
+ /// -or-
/// The height of is less than or equal to zero. ///
public ResizeTransform(Size size) @@ -563,8 +563,8 @@ namespace Tizen.Multimedia.Util /// Gets or sets the size that an image is resized to. /// /// - /// The width of is less than or equal to zero.\n - /// - or -\n + /// The width of is less than or equal to zero.
+ /// -or-
/// The height of is less than or equal to zero. ///
public Size Size diff --git a/src/Tizen.Multimedia.Util/ImageUtil/ImageTransformer.cs b/src/Tizen.Multimedia.Util/ImageUtil/ImageTransformer.cs index 53bfd38..13d345d 100644 --- a/src/Tizen.Multimedia.Util/ImageUtil/ImageTransformer.cs +++ b/src/Tizen.Multimedia.Util/ImageUtil/ImageTransformer.cs @@ -38,8 +38,8 @@ namespace Tizen.Multimedia.Util /// to apply. /// A task that represents the asynchronous transforming operation. /// - /// is null.\n - /// - or -\n + /// is null.
+ /// -or-
/// is null. ///
/// The has already been disposed of. diff --git a/src/Tizen.Multimedia.Util/ImageUtil/ImageUtil.cs b/src/Tizen.Multimedia.Util/ImageUtil/ImageUtil.cs index 215f53f..9d35b91 100644 --- a/src/Tizen.Multimedia.Util/ImageUtil/ImageUtil.cs +++ b/src/Tizen.Multimedia.Util/ImageUtil/ImageUtil.cs @@ -52,8 +52,8 @@ namespace Tizen.Multimedia.Util /// of the image. /// The buffer size. /// - /// width of is less than or equal to zero.\n - /// - or -\n + /// width of is less than or equal to zero.
+ /// -or-
/// height of is less than or equal to zero. ///
/// is invalid. @@ -91,8 +91,8 @@ namespace Tizen.Multimedia.Util /// is null. /// is empty. /// - /// width of is less than or equal to zero.\n - /// - or -\n + /// width of is less than or equal to zero.
+ /// -or-
/// height of is less than or equal to zero. ///
public static Color GetColor(byte[] buffer, Size size) diff --git a/src/Tizen.Multimedia.Util/ThumbnailExtractor/ThumbnailExtractor.cs b/src/Tizen.Multimedia.Util/ThumbnailExtractor/ThumbnailExtractor.cs index 4ec117b..2005cb5 100755 --- a/src/Tizen.Multimedia.Util/ThumbnailExtractor/ThumbnailExtractor.cs +++ b/src/Tizen.Multimedia.Util/ThumbnailExtractor/ThumbnailExtractor.cs @@ -57,7 +57,7 @@ namespace Tizen.Multimedia.Util /// Extracts the thumbnail for the given media with the specified path. /// /// A task that represents the asynchronous extracting operation. - /// The size of the thumbnail will be the default size(320x240).\n + /// The size of the thumbnail will be the default size(320x240). /// The path of the media file to extract the thumbnail. /// The token to stop the operation. /// is null. @@ -76,7 +76,7 @@ namespace Tizen.Multimedia.Util /// 3 /// A task that represents the asynchronous extracting operation. /// - /// If the width is not a multiple of 8, it can be changed by the inner process.\n + /// If the width is not a multiple of 8, it can be changed by the inner process.
/// The width will be a multiple of 8 greater than the set value. ///
/// The path of the media file to extract the thumbnail. @@ -100,7 +100,7 @@ namespace Tizen.Multimedia.Util /// 3 /// A task that represents the asynchronous extracting operation. /// - /// If the width is not a multiple of 8, it can be changed by the inner process.\n + /// If the width is not a multiple of 8, it can be changed by the inner process.
/// The width will be a multiple of 8 greater than the set value. ///
/// The path of the media file to extract the thumbnail. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/BarcodeDetector.cs b/src/Tizen.Multimedia.Vision/MediaVision/BarcodeDetector.cs index 176db34..bdb7a1f 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/BarcodeDetector.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/BarcodeDetector.cs @@ -57,8 +57,8 @@ namespace Tizen.Multimedia.Vision /// is null. /// The feature is not supported. /// - /// already has been disposed of.\n - /// -or-\n + /// already has been disposed of.
+ /// -or-
/// already has been disposed of. ///
/// diff --git a/src/Tizen.Multimedia.Vision/MediaVision/BarcodeGenerator.cs b/src/Tizen.Multimedia.Vision/MediaVision/BarcodeGenerator.cs index 402a109..10fe034 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/BarcodeGenerator.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/BarcodeGenerator.cs @@ -63,13 +63,13 @@ namespace Tizen.Multimedia.Vision /// The instance. /// containing the generated QR image. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// contains characters which are illegal by the . ///
/// The feature is not supported. @@ -92,18 +92,18 @@ namespace Tizen.Multimedia.Vision /// because the text visibility is not supported in the QR code. /// /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// contains characters which are illegal by the . ///
/// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is the . ///
/// already has been disposed of. @@ -137,12 +137,12 @@ namespace Tizen.Multimedia.Vision /// containing the generated barcode image. /// is null. /// - /// is too long.\n - /// -or-\n - /// is .\n - /// -or-\n + /// is too long.
+ /// -or-
+ /// is .
+ /// -or-
/// is invalid. - /// -or-\n + /// -or-
/// contains illegal characters. ///
/// The feature is not supported. @@ -161,12 +161,12 @@ namespace Tizen.Multimedia.Vision /// containing the generated barcode image. /// is null. /// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// is . - /// -or-\n + /// -or-
/// is invalid. - /// -or-\n + /// -or-
/// contains illegal characters. ///
/// The feature is not supported. @@ -216,15 +216,15 @@ namespace Tizen.Multimedia.Vision /// The instance. /// The that contains information about the file to be generated. /// - /// is null.\n - /// -or-\n - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
+ /// is null.
+ /// -or-
/// is null. ///
/// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// contains characters which are illegal by the . ///
/// No permission to write a file. @@ -250,21 +250,21 @@ namespace Tizen.Multimedia.Vision /// information about the file to be generated. /// The configuration of the barcode generator. This value can be null. /// - /// is null.\n - /// -or-\n - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
+ /// is null.
+ /// -or-
/// is null. ///
/// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// contains characters which are illegal by the . ///
/// No permission to write a file. /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is the . ///
/// already has been disposed of. @@ -297,17 +297,17 @@ namespace Tizen.Multimedia.Vision /// The that contains /// information about the file to be generated. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// is . - /// -or-\n + /// -or-
/// is invalid. - /// -or-\n + /// -or-
/// contains illegal characters. ///
/// No permission to write a file. @@ -327,17 +327,17 @@ namespace Tizen.Multimedia.Vision /// information about the file to be generated. /// The configuration of the barcode generator. This value can be null. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// is too long.\n - /// -or-\n + /// is too long.
+ /// -or-
/// is . - /// -or-\n + /// -or-
/// is invalid. - /// -or-\n + /// -or-
/// contains illegal characters. ///
/// No permission to write a file. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/BarcodeImageConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/BarcodeImageConfiguration.cs index bf14e44..7fee12d 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/BarcodeImageConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/BarcodeImageConfiguration.cs @@ -28,15 +28,15 @@ namespace Tizen.Multimedia.Vision /// Initializes a new instance of the class. /// /// - /// The mediastorage privilege (http://tizen.org/privilege/mediastorage) is needed if the image path is relevant to media storage.\n + /// The mediastorage privilege (http://tizen.org/privilege/mediastorage) is needed if the image path is relevant to media storage.
/// The externalstorage privilege (http://tizen.org/privilege/externalstorage) is needed if the image path is relevant to external storage. ///
/// The of the generated image. /// The path to the file to be generated. /// The format of the output image. /// - /// The width of is less than or equal to zero.\n - /// -or-\n + /// The width of is less than or equal to zero.
+ /// -or-
/// The height of is less than or equal to zero. ///
/// is null. @@ -75,7 +75,7 @@ namespace Tizen.Multimedia.Vision /// Initializes a new instance of the class. /// /// - /// The mediastorage privilege (http://tizen.org/privilege/mediastorage) is needed if the image path is relevant to media storage.\n + /// The mediastorage privilege (http://tizen.org/privilege/mediastorage) is needed if the image path is relevant to media storage.
/// The externalstorage privilege (http://tizen.org/privilege/externalstorage) is needed if the image path is relevant to external storage. ///
/// The width of the image to be generated. @@ -83,8 +83,8 @@ namespace Tizen.Multimedia.Vision /// The path to the file to be generated. /// The format of the output image. /// - /// is less than or equal to zero.\n - /// -or-\n + /// is less than or equal to zero.
+ /// -or-
/// is less than or equal to zero. ///
/// is null. @@ -120,7 +120,7 @@ namespace Tizen.Multimedia.Vision /// Gets the path to the file that has to be generated. /// /// - /// The mediastorage privilege (http://tizen.org/privilege/mediastorage) is needed if the image path is relevant to media storage.\n + /// The mediastorage privilege (http://tizen.org/privilege/mediastorage) is needed if the image path is relevant to media storage.
/// The externalstorage privilege (http://tizen.org/privilege/externalstorage) is needed if the image path is relevant to external storage. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/FaceDetectionConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/FaceDetectionConfiguration.cs index b53b785..2ca0f6b 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/FaceDetectionConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/FaceDetectionConfiguration.cs @@ -130,13 +130,13 @@ namespace Tizen.Multimedia.Vision /// Default value is null (the roi will be a full image), which can be changed to specify the roi for face detection. /// /// - /// The width of is less than or equal to zero.\n - /// -or-\n - /// The height of is less than or equal to zero.\n - /// -or-\n - /// The x position of is less than zero.\n - /// -or-\n - /// The y position of is less than zero.\n + /// The width of is less than or equal to zero.
+ /// -or-
+ /// The height of is less than or equal to zero.
+ /// -or-
+ /// The x position of is less than zero.
+ /// -or-
+ /// The y position of is less than zero. ///
/// 3 public Rectangle? Roi diff --git a/src/Tizen.Multimedia.Vision/MediaVision/FaceDetector.cs b/src/Tizen.Multimedia.Vision/MediaVision/FaceDetector.cs index 592a48c..b2d74b5 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/FaceDetector.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/FaceDetector.cs @@ -28,15 +28,15 @@ namespace Tizen.Multimedia.Vision { /// - /// Detects faces on the source.\n + /// Detects faces on the source.
/// Each time when DetectAsync is called, a set of the detected faces at the media source are received asynchronously. ///
/// The source of the media where faces will be detected. /// A task that represents the asynchronous detect operation. /// is null. /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// The format of is not supported. ///
/// 3 @@ -46,7 +46,7 @@ namespace Tizen.Multimedia.Vision } /// - /// Detects faces on the source.\n + /// Detects faces on the source.
/// Each time when DetectAsync is called, a set of the detected faces at the media source are received asynchronously. ///
/// The source of the media where faces will be detected. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognitionModel.cs b/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognitionModel.cs index e9f95b7..9ccac51 100644 --- a/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognitionModel.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognitionModel.cs @@ -50,8 +50,8 @@ namespace Tizen.Multimedia.Vision /// is null. /// is invalid. /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is not supported format. ///
/// No permission to access the specified file. @@ -153,8 +153,8 @@ namespace Tizen.Multimedia.Vision /// Has to be unique for each face. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been dispose of. ///
/// @@ -179,8 +179,8 @@ namespace Tizen.Multimedia.Vision /// The rectangular region of the face image at the source image. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been dispose of. ///
/// @@ -258,8 +258,8 @@ namespace Tizen.Multimedia.Vision /// /// The configuration used for learning of the recognition models. This value can be null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// No examples added. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognizer.cs b/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognizer.cs index 034a846..5eed1bf 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognizer.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/FaceRecognizer.cs @@ -35,8 +35,8 @@ namespace Tizen.Multimedia.Vision /// The to be used for recognition. /// A task that represents the asynchronous recognition operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// The feature is not supported. @@ -57,8 +57,8 @@ namespace Tizen.Multimedia.Vision /// Rectangular box bounding face image on the source. /// A task that represents the asynchronous recognition operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// The feature is not supported. @@ -79,14 +79,14 @@ namespace Tizen.Multimedia.Vision /// The configuration used for recognition. This value can be null. /// A task that represents the asynchronous recognition operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// The feature is not supported. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// is untrained model. @@ -108,14 +108,14 @@ namespace Tizen.Multimedia.Vision /// The used for recognition. This value can be null. /// A task that represents the asynchronous recognition operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// The feature is not supported. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// is untrained model. @@ -227,8 +227,8 @@ namespace Tizen.Multimedia.Vision /// A task that represents the asynchronous recognition operation. /// is null. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// The feature is not supported. @@ -287,8 +287,8 @@ namespace Tizen.Multimedia.Vision /// A task that represents the asynchronous recognition operation. /// is null. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// The feature is not supported. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/FaceTracker.cs b/src/Tizen.Multimedia.Vision/MediaVision/FaceTracker.cs index 33c7cfc..2f7e7c3 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/FaceTracker.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/FaceTracker.cs @@ -38,13 +38,13 @@ namespace Tizen.Multimedia.Vision /// Learning process improves tracking correctness, but can decrease tracking performance. /// A task that represents the asynchronous tracking operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// The feature is not supported. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/FaceTrackingModel.cs b/src/Tizen.Multimedia.Vision/MediaVision/FaceTrackingModel.cs index 01ff2a6..55e6c63 100644 --- a/src/Tizen.Multimedia.Vision/MediaVision/FaceTrackingModel.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/FaceTrackingModel.cs @@ -49,8 +49,8 @@ namespace Tizen.Multimedia.Vision /// is null. /// is invalid. /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is not supported format. ///
/// No permission to access the specified file. @@ -103,8 +103,8 @@ namespace Tizen.Multimedia.Vision /// If null, then tracking model will try to find previously tracked face by itself. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already bean disposed of. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs index 2eabbb5..81ca8dd 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs @@ -49,7 +49,7 @@ namespace Tizen.Multimedia.Vision } /// - /// Gets or sets the scale factor the image to be recognized.\n + /// Gets or sets the scale factor the image to be recognized.
/// The value of the factor will be used for resizing of the images (objects) for recognition. /// The default value is 1.2. ///
@@ -68,7 +68,7 @@ namespace Tizen.Multimedia.Vision } /// - /// Gets or sets the maximum key points should be detected on the image.\n + /// Gets or sets the maximum key points should be detected on the image.
/// The maximal number of key points can be selected on the image object to calculate descriptors. /// This key points will be used for image (object) recognition and has to be specified as integer number. /// The default value is 1000. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageObject.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageObject.cs index 0b4c71b..8e252ea 100644 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageObject.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageObject.cs @@ -49,8 +49,8 @@ namespace Tizen.Multimedia.Vision /// is null. /// is invalid. /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is not supported file. ///
/// No permission to access the specified file. @@ -134,14 +134,14 @@ namespace Tizen.Multimedia.Vision } /// - /// Fills the image object.\n + /// Fills the image object.
/// Extracts data from @a source image which will be needed for recognition of depicted object in @a location. ///
/// The source image where image object is depicted. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// 3 @@ -151,17 +151,17 @@ namespace Tizen.Multimedia.Vision } /// - /// Fills the image object.\n + /// Fills the image object.
/// Extracts data from @a source image which will be needed for recognition of depicted object in @a location. ///
/// The source image where image object is depicted. /// The configuration used for extract recognition data from source. This value can be null. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n - /// has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
+ /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// 3 @@ -171,16 +171,16 @@ namespace Tizen.Multimedia.Vision } /// - /// Fills the image object.\n + /// Fills the image object.
/// Extracts data from @a source image which will be needed for recognition of depicted object in @a location. ///
/// The source image where image object is depicted. /// Rectangular bound of the image object on the source image. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n - /// has already been disposed of.\n + /// The has already been disposed of.
+ /// -or-
+ /// has already been disposed of. ///
/// 3 public void Fill(MediaVisionSource source, Rectangle rect) @@ -189,7 +189,7 @@ namespace Tizen.Multimedia.Vision } /// - /// Fills the image object.\n + /// Fills the image object.
/// Extracts data from @a source image which will be needed for recognition of depicted object in @a location. ///
/// The source image where image object is depicted. @@ -197,10 +197,10 @@ namespace Tizen.Multimedia.Vision /// Rectangular bound of the image object on the source image. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n - /// has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
+ /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognitionConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognitionConfiguration.cs index f8647e5..77a24a4 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognitionConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognitionConfiguration.cs @@ -158,8 +158,8 @@ namespace Tizen.Multimedia.Vision /// /// The already has been disposed of. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is greater than one. ///
/// 3 @@ -180,7 +180,7 @@ namespace Tizen.Multimedia.Vision } /// - /// Gets or sets the part matching error for the image recognition.\n + /// Gets or sets the part matching error for the image recognition.
/// Allowable error of matches number. ///
/// @@ -189,8 +189,8 @@ namespace Tizen.Multimedia.Vision /// /// The already has been disposed of. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is greater than one. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognizer.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognizer.cs index b962285..423d3d6 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognizer.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageRecognizer.cs @@ -28,16 +28,16 @@ namespace Tizen.Multimedia.Vision public static class ImageRecognizer { /// - /// Recognizes the given image objects on the source image.\n + /// Recognizes the given image objects on the source image.
///
/// The source image on which image objects will be recognized. /// The array of image objects which will be processed as targets of recognition. /// A task that represents the asynchronous recognition operation. /// - /// is null.\n - /// -or-\n - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
+ /// is null.
+ /// -or-
/// contains null reference. ///
/// has no elements.(The length is zero.) @@ -51,24 +51,24 @@ namespace Tizen.Multimedia.Vision } /// - /// Recognizes the given image objects on the source image.\n + /// Recognizes the given image objects on the source image.
///
/// The source image on which image objects will be recognized. /// The array of image objects which will be processed as targets of recognition. /// The configuration used for recognition. This value can be null. /// A task that represents the asynchronous recognition operation. /// - /// is null.\n - /// -or-\n - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
+ /// is null.
+ /// -or-
/// contains null elements. ///
/// has no elements.(The length is zero.) /// The feature is not supported. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageTracker.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageTracker.cs index 4d95f4d..0938b50 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageTracker.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageTracker.cs @@ -34,14 +34,14 @@ namespace Tizen.Multimedia.Vision /// The image tracking model which processed as target of tracking. /// A task that represents the asynchronous tracking operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// The feature is not supported. /// - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// has no target. @@ -61,16 +61,16 @@ namespace Tizen.Multimedia.Vision /// The configuration used for tracking. This value can be null. /// A task that represents the asynchronous tracking operation. /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// The feature is not supported. /// - /// has already been disposed of.\n - /// -or-\n - /// has already been disposed of.\n - /// -or-\n + /// has already been disposed of.
+ /// -or-
+ /// has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// has no target. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingConfiguration.cs index 71d3b23..52426de 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingConfiguration.cs @@ -80,7 +80,7 @@ namespace Tizen.Multimedia.Vision /// Gets or sets the number of recognition results in the tracking history. ///
/// - /// The number of previous recognition results, which will influence the stabilization.\n + /// The number of previous recognition results, which will influence the stabilization.
/// The default is 3. ///
/// The already has been disposed of. @@ -107,7 +107,7 @@ namespace Tizen.Multimedia.Vision /// Gets or sets the expected tracking offset. /// /// - /// Relative offset value for which the object offset is expected (relative to the object size in the current frame).\n + /// Relative offset value for which the object offset is expected (relative to the object size in the current frame).
/// The default is 0. ///
/// The already has been disposed of. @@ -129,13 +129,13 @@ namespace Tizen.Multimedia.Vision /// /// /// Acceleration will be used for image stabilization (relative to the distance from current location to stabilized location); - /// from 0 to 1, inclusive.\n + /// from 0 to 1, inclusive.
/// The default is 0.1. ///
/// The already has been disposed of. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is greater than one. ///
/// 3 @@ -160,7 +160,7 @@ namespace Tizen.Multimedia.Vision /// Gets or sets the speed of the tracking stabilization. /// /// - /// The start speed value used for image stabilization.\n + /// The start speed value used for image stabilization.
/// The default is 0.3. ///
/// The already has been disposed of. @@ -184,8 +184,8 @@ namespace Tizen.Multimedia.Vision /// It is component of tolerant shift which will be ignored by stabilization process. /// (this value is relative to the object size in the current frame). /// Tolerant shift will be computed like R * S + C, where R is the value set to , - /// S is the area of object location on frame, C is a constant value 1.3.\n - /// \n + /// S is the area of object location on frame, C is a constant value 1.3.
+ ///
/// The default is 0.00006. /// /// The already has been disposed of. @@ -206,7 +206,7 @@ namespace Tizen.Multimedia.Vision /// Gets or sets the state of the contour stabilization during tracking process. /// /// - /// true if the contour stabilization is enabled; otherwise false.\n + /// true if the contour stabilization is enabled; otherwise false.
/// The default is true. ///
/// The already has been disposed of. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingModel.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingModel.cs index fd509f9..4ec07c9 100644 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingModel.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingModel.cs @@ -49,8 +49,8 @@ namespace Tizen.Multimedia.Vision /// is null. /// is invalid. /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is not supported format. ///
/// No permission to access the specified file. @@ -74,14 +74,14 @@ namespace Tizen.Multimedia.Vision } /// - /// Sets the target of the image tracking model.\n + /// Sets the target of the image tracking model.
/// Sets the image object which will be tracked by using tracking functionality with this tracking model. ///
/// Image object which will be set as the target for tracking. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// 3 @@ -97,7 +97,7 @@ namespace Tizen.Multimedia.Vision } /// - /// Refreshes the state of image tracking model.\n + /// Refreshes the state of image tracking model.
/// Clears the moving history and change state to undetected. It is usually called each time before tracking is started /// for the new sequence of sources, which is not the direct continuation of the sequence for which tracking has been performed before. /// Tracking algorithm will try to find image by itself. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/MediaVisionSource.cs b/src/Tizen.Multimedia.Vision/MediaVision/MediaVisionSource.cs index c3c663a..edbccda 100644 --- a/src/Tizen.Multimedia.Vision/MediaVision/MediaVisionSource.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/MediaVisionSource.cs @@ -105,14 +105,14 @@ namespace Tizen.Multimedia.Vision /// The height of image. /// The image . /// - /// The feature is not supported.\n - /// -or-\n + /// The feature is not supported.
+ /// -or-
/// is not supported. ///
/// is null. /// - /// has no element.(The length is zero.)\n - /// -or-\n + /// has no element.(The length is zero.)
+ /// -or-
/// is invalid. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/MovementDetectionConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/MovementDetectionConfiguration.cs index 17e691f..0f40436 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/MovementDetectionConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/MovementDetectionConfiguration.cs @@ -43,20 +43,20 @@ namespace Tizen.Multimedia.Vision } /// - /// Gets or sets movement detection threshold.\n + /// Gets or sets movement detection threshold.
/// This value might be set before subscription on event /// to specify the sensitivity of the movement detector. ///
/// /// The value indicating the sensitivity of from 0 to 255 inclusive, /// where 255 means that no movements will be detected and 0 means that all frame changes - /// will be interpreted as movements.\n + /// will be interpreted as movements.
/// The default is 10. ///
/// The already has been disposed of. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is greater than 255. ///
/// 3 diff --git a/src/Tizen.Multimedia.Vision/MediaVision/MovementDetector.cs b/src/Tizen.Multimedia.Vision/MediaVision/MovementDetector.cs index 3d1b6e5..a5d214c 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/MovementDetector.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/MovementDetector.cs @@ -103,8 +103,8 @@ namespace Tizen.Multimedia.Vision /// The config for the . This value can be null. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// diff --git a/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetectionConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetectionConfiguration.cs index ae503f1..1ab3cc2 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetectionConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetectionConfiguration.cs @@ -42,11 +42,11 @@ namespace Tizen.Multimedia.Vision } /// - /// Gets or sets how many frames will be skipped during push source.\n + /// Gets or sets how many frames will be skipped during push source.
///
/// /// The value to specify the number of calls will be ignored by subscription - /// of the event trigger.\n + /// of the event trigger.
/// /// The default is 0. It means that no frames will be skipped and all will /// be processed. diff --git a/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetector.cs b/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetector.cs index 35af496..5bac441 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetector.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/PersonAppearanceDetector.cs @@ -108,8 +108,8 @@ namespace Tizen.Multimedia.Vision /// The config for the . This value can be null. /// is null. /// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// diff --git a/src/Tizen.Multimedia.Vision/MediaVision/PersonRecognizer.cs b/src/Tizen.Multimedia.Vision/MediaVision/PersonRecognizer.cs index 8bdf834..b9f63b2 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/PersonRecognizer.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/PersonRecognizer.cs @@ -98,13 +98,13 @@ namespace Tizen.Multimedia.Vision /// The source used for recognition. /// The config for the . /// - /// is null.\n - /// -or-\n + /// is null.
+ /// -or-
/// is null. ///
/// - /// The has already been disposed of.\n - /// -or-\n + /// The has already been disposed of.
+ /// -or-
/// has already been disposed of. ///
/// diff --git a/src/Tizen.Multimedia.Vision/MediaVision/QrConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/QrConfiguration.cs index e6d8a97..dc30eb7 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/QrConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/QrConfiguration.cs @@ -34,13 +34,13 @@ namespace Tizen.Multimedia.Vision /// var obj = new QrConfiguration(QrMode.Numeric, ErrorCorrectionLevel.Medium, 30); /// /// - /// is less than 1.\n - /// -or-\n + /// is less than 1.
+ /// -or-
/// is greater than 40. ///
/// - /// is invalid.\n - /// -or- + /// is invalid.
+ /// -or-
/// is invalid. ///
/// 3 diff --git a/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs b/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs index 8460e7b..cd0207b 100755 --- a/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs +++ b/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs @@ -116,7 +116,7 @@ namespace Tizen.Multimedia /// Gets or sets the auto focus reacquisition. ///
/// - /// true if the auto focus reacquisition is enabled; otherwise, false.\n + /// true if the auto focus reacquisition is enabled; otherwise, false.
/// The default is true. ///
/// @@ -160,9 +160,9 @@ namespace Tizen.Multimedia /// The extra information for this request. This value can be null. /// is zero. /// - /// contain a invalid bit.\n - /// -or-\n - /// contain a invalid bit.\n + /// contain a invalid bit.
+ /// -or-
+ /// contain a invalid bit. ///
/// The focus has already been acquired. /// Called in raised by releasing focus. @@ -196,9 +196,9 @@ namespace Tizen.Multimedia /// The extra information for this request. This value can be null. /// is zero. /// - /// contain a invalid bit.\n - /// -or-\n - /// contain a invalid bit.\n + /// contain a invalid bit.
+ /// -or-
+ /// contain a invalid bit. ///
/// The focus has not been acquired. /// The has already been disposed of. @@ -245,8 +245,8 @@ namespace Tizen.Multimedia /// The available is and . ///
/// - /// The device is not connected.\n - /// -or-\n + /// The device is not connected.
+ /// -or-
/// An internal error occurs. ///
/// is null. diff --git a/src/Tizen.Multimedia/Common/IMediaBuffer.cs b/src/Tizen.Multimedia/Common/IMediaBuffer.cs index 9407d36..0a6969e 100644 --- a/src/Tizen.Multimedia/Common/IMediaBuffer.cs +++ b/src/Tizen.Multimedia/Common/IMediaBuffer.cs @@ -28,8 +28,8 @@ namespace Tizen.Multimedia /// /// The index of the value to get or set. /// - /// is less than zero.\n - /// -or-\n + /// is less than zero.
+ /// -or-
/// is equal to or greater than . ///
/// The object that owns the current buffer has already been disposed of. diff --git a/src/Tizen.Multimedia/MediaTool/AudioMediaFormat.cs b/src/Tizen.Multimedia/MediaTool/AudioMediaFormat.cs index 43cff47..e86383a 100644 --- a/src/Tizen.Multimedia/MediaTool/AudioMediaFormat.cs +++ b/src/Tizen.Multimedia/MediaTool/AudioMediaFormat.cs @@ -55,8 +55,8 @@ namespace Tizen.Multimedia /// The bit rate value of the format. /// The AAC bitstream format(ADIF or ADTS). /// - /// or is invalid (i.e. undefined value).\n - /// -or-\n + /// or is invalid (i.e. undefined value).
+ /// -or-
/// is not , but is one of the AAC types. ///
/// diff --git a/src/Tizen.Multimedia/MediaTool/MediaPacket.cs b/src/Tizen.Multimedia/MediaTool/MediaPacket.cs index d8f3f30..e4890b8 100644 --- a/src/Tizen.Multimedia/MediaTool/MediaPacket.cs +++ b/src/Tizen.Multimedia/MediaTool/MediaPacket.cs @@ -288,8 +288,8 @@ namespace Tizen.Multimedia /// /// The value specified for this property is less than zero or greater than the length of the . /// - /// The MediaPacket has instead of .\n - /// -or-\n + /// The MediaPacket has instead of .
+ /// -or-
/// The MediaPacket is not in the writable state, which means it is being used by another module. ///
public int BufferWrittenLength diff --git a/src/Tizen.Multimedia/MediaTool/VideoMediaFormat.cs b/src/Tizen.Multimedia/MediaTool/VideoMediaFormat.cs index d4cc88f..22b1201 100644 --- a/src/Tizen.Multimedia/MediaTool/VideoMediaFormat.cs +++ b/src/Tizen.Multimedia/MediaTool/VideoMediaFormat.cs @@ -78,8 +78,8 @@ namespace Tizen.Multimedia /// The frame rate of the format. /// is invalid (i.e. undefined value). /// - /// The width or the height of is less than zero.\n - /// -or-\n + /// The width or the height of is less than zero.
+ /// -or-
/// is less than zero. ///
public VideoMediaFormat(MediaFormatVideoMimeType mimeType, Size size, @@ -117,10 +117,10 @@ namespace Tizen.Multimedia /// The bit rate of the format. /// is invalid (i.e. undefined value). /// - /// The width or the height of is less than zero.\n - /// -or-\n - /// is less than zero.\n - /// -or-\n + /// The width or the height of is less than zero.
+ /// -or-
+ /// is less than zero.
+ /// -or-
/// is less than zero. ///
public VideoMediaFormat(MediaFormatVideoMimeType mimeType, Size size, diff --git a/src/Tizen.Multimedia/MediaView/MediaView.cs b/src/Tizen.Multimedia/MediaView/MediaView.cs index 89dedf3..2cdd5b0 100755 --- a/src/Tizen.Multimedia/MediaView/MediaView.cs +++ b/src/Tizen.Multimedia/MediaView/MediaView.cs @@ -23,7 +23,7 @@ namespace Tizen.Multimedia /// The MediaView class allows application developers to display the video output on the screen. /// /// - /// This view should not be instantiated directly.\n + /// This view should not be instantiated directly.
/// Use to create the view. ///
/// diff --git a/src/Tizen.NUI/src/public/PaddingType.cs b/src/Tizen.NUI/src/public/PaddingType.cs index 0dc76a9..0e6ac1a 100755 --- a/src/Tizen.NUI/src/public/PaddingType.cs +++ b/src/Tizen.NUI/src/public/PaddingType.cs @@ -307,7 +307,7 @@ namespace Tizen.NUI /// End padding or Y coordinate /// Top padding or Height /// Bottom padding or Width - public PaddingType(float start, float end, float top, float bottom) : this(NDalicPINVOKE.new_PaddingType__SWIG_1(start, end, bottom, top), true) + public PaddingType(float start, float end, float top, float bottom) : this(NDalicPINVOKE.new_PaddingType__SWIG_1(start, end, top, bottom), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } @@ -321,7 +321,7 @@ namespace Tizen.NUI /// Bottom padding or Width public void Set(float newStart, float newEnd, float newTop, float newBottom) { - NDalicPINVOKE.PaddingType_Set(swigCPtr, newStart, newEnd, newBottom, newTop); + NDalicPINVOKE.PaddingType_Set(swigCPtr, newStart, newEnd, newTop, newBottom); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); }