add uploadVideo, encode video and upload to given url using Firefogg Chunk upload api

This commit is contained in:
j 2010-08-13 19:15:59 +02:00
commit dd86adb0c2
6 changed files with 183 additions and 42 deletions

View file

@ -28,5 +28,6 @@ interface nsIOxFF : nsISupports
boolean files(in AString volume, in oxICallback callback);
boolean get(in AString oshash, in AString media, in oxICallback callback);
boolean extract(in AString oshash, in AString media, in oxICallback callback);
boolean uploadVideo(in AString oshash, in AString url, in AString profile, in oxICallback callback, [optional] in oxICallback progress);
};