From: coderhyme Date: Thu, 19 Oct 2017 05:04:56 +0000 (+0900) Subject: [Multimedia] Replaced '\n' with the br tag in the doc-comments. X-Git-Tag: preview1-00319^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F156588%2F2;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Multimedia] Replaced '\n' with the br tag in the doc-comments. Change-Id: I61ab2e3e815864ecab4156b522f71718489a6f52 Signed-off-by: coderhyme --- 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..b24ff99 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.StreamRecorder/StreamRecorder/StreamRecorder.cs b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs index 8aed8ea..f922f1e 100644 --- a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs +++ b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorder.cs @@ -166,9 +166,9 @@ namespace Tizen.Multimedia /// Starts recording. /// /// - /// The recorder state must be state by - /// or - /// state by .
+ /// The recorder state must be state by + /// or + /// state by .
///
/// It has no effect if the recorder is already in the state. ///
@@ -196,7 +196,7 @@ namespace Tizen.Multimedia /// /// Recording can be resumed with .
///
- /// The recorder state must be state by
+ /// The recorder state must be state by .
///
/// It has no effect if the recorder is already in the state. ///
@@ -224,7 +224,7 @@ namespace Tizen.Multimedia /// The recorder state must be state by or /// state by .
///
- /// The recorder state will be after commit.
+ /// 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. diff --git a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs index 600b1a2..a000330 100644 --- a/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs +++ b/src/Tizen.Multimedia.StreamRecorder/StreamRecorder/StreamRecorderVideoOptions.cs @@ -43,12 +43,12 @@ namespace Tizen.Multimedia /// /// is not valid.
/// -or-
- /// is not valid.
+ /// is not valid. ///
/// /// Width or height of is less than or equal to zero.
/// -or-
- /// is less than or equal to zero.
+ /// is less than or equal to zero. ///
public StreamRecorderVideoOptions(RecorderVideoCodec codec, Size resolution, StreamRecorderVideoFormat sourceFormat, int frameRate) : diff --git a/src/Tizen.Multimedia.Util/ImageUtil/ImageDecoder.cs b/src/Tizen.Multimedia.Util/ImageUtil/ImageDecoder.cs index fcf1cab..b30029e 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..b1250b7 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..3545d56 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..305c7a0 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..9f6636b 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. ///
///