Languages

Menu
Sites
Language
ContentManager : create content from source

Hi,
How to create content from source?
There is clear api for Native Apps ContentManager::CreateContent(String& sourcePath,String& destinationPath,bool deleteSource,const ContentInfo* pContentInfo).
Is there analog for Web?
Thank you.
Alexey.

Responses

2 Replies
Raghu Kona

Hi Alex,

As of now, there are no Web APIs to create content. Tizen Content Web API provides APIs to browse and update content on the device.

However you can use WebRTC APIs to create content. Please go through this interesting post https://developer.tizen.org/forums/web-application-development/web-audio-api-delay-local-files

Regards,

Raghu Kona

Alex Dem

Thank you.
Alexey.