Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
Format
public void setKnownAttributes(String format, int width, int height, int frameResolution,
int frameRate, int videoDuration, int numberOfFrames,
String compressionType, int numberOfColors,
int bitRate)
Description
Sets the values of the known attributes of the OrdVideo Java object.
The setProperties( ) method sets the values of the following attributes automatically for certain video formats: format, width, height, frameResolution, frameRate, videoDuration, numberOfFrames, compressionType, numberOfColors, and bitRate. Use this method only if you are not using the setProperties( ) method. This method sets only the specified attribute values; it does not modify the video data itself.
Parameters
The new attribute value, as a String.
The new attribute value, as an integer.
The new attribute value, as an integer.
The new attribute value, as an integer.
The new attribute value, as an integer.
The new attribute value, as an integer.
The new attribute value, as an integer.
The new attribute value, as a String.
The new attribute value, as an integer.
The new attribute value, as an integer.
Return Value
None.
Exceptions
java.sql.SQLException
This exception is thrown if an error occurs executing the corresponding setKnownAttributes( ) method in the database.
Examples
None.