AVI文件格式-AVIPALCHANGE

来源:互联网 发布:node addeventlistenwr 编辑:程序博客网 时间:2024/05/16 01:43

 这一系列的文章都是从MSDN上拷贝出来的,先记到这里,后面会一步步把它翻译出来的。

 

AVIPALCHANGE Structure

This is preliminary documentation and subject to change.

 

The AVIPALCHANGE structure defines a palette change in an AVI file.

Syntax

typedef struct{    BYTE          bFirstEntry;    BYTE          bNumEntries;    WORD          wFlags;    PALETTEENTRY  peNew[];} AVIPALCHANGE;

Members

bFirstEntry

Specifies the index of the first palette entry to change.

bNumEntries

Specifies the number of palette entries to change, or zero to change all 256 palette entries.

wFlags

Reserved.

peNew

Specifies an array of PALETTEENTRY structures, of size bNumEntries.

Requirements

Header: Aviriff.h.

原创粉丝点击