//This function is called when the app exit normally.
base.OnTerminate();
}
-
+/*
protected override void OnLowMemory(LowMemoryEventArgs e)
{
//This function is called when the system is low on memory.
//This function is called when the language is changed.
base.OnLocaleChanged(e);
}
-
+*/
private static void _Main(string[] args)
{
//Create an Application
ttsPlayer.StateChanged += (s, e) =>
{
- Tizen.Log.Debug("TTS state changed!!!");
+ Tizen.Log.Debug("NUI", "TTS state changed!!!");
};
ttsPlayer.Pause();
ttsPlayer.Resume();
ttsPlayer.Stop();
- Tizen.Log.Debug("TTS state: " + ttsPlayer.GetState());
+ Tizen.Log.Debug("NUI", "TTS state: " + ttsPlayer.GetState());
}
[STAThread]
Name: csapi-nui
Summary: dali-NUI
-Version: 0.2.39
+Version: 0.2.41
Release: 1
Group: Development/Libraries
License: Apache-2.0 and BSD-3-Clause and MIT
// You can specify all the values or you can default the Build and Revision Numbers\r
// by using the '*' as shown below:\r
// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.2.39.0519")]\r
-[assembly: AssemblyFileVersion("0.2.39.0519")]\r
+[assembly: AssemblyVersion("0.2.41.0531")]\r
+[assembly: AssemblyFileVersion("0.2.41.0531")]\r
{
public const int ver1 = 1;
public const int ver2 = 2;
- public const int ver3 = 39;
+ public const int ver3 = 41;
public const int nuiVer1 = 0;
public const int nuiVer2 = 2;
- public const int nuiVer3 = 39;
+ public const int nuiVer3 = 41;
public const string nuiRelease = "";
}