[Recorder] change access modifier to public
authorHaesu Gwon <haesu.gwon@samsung.com>
Tue, 27 Jun 2017 05:26:41 +0000 (14:26 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Tue, 27 Jun 2017 05:26:41 +0000 (14:26 +0900)
Change-Id: I638da82ee4bfe2451d6d43ceda75ea7ca72ee8c4
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
src/Tizen.Multimedia.Recorder/Recorder/RecordingProgressEventArgs.cs

index 09f193b..619bdcd 100755 (executable)
@@ -23,7 +23,7 @@ namespace Tizen.Multimedia
     /// </summary>
     public class RecordingProgressEventArgs : EventArgs
     {
-        internal RecordingProgressEventArgs(ulong elapsedTime, ulong fileSize)
+        public RecordingProgressEventArgs(ulong elapsedTime, ulong fileSize)
         {
             ElapsedTime = elapsedTime;
             FileSize = fileSize;