Blender  V2.93
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 70 of file DNA_scene_types.h.

Member Data Documentation

◆ _pad

char AviCodecData::_pad[4]

Definition at line 94 of file DNA_scene_types.h.

◆ avicodecname

char AviCodecData::avicodecname[128]

Definition at line 96 of file DNA_scene_types.h.

◆ cbFormat

unsigned int AviCodecData::cbFormat

Size of lpFormat buffer.

Definition at line 76 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 78 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 89 of file DNA_scene_types.h.

◆ dwFlags

unsigned int AviCodecData::dwFlags

Flags... see below.

Definition at line 91 of file DNA_scene_types.h.

◆ dwInterleaveEvery

unsigned int AviCodecData::dwInterleaveEvery

For non-video streams only.

Definition at line 93 of file DNA_scene_types.h.

◆ dwKeyFrameEvery

unsigned int AviCodecData::dwKeyFrameEvery

Keyframe rate.

Definition at line 85 of file DNA_scene_types.h.

◆ dwQuality

unsigned int AviCodecData::dwQuality

Compress quality 0-10,000.

Definition at line 87 of file DNA_scene_types.h.

◆ fccHandler

unsigned int AviCodecData::fccHandler

Compressor.

Definition at line 83 of file DNA_scene_types.h.

◆ fccType

unsigned int AviCodecData::fccType

Stream type, for consistency.

Definition at line 81 of file DNA_scene_types.h.

◆ lpFormat

void* AviCodecData::lpFormat

◆ lpParms

void* AviCodecData::lpParms

Compressor options.

Definition at line 74 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: