⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ibasicvideoimpl.java

📁 编辑视频文件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
     * @return DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public Int32 getDestinationLeft() throws ComException {        Int32 pDestinationLeft = new Int32();        invokeStandardVirtualMethod(21, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pDestinationLeft == null) ? (Parameter) PTR_NULL                                           : new Pointer.OutOnly(                    pDestinationLeft)            });        return pDestinationLeft;    }    /**     * DOCUMENT ME!     *     * @param pDestinationWidth DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setDestinationWidth(Int32 /*[in]*/ pDestinationWidth)        throws ComException {        invokeStandardVirtualMethod(22, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] { pDestinationWidth });    }    /**     * DOCUMENT ME!     *     * @return DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public Int32 getDestinationWidth() throws ComException {        Int32 pDestinationWidth = new Int32();        invokeStandardVirtualMethod(23, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pDestinationWidth == null) ? (Parameter) PTR_NULL                                            : new Pointer.OutOnly(                    pDestinationWidth)            });        return pDestinationWidth;    }    /**     * DOCUMENT ME!     *     * @param pDestinationTop DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setDestinationTop(Int32 /*[in]*/ pDestinationTop)        throws ComException {        invokeStandardVirtualMethod(24, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] { pDestinationTop });    }    /**     * DOCUMENT ME!     *     * @return DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public Int32 getDestinationTop() throws ComException {        Int32 pDestinationTop = new Int32();        invokeStandardVirtualMethod(25, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pDestinationTop == null) ? (Parameter) PTR_NULL                                          : new Pointer.OutOnly(pDestinationTop)            });        return pDestinationTop;    }    /**     * DOCUMENT ME!     *     * @param pDestinationHeight DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setDestinationHeight(Int32 /*[in]*/ pDestinationHeight)        throws ComException {        invokeStandardVirtualMethod(26, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] { pDestinationHeight });    }    /**     * DOCUMENT ME!     *     * @return DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public Int32 getDestinationHeight() throws ComException {        Int32 pDestinationHeight = new Int32();        invokeStandardVirtualMethod(27, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pDestinationHeight == null) ? (Parameter) PTR_NULL                                             : new Pointer.OutOnly(                    pDestinationHeight)            });        return pDestinationHeight;    }    /**     * DOCUMENT ME!     *     * @param Left DOCUMENT ME!     * @param Top DOCUMENT ME!     * @param Width DOCUMENT ME!     * @param Height DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setSourcePosition(Int32 /*[in]*/ Left, Int32 /*[in]*/ Top,        Int32 /*[in]*/ Width, Int32 /*[in]*/ Height) throws ComException {        invokeStandardVirtualMethod(28, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] { Left, Top, Width, Height });    }    /**     * DOCUMENT ME!     *     * @param pLeft DOCUMENT ME!     * @param pTop DOCUMENT ME!     * @param pWidth DOCUMENT ME!     * @param pHeight DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void getSourcePosition(Int32 /*[out]*/ pLeft, Int32 /*[out]*/ pTop,        Int32 /*[out]*/ pWidth, Int32 /*[out]*/ pHeight)        throws ComException {        invokeStandardVirtualMethod(29, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pLeft == null) ? (Parameter) PTR_NULL                                : new Pointer.OutOnly(pLeft),                (pTop == null) ? (Parameter) PTR_NULL : new Pointer.OutOnly(                    pTop),                (pWidth == null) ? (Parameter) PTR_NULL                                 : new Pointer.OutOnly(pWidth),                (pHeight == null) ? (Parameter) PTR_NULL                                  : new Pointer.OutOnly(pHeight)            });    }    /**     * DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setDefaultSourcePosition() throws ComException {        invokeStandardVirtualMethod(30, Function.STDCALL_CALLING_CONVENTION,            new Parameter[0]);    }    /**     * DOCUMENT ME!     *     * @param Left DOCUMENT ME!     * @param Top DOCUMENT ME!     * @param Width DOCUMENT ME!     * @param Height DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setDestinationPosition(Int32 /*[in]*/ Left, Int32 /*[in]*/ Top,        Int32 /*[in]*/ Width, Int32 /*[in]*/ Height) throws ComException {        invokeStandardVirtualMethod(31, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] { Left, Top, Width, Height });    }    /**     * DOCUMENT ME!     *     * @param pLeft DOCUMENT ME!     * @param pTop DOCUMENT ME!     * @param pWidth DOCUMENT ME!     * @param pHeight DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void getDestinationPosition(Int32 /*[out]*/ pLeft,        Int32 /*[out]*/ pTop, Int32 /*[out]*/ pWidth, Int32 /*[out]*/ pHeight)        throws ComException {        invokeStandardVirtualMethod(32, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pLeft == null) ? (Parameter) PTR_NULL                                : new Pointer.OutOnly(pLeft),                (pTop == null) ? (Parameter) PTR_NULL : new Pointer.OutOnly(                    pTop),                (pWidth == null) ? (Parameter) PTR_NULL                                 : new Pointer.OutOnly(pWidth),                (pHeight == null) ? (Parameter) PTR_NULL                                  : new Pointer.OutOnly(pHeight)            });    }    /**     * DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void setDefaultDestinationPosition() throws ComException {        invokeStandardVirtualMethod(33, Function.STDCALL_CALLING_CONVENTION,            new Parameter[0]);    }    /**     * DOCUMENT ME!     *     * @param pWidth DOCUMENT ME!     * @param pHeight DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void getVideoSize(Int32 /*[out]*/ pWidth, Int32 /*[out]*/ pHeight)        throws ComException {        invokeStandardVirtualMethod(34, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pWidth == null) ? (Parameter) PTR_NULL                                 : new Pointer.OutOnly(pWidth),                (pHeight == null) ? (Parameter) PTR_NULL                                  : new Pointer.OutOnly(pHeight)            });    }    /**     * DOCUMENT ME!     *     * @param StartIndex DOCUMENT ME!     * @param Entries DOCUMENT ME!     * @param pRetrieved DOCUMENT ME!     * @param pPalette DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void getVideoPaletteEntries(Int32 /*[in]*/ StartIndex,        Int32 /*[in]*/ Entries, Int32 /*[out]*/ pRetrieved,        Int32 /*[out]*/ pPalette) throws ComException {        invokeStandardVirtualMethod(35, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                StartIndex, Entries,                (pRetrieved == null) ? (Parameter) PTR_NULL                                     : new Pointer.OutOnly(pRetrieved),                (pPalette == null) ? (Parameter) PTR_NULL                                   : new Pointer.OutOnly(pPalette)            });    }    /**     * DOCUMENT ME!     *     * @param pBufferSize DOCUMENT ME!     * @param pDIBImage DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void getCurrentImage(Int32 /*[in,out]*/ pBufferSize,        Int32 /*[out]*/ pDIBImage) throws ComException {        invokeStandardVirtualMethod(36, Function.STDCALL_CALLING_CONVENTION,            new Parameter[] {                (pBufferSize == null) ? (Parameter) PTR_NULL                                      : new Pointer(pBufferSize),                (pDIBImage == null) ? (Parameter) PTR_NULL                                    : new Pointer.OutOnly(pDIBImage)            });    }    /**     * This method has not been created by jniwrapper.     * Calling getCurrentImage with two valid Int32 objects causes     * an E_OUTOFMEMORY exception.     * First call getCurrentImage to get the size of the buffer.     *     * @see #getCurrentImage(Int32, Int32)     *     * @param p array of size 2: p[0] should be a valid Int32 Pointer,     * p[1] should be a valid ExternalArrayPointer     * @throws ComException any ComException     */    public void getCurrentImage2(Parameter[] p) throws ComException {        invokeStandardVirtualMethod(36, Function.STDCALL_CALLING_CONVENTION, p);    }    /**     * DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void isUsingDefaultSource() throws ComException {        invokeStandardVirtualMethod(37, Function.STDCALL_CALLING_CONVENTION,            new Parameter[0]);    }    /**     * DOCUMENT ME!     *     * @throws ComException DOCUMENT ME!     */    public void isUsingDefaultDestination() throws ComException {        invokeStandardVirtualMethod(38, Function.STDCALL_CALLING_CONVENTION,            new Parameter[0]);    }    /**     * DOCUMENT ME!     *     * @return DOCUMENT ME!     */    public IID getIID() {        return _iid;    }    /**     * DOCUMENT ME!     *     * @return DOCUMENT ME!     */    public Object clone() {        IBasicVideoImpl that = null;        try {            that = new IBasicVideoImpl(this);        } catch (ComException e) {        }        return that;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -