Change-Id: Idc1235681556561a2985bc83d551a3d586bbe2d4
Name: csapi-multimedia
Summary: Tizen Multimedia API for C#
-Version: 1.0.44
+Version: 1.0.45
Release: 0
Group: Development/Libraries
License: Apache-2.0
case Interop.ErrorCode.InvalidParameter: return new ArgumentException(errMessage);
case Interop.ErrorCode.NoSuchFile: return new FileNotFoundException(errMessage);
case Interop.ErrorCode.OutOfMemory: return new OutOfMemoryException(errMessage);
+ case Interop.ErrorCode.NoAntenna:
case Interop.ErrorCode.NotSupported: return new NotSupportedException(errMessage);
- case Interop.ErrorCode.NoAntenna: return new NotSupportedException(errMessage);
case Interop.ErrorCode.InvalidOperation:
case Interop.ErrorCode.InvalidState:
case Interop.ErrorCode.SoundPolicy: