MoveAudioMatchClip
Moves an audio match clip from one database to another.
NOTE: You can only move clips between databases that have the same sample frequency.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
database
|
The name of the database that currently contains the clip. | Yes |
identifier
|
The identifier of the clip to move. | Yes |
newdatabase
|
The name of the database to move the clip to. | Yes |
Example
The following example moves a clip from the rock database to the classical database:
action=MoveAudioMatchClip&database=rock&identifier=clip1&newdatabase=classical
Response
<autnresponse> <action>MOVEAUDIOMATCHCLIP</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>