Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
Format
public oracle.sql.CLOB getAllAttributes(byte[ ] [ ] ctx)
Description
Returns the values of the video 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 in the form attributeName=attributeValue, where the list contains the following attributes: format, mimeType, width, height, frameResolution, frameRate, videoDuration, numberOfFrames, compressionType, numberOfColors, and bitRate. 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.