Sound File Service

Contents

Sound File Service

Description

The sound file service allows you to record and manipulate sound files through the API.

WSDL

The WSDL is called SoundFileService.

Methods

getSoundFile ( key As string , fileid As long ) As base64Binary

listExternalIdFiles ( key As string , externalid As long ) As ArrayOfSoundFileDescriptorType

listFiles ( key As string ) As ArrayOfSoundFileDescriptorType

removeFile ( key As string , fileid As long )

storeFile ( key As string , file As SoundFileDataType )

storeFile1 ( key As string , filename As string , description As string , data As base64Binary )

storeRecordingExternalInterfaceFile ( key As string , id As long , externalid As long , filename As string , data As base64Binary )

storeRecordingInterfaceFile ( key As string , id As long , filename As string , data As base64Binary )

updateFile ( key As string , fileid As long , file As SoundFileDataType )