Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
Format
public String getAttribute(byte[ ] [ ] ctx, String name)
Description
Returns the value of the requested audio property. This method is used by user-defined format plug-ins to return the value of an audio property that is not available as an attribute of the OrdAudio Java object. This method is not implemented by any Oracle-supplied format plug-ins.
Parameters
The format plug-in context information.
The property or attribute name.
Return Value
This method returns the value of the attribute, as a String.
Exceptions
java.sql.SQLException
This exception is thrown if an error occurs executing the corresponding getAttribute( ) method in the database.
Examples
None.