Release 4.0.0-preview1-00332
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.StreamRecorder / StreamRecorder / StreamRecorderOptions.cs
index 49d9098..1c5c1f2 100644 (file)
@@ -37,8 +37,8 @@ namespace Tizen.Multimedia
         /// <param name="fileFormat">The file format of output file.</param>
         /// <exception cref="ArgumentNullException"><paramref name="savePath"/>is null.</exception>
         /// <exception cref="ArgumentException">
-        ///     <paramref name="savePath"/>is an empty string.\n
-        ///     -or-\n
+        ///     <paramref name="savePath"/>is an empty string.<br/>
+        ///     -or-<br/>
         ///     <paramref name="fileFormat"/> is not valid.
         /// </exception>
         public StreamRecorderOptions(string savePath, RecorderFileFormat fileFormat)
@@ -105,7 +105,6 @@ namespace Tizen.Multimedia
         /// <remarks>
         /// After reaching the limitation, the data which is being recorded will
         /// be discarded and not written to the file.
-        /// The recorder state must be <see cref="RecorderState.Idle"/> state.
         /// </remarks>
         /// <exception cref="ArgumentOutOfRangeException"><paramref name="value"/> is less than zero.</exception>
         /// <seealso cref="StreamRecorder.RecordingLimitReached"/>