Blender  V3.3
Public Attributes | List of all members
AviCodecData Struct Reference

#include <DNA_scene_types.h>

Public Attributes

void * lpFormat
 
void * lpParms
 
unsigned int cbFormat
 
unsigned int cbParms
 
unsigned int fccType
 
unsigned int fccHandler
 
unsigned int dwKeyFrameEvery
 
unsigned int dwQuality
 
unsigned int dwBytesPerSecond
 
unsigned int dwFlags
 
unsigned int dwInterleaveEvery
 
char _pad [4]
 
char avicodecname [128]
 

Detailed Description

Definition at line 54 of file DNA_scene_types.h.

Member Data Documentation

◆ _pad

char AviCodecData::_pad[4]

Definition at line 78 of file DNA_scene_types.h.

◆ avicodecname

char AviCodecData::avicodecname[128]

Definition at line 80 of file DNA_scene_types.h.

◆ cbFormat

unsigned int AviCodecData::cbFormat

Size of lpFormat buffer.

Definition at line 60 of file DNA_scene_types.h.

Referenced by free_avicodecdata(), and scene_blend_write().

◆ cbParms

unsigned int AviCodecData::cbParms

Size of lpParms buffer.

Definition at line 62 of file DNA_scene_types.h.

Referenced by free_avicodecdata(), and scene_blend_write().

◆ dwBytesPerSecond

unsigned int AviCodecData::dwBytesPerSecond

Bytes per second.

Definition at line 73 of file DNA_scene_types.h.

◆ dwFlags

unsigned int AviCodecData::dwFlags

Flags... see below.

Definition at line 75 of file DNA_scene_types.h.

◆ dwInterleaveEvery

unsigned int AviCodecData::dwInterleaveEvery

For non-video streams only.

Definition at line 77 of file DNA_scene_types.h.

◆ dwKeyFrameEvery

unsigned int AviCodecData::dwKeyFrameEvery

Keyframe rate.

Definition at line 69 of file DNA_scene_types.h.

◆ dwQuality

unsigned int AviCodecData::dwQuality

Compress quality 0-10,000.

Definition at line 71 of file DNA_scene_types.h.

◆ fccHandler

unsigned int AviCodecData::fccHandler

Compressor.

Definition at line 67 of file DNA_scene_types.h.

◆ fccType

unsigned int AviCodecData::fccType

Stream type, for consistency.

Definition at line 65 of file DNA_scene_types.h.

◆ lpFormat

void* AviCodecData::lpFormat

◆ lpParms

void* AviCodecData::lpParms

Compressor options.

Definition at line 58 of file DNA_scene_types.h.

Referenced by BKE_scene_duplicate(), free_avicodecdata(), scene_blend_read_data(), scene_blend_write(), and scene_copy_data().


The documentation for this struct was generated from the following file: