From c98add15fea3c2af356548eb12808d92a03f4453 Mon Sep 17 00:00:00 2001 From: SeokHoon Lee Date: Thu, 19 Oct 2017 13:08:39 +0900 Subject: [PATCH] change \n to
for Doc Signed-off-by: SeokHoon Lee Change-Id: I4b874f6a31f0857a8a50e61c28a1d9e6eb7f341e --- .../ScreenMirroring/ScreenMirroring.cs | 40 +++++++++++----------- .../ScreenMirroring/ScreenMirroringAudioInfo.cs | 16 ++++----- .../ScreenMirroring/ScreenMirroringVideoInfo.cs | 12 +++---- .../StreamRecorder/StreamRecorder.cs | 40 +++++++++++----------- .../StreamRecorder/StreamRecorderAudioOptions.cs | 8 ++--- .../StreamRecorder/StreamRecorderOptions.cs | 4 +-- .../StreamRecorder/StreamRecorderVideoOptions.cs | 26 +++++++------- 7 files changed, 73 insertions(+), 73 deletions(-) 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..8aed8ea 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. @@ -168,8 +168,8 @@ namespace Tizen.Multimedia /// /// The recorder state must be state by /// or - /// state by .\n - /// \n + /// 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..600b1a2 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, -- 2.7.4