Oracle interMedia Audio, Image, and Video Java Classes User's Guide and Reference
Release 8.1.7

Part Number A85374-01

Library

Product

Index

Go to next page

Contents

List of Examples

Title and Copyright Information

Send Us Your Comments

Preface

Audience
Organization
Related Documents
Conventions

1 Introduction

1.1 Oracle interMedia Audio, Image, and Video
1.2 Audio Concepts
1.2.1 Digitized Audio
1.2.2 Audio Components
1.3 Image Concepts
1.3.1 Digitized Images
1.3.2 Image Components
1.4 Video Concepts
1.4.1 Digitized Video
1.4.2 Video Components
1.5 Java Application Support
1.6 Interaction Between Database and Java Application
1.7 Compatibility with Previous Releases of interMedia

2 Program Examples Using Java Classes

2.1 Audio Example
2.1.1 AudioExample.sql
2.1.2 AudioExample.java
2.1.2.1 main( ) Method
2.1.2.2 connect( ) Method
2.1.2.3 loadDataFromFile( ) Method
2.1.2.4 extractProperties( ) Method
2.1.2.5 printProperties( ) Method
2.1.2.6 otherMethods( ) Method
2.1.2.7 loadDataFromStream( ) Method
2.1.2.8 loadDataFromByteArray( ) Method
2.2 Image Example
2.2.1 ImageExample.sql
2.2.2 ImageExample.java
2.2.2.1 main( ) Method
2.2.2.2 connect( )Method
2.2.2.3 setPropertiesExample( ) Method
2.2.2.4 displayPropertiesExample( ) Method
2.2.2.5 getAllAttributesAsString( ) Method
2.2.2.6 fileBasedExample( ) Method
2.2.2.7 streamBasedExample( ) Method
2.2.2.8 byteArrayBasedExample( ) Method
2.2.2.9 processExample( ) Method
2.3 Video Example
2.3.1 VideoExample.sql
2.3.2 VideoExample.java
2.3.2.1 main( ) Method
2.3.2.2 connect( ) Method
2.3.2.3 loadDataFromFile( ) Method
2.3.2.4 extractProperties( ) Method
2.3.2.5 printProperties( ) Method
2.3.2.6 loadDataFromStream( ) Method
2.3.2.7 otherMethods( ) Method
2.3.2.8 loadDataFromByteArray( ) Method

3 ORDAudio Reference Information

3.1 Prerequisites
3.2 Reference Information
checkProperties( )
clearLocal( )
closeSource( )
deleteContent( )
export( )
getAllAttributes( )
getAttribute( )
getAudioDuration( )
getBFILE( )
getComments( )
getCompressionType( )
getContent( )
getContentInLob( )
getContentLength( )
getContentLength(byte[ ][ ])
getDataInByteArray( )
getDataInFile( )
getDataInStream( )
getDescription( )
getEncoding( )
getFormat( )
getMimeType( )
getNumberOfChannels( )
getSampleSize( )
getSamplingRate( )
getSource( )
getSourceLocation( )
getSourceName( )
getSourceType( )
getUpdateTime( )
importData( )
importFrom( )
isLocal( )
loadDataFromByteArray( )
loadDataFromFile( )
loadDataFromInputStream( )
openSource( )
OrdAudio( )
processAudioCommand( )
processSourceCommand( )
readFromSource( )
setAudioDuration( )
setComments( )
setCompressionType( )
setDescription( )
setEncoding( )
setFormat( )
setKnownAttributes( )
setLocal( )
setMimeType( )
setNumberOfChannels( )
setProperties(byte[ ][ ])
setProperties(byte[ ][ ], boolean)
setSampleSize( )
setSamplingRate( )
setSource( )
setUpdateTime( )
trimSource( )
writeToSource( )

4 ORDImage Reference Information

4.1 Prerequisites
4.2 Reference Information
checkProperties( )
clearLocal( )
copy( )
deleteContent( )
export( )
getBFILE( )
getCompressionFormat( )
getContent( )
getContentFormat( )
getContentLength( )
getDataInByteArray( )
getDataInFile( )
getDataInStream( )
getFormat( )
getHeight( )
getMimeType( )
getSource( )
getSourceLocation( )
getSourceName( )
getSourceType( )
getUpdateTime( )
getWidth( )
importData( )
importFrom( )
isLocal( )
loadDataFromByteArray( )
loadDataFromFile( )
loadDataFromInputStream( )
OrdImage( )
process( )
processCopy( )
setCompressionFormat( )
setContentFormat( )
setContentLength( )
setFormat( )
setHeight( )
setLocal( )
setMimeType( )
setSource( )
setProperties( )
setProperties(String)
setUpdateTime( )
setWidth( )

5 ORDVideo Reference Information

5.1 Prerequisites
5.2 Reference Information
checkProperties( )
clearLocal( )
closeSource( )
deleteContent( )
export( )
getAllAttributes( )
getAttribute( )
getBFILE( )
getBitRate( )
getComments( )
getCompressionType( )
getContent( )
getContentInLob( )
getContentLength( )
getContentLength(byte[ ])
getDataInByteArray( )
getDataInFile( )
getDataInStream( )
getDescription( )
getFormat( )
getFrameRate( )
getFrameResolution( )
getHeight( )
getMimeType( )
getNumberOfColors( )
getNumberOfFrames( )
getSource( )
getSourceLocation( )
getSourceName( )
getSourceType( )
getUpdateTime( )
getVideoDuration( )
getWidth( )
importData( )
importFrom( )
isLocal( )
loadDataFromByteArray( )
loadDataFromFile( )
loadDataFromInputStream( )
openSource( )
OrdVideo( )
processSourceCommand( )
processVideoCommand( )
readFromSource( )
setBitRate( )
setComments( )
setCompressionType( )
setDescription( )
setFrameRate( )
setFrameResolution( )
setFormat( )
setHeight( )
setKnownAttributes( )
setLocal( )
setMimeType( )
setNumberOfColors( )
setNumberOfFrames( )
setProperties(byte[ ][ ])
setProperties(byte[ ][ ], boolean)
setSource( )
setUpdateTime( )
setVideoDuration( )
setWidth( )
trimSource( )
writeToSource( )

A Running Java Classes Examples

B Exceptions and Errors

B.1 Exception Class
B.2 IOException Class
B.3 OutOfMemoryError Class
B.4 SQLException Class

C Deprecated Methods

Index


Go to next page
Oracle
Copyright © 2000 Oracle Corporation.

All Rights Reserved.

Library

Product

Index