ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Reads the video BFILE data to get the values of the media attributes for supported formats and then stores them in the input CLOB. This procedure populates the CLOB with a set of format and application properties in XML form
Overload 1
ord_video.getProperties(
videobfile IN OUT BFILE,
attributes IN OUT CLOB);
TBD
Overload 2
ord_video.getProperties(
videobfile IN OUT BFILE,
mimetype OUT VARCHAR2,
format OUT VARCHAR2,
width OUT NUMBER,
height OUT NUMBER,
frameresolution OUT NUMBER,
framerate OUT NUMBER,
videoduration OUT NUMBER,
numberofframes OUT NUMBER,
COMPRESSIONTYPE OUT VARCHAR2,
numberofcolors OUT NUMBER,
bitrate OUT NUMBER);
TBD
Overload 3
ord_video.getProperties(
videoblob IN BLOB,
ATTRIBUTES IN OUT CLOB);
TBD
Overload 4
ord_video.getProperties(
videoblob IN BLOB,
mimetype OUT VARCHAR2,
format OUT VARCHAR2,
width OUT
NUMBER,
height OUT NUMBER,
frameresolution OUT NUMBER,
framerate OUT NUMBER,
videoduration OUT NUMBER,
numberofframes OUT NUMBER,
COMPRESSIONTYPE OUT VARCHAR2,
numberofcolors OUT NUMBER,
bitrate OUT NUMBER);
Import data from the specified external data source to the BLOB specified by the destination parameter
Overload 1
ord_video.importFrom(
dest IN OUT BLOB,
source_type IN VARCHAR2,
source_location IN VARCHAR2,
source_name IN VARCHAR2);
TBD
Overload 2
ord_video.importFrom(
dest IN OUT BLOB,
source_type IN VARCHAR2,
source_location IN VARCHAR2,
source_name IN VARCHAR2,
format OUT VARCHAR2,
MIME_TYPE OUT VARCHAR2);