Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
Format
public CLOB getAllAttributes(byte[ ] [ ] ctx)
Description
Returns the values of the audio properties in a temporary CLOB in a form defined by the format plug-in. For natively supported formats, the information is presented as a comma-separated list of attributes. The list of attributes is of the form attributeName=attributeValue, where the list contains the following attributes: format, mimeType, encoding, numberOfChannels, samplingRate, sampleSize, compressionType, and audioDuration. For user-defined formats, the information is presented in a form defined by the format plug-in.
Note: The application must free the temporary CLOB after reading the information it contains. |
Parameters
The format plug-in context information.
Return Value
This method returns the values of the attributes as a temporary CLOB, oracle.sql.CLOB.
Exceptions
java.sql.SQLException
This exception is thrown if an error occurs executing the corresponding getAllAttributes( ) method in the database.
Examples
None.