Release 4.0.0-preview1-00321
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Recorder / Recorder / MuxedStreamDeliveredEventArgs.cs
index b038bd6..c0730e6 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen.Multimedia
         /// Gets the stream buffer that will be recordered.
         /// </summary>
         /// <remarks>
-        /// This buffer is read-only and only valid in the event.\n
+        /// This buffer is read-only and only valid in the event.<br/>
         /// Any attempt to access to this buffer after the event ends will throw an exception.
         /// </remarks>
         public IMediaBuffer Stream { get; }