Documentation updated.

This commit is contained in:
tomash 2006-09-29 13:26:37 +00:00
parent 364b35e5b5
commit 6f6298a0a8
1 changed files with 9 additions and 3 deletions

View File

@ -228,8 +228,14 @@ class XR_LocStor extends LocStor{
* fields: * fields:
* <ul> * <ul>
* <li> sessid : string - session id </li> * <li> sessid : string - session id </li>
* <li> gunid : string - global unique id of AudioCLip</li> * <li> gunid : string - global unique id of AudioCLip,
* <li> metadata : string - metadata XML string</li> * if gunid is empty string, new one is generated
* (returned by subsequent storeAudioClipClose call)
* </li>
* <li> metadata : string - metadata XML string
* (as defined in LiveSupport::Core::AudioClip Class Reference,
* examples are in storageServer/var/tests/*.xml)
* </li>
* <li> fname : string - human readable mnemonic file name * <li> fname : string - human readable mnemonic file name
* with extension corresponding to filetype</li> * with extension corresponding to filetype</li>
* <li> chsum : string - md5 checksum of media file</li> * <li> chsum : string - md5 checksum of media file</li>
@ -274,7 +280,7 @@ class XR_LocStor extends LocStor{
/** /**
* Close writable URL for store new AudioClip or replace existing one. * Close writable URL for store new AudioClip or replace existing one.
* *
* The XML-RPC name of this method is "locstor.storeAudioClip". * The XML-RPC name of this method is "locstor.storeAudioClipClose".
* *
* The input parameters are an XML-RPC struct with the following * The input parameters are an XML-RPC struct with the following
* fields: * fields: