📄 videnc1_copy_ti.h
字号:
/* * Copyright 2006 by Texas Instruments Incorporated. * * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * *//* * ======== videnc1_copy_ti.h ======== */#ifndef VIDENC1_COPY_TI_#define VIDENC1_COPY_TI_#ifdef __cplusplusextern "C" {#endif/* * ======== VIDENC1COPY_TI_VIDENCCOPY ======== * Our implementation of the IVIDENC1 interface */extern IVIDENC1_Fxns VIDENC1COPY_TI_VIDENCCOPY;/* * ======== IVIDENC1CPY_InArgs ======== * This codec extends IVIDENC1_InArgs with a codec-specific "maxBytes" field. */typedef struct IVIDENC1CPY_InArgs { IVIDENC1_InArgs videnc1InArgs; XDAS_Int32 maxBytes; /* Maximum number of bytes to copy. */} IVIDENC1CPY_InArgs;#ifdef __cplusplus}#endif#endif/* * @(#) ti.xdais.dm.examples.videnc1_copy; 1,0,0,7; 10-18-2006 19:12:30; /db/wtree/library/trees/dais-g07x/src/ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -