mp4enc.def

来自「freescale i.mx31 BSP CE5.0全部源码」· DEF 代码 · 共 51 行

DEF
51
字号
; ------------------------------------------------------------------------------
;                                                                               
;        This software is confidential and proprietary and may be used          
;         only as expressly authorized by a licensing agreement from            
;                                                                               
;                             Hantro Products Oy.                               
;                                                                               
;       In the event of publication, the following notice is applicable:        
;                                                                               
;                    (C) COPYRIGHT 2005 HANTRO PRODUCTS OY                      
;                             ALL RIGHTS RESERVED                               
;                                                                               
;           The entire notice above must be reproduced on all copies.           
;                                                                               
; ------------------------------------------------------------------------------
;                                                                               
;   Abstract : Module definitions for MPEG-4 Encoder driver                     
;                                                                               
; ------------------------------------------------------------------------------

EXPORTS
    ; Mp4EncApi
    MP4EncGetVersion
    MP4EncInit
    MP4EncRelease
    MP4EncSetCodingCtrl
    MP4EncGetCodingCtrl
    MP4EncSetRateCtrl
    MP4EncGetRateCtrl
    MP4EncSetUsrData
    MP4EncStrmStart
    MP4EncStrmEncode
    MP4EncStrmEnd
    MP4EncSetSmooth
    MP4EncGetSmooth
    MP4EncSetCrop
    MP4EncGetCrop
    MP4EncGetLastFrmPos

    ; MPE Stream Interface
    MPE_Init
    MPE_Deinit
    MPE_IOControl
    MPE_PowerDown
    MPE_PowerUp
    MPE_Open
    MPE_Close
    MPE_Read
    MPE_Write
    MPE_Seek

⌨️ 快捷键说明

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