Oracle interMedia User's Guide and Reference
Release 9.0.1

Part Number A88786-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

J
Deprecated Methods

J.1 Deprecated Audio and Video Methods

The following ORDAudio and ORDVideo get methods that accept a ctx parameter were deprecated in release 8.1.6:

ORDAudio

    getFormat(ctx IN OUT RAW) RETURN VARCHAR2
    getEncoding(ctx IN OUT RAW) RETURN VARCHAR2
    getNumberOfChannels(ctx IN OUT RAW) RETURN INTEGER
    getSamplingRate(ctx IN OUT RAW) RETURN INTEGER
    getSampleSize(ctx IN OUT RAW) RETURN INTEGER
    getCompressionType(ctx IN OUT RAW) RETURN VARCHAR2
    getAudioDuration(ctx IN OUT RAW) RETURN INTEGER

ORDVideo

    getFormat(ctx IN OUT RAW) RETURN VARCHAR2
    getFrameSize(SELF IN OUT NOCOPY ORDVideo,
                                ctx IN OUT RAW,
                                retWidth OUT INTEGER,
                                retHeight OUT INTEGER)
    getFrameResolution(ctx IN OUT RAW) RETURN INTEGER
    getFrameRate(ctx IN OUT RAW) RETURN INTEGER
    getVideoDuration(ctx IN OUT RAW) RETURN INTEGER
    getNumberOfFrames(ctx IN OUT RAW) RETURN INTEGER
    getCompressionType(ctx IN OUT RAW) RETURN VARCHAR2
    getNumberOfColors(ctx IN OUT RAW) RETURN INTEGER
    getBitRate(ctx IN OUT RAW) RETURN INTEGER

The following ORDAudio and ORDVideo comments methods were deprecated in release 9.0.1:

ORDAudio

-- Methods associated with the comments attribute
MEMBER PROCEDURE appendToComments(amount IN BINARY_INTEGER, 
                                  buffer IN VARCHAR2), 
MEMBER PROCEDURE writeToComments(offset IN INTEGER, 
                                 amount IN BINARY_INTEGER, 
                                 buffer IN VARCHAR2), 
MEMBER FUNCTION readFromComments(offset IN INTEGER, 
                                 amount IN BINARY_INTEGER := 32767) 
                RETURN VARCHAR2, 
PRAGMA RESTRICT_REFERENCES(readFromComments, WNDS, WNPS, RNDS, RNPS), 

MEMBER FUNCTION locateInComments(pattern    IN VARCHAR2, 
                                 offset     IN INTEGER := 1, 
                                 occurrence IN INTEGER := 1) 
                 RETURN INTEGER, 
MEMBER PROCEDURE trimComments(newlen IN INTEGER), 
MEMBER PROCEDURE eraseFromComments(amount IN OUT NOCOPY INTEGER, 
                                   offset IN INTEGER := 1), 
MEMBER PROCEDURE deleteComments, 
MEMBER PROCEDURE loadCommentsFromFile(fileobj  IN BFILE, 
                                      amount   IN INTEGER, 
                                      from_loc IN INTEGER := 1, 
                                      to_loc   IN INTEGER := 1), 
MEMBER PROCEDURE copyCommentsOut(dest     IN OUT NOCOPY CLOB, 
                                 amount   IN INTEGER, 
                                 from_loc IN INTEGER := 1, 
                                 to_loc   IN INTEGER := 1), 
MEMBER FUNCTION compareComments(
                   compare_with_lob        IN CLOB, 
                   amount                  IN INTEGER := 4294967295,
                   starting_pos_in_comment IN INTEGER := 1, 
                   starting_pos_in_compare IN INTEGER := 1) 
                RETURN INTEGER,
PRAGMA RESTRICT_REFERENCES(compareComments, WNDS, WNPS, RNDS, RNPS),

MEMBER FUNCTION getCommentLength RETURN INTEGER,
PRAGMA RESTRICT_REFERENCES(getCommentLength, WNDS, WNPS, RNDS, RNPS),

ORDVideo

-- Methods associated with the comments attribute
MEMBER PROCEDURE appendToComments(amount IN BINARY_INTEGER, 
                                  buffer IN VARCHAR2), 
MEMBER PROCEDURE writeToComments(offset IN INTEGER, 
                                 amount IN BINARY_INTEGER, 
                                 buffer IN VARCHAR2), 
MEMBER FUNCTION readFromComments(offset IN INTEGER, 
                                 amount IN BINARY_INTEGER := 32767) 
                RETURN VARCHAR2, 
PRAGMA RESTRICT_REFERENCES(readFromComments, WNDS, WNPS, RNDS, RNPS), 

MEMBER FUNCTION locateInComments(pattern    IN VARCHAR2, 
                                 offset     IN INTEGER := 1, 
                                 occurrence IN INTEGER := 1) 
                 RETURN INTEGER, 
MEMBER PROCEDURE trimComments(newlen IN INTEGER), 
MEMBER PROCEDURE eraseFromComments(amount IN OUT NOCOPY INTEGER, 
                                   offset IN INTEGER := 1), 
MEMBER PROCEDURE deleteComments, 
MEMBER PROCEDURE loadCommentsFromFile(fileobj  IN BFILE, 
                                      amount   IN INTEGER, 
                                      from_loc IN INTEGER :=1, 
                                      to_loc   IN INTEGER :=1), 
MEMBER PROCEDURE copyCommentsOut(dest     IN OUT NOCOPY CLOB, 
                                 amount   IN INTEGER, 
                                 from_loc IN INTEGER :=1, 
                                 to_loc   IN INTEGER :=1), 
MEMBER FUNCTION compareComments(
                   compare_with_lob        IN CLOB, 
                   amount                  IN INTEGER := 4294967295,
                   starting_pos_in_comment IN INTEGER := 1, 
                   starting_pos_in_compare IN INTEGER := 1) 
                RETURN INTEGER,
PRAGMA RESTRICT_REFERENCES(compareComments, WNDS, WNPS, RNDS, RNPS),

MEMBER FUNCTION getCommentLength RETURN INTEGER,
PRAGMA RESTRICT_REFERENCES(getCommentLength, WNDS, WNPS, RNDS, RNPS),

The following ORDAudio and ORDVideo accessor methods were deprecated in release 9.0.1:

ORDAudio

MEMBER PROCEDURE setProperties(ctx IN OUT RAW),

ORDVideo

MEMBER PROCEDURE setProperties(ctx IN OUT RAW),

Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback