Change-Id: I16333e3c8fc117f54485488ac98e6d54b08486e1
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
Name: csapi-multimedia
Summary: Tizen Multimedia API for C#
-Version: 1.0.24
+Version: 1.0.25
Release: 0
Group: Development/Libraries
License: Apache-2.0
-using System;
+using System;
using System.Runtime.InteropServices;
using Tizen.Multimedia;
internal static extern int SetMute(IntPtr handle, bool enable);
[DllImport(Libraries.Recorder, EntryPoint = "recorder_attr_is_muted")]
+ [return: MarshalAs(UnmanagedType.I1)]
internal static extern bool GetMute(IntPtr handle);
[DllImport(Libraries.Recorder, EntryPoint = "recorder_attr_set_recording_motion_rate")]