AVS_VideoFrameBuffer Struct Reference

#include <avisynth_c.h>

Collaboration diagram for AVS_VideoFrameBuffer:
Collaboration graph

Data Fields

BYTEdata
 
int data_size
 
volatile long sequence_number
 
volatile long refcount
 
unsigned char * data
 
long sequence_number
 
long refcount
 

Detailed Description

Definition at line 371 of file avisynth_c.h.

Field Documentation

unsigned char* AVS_VideoFrameBuffer::data

Definition at line 316 of file avxsynth_c.h.

BYTE* AVS_VideoFrameBuffer::data
int AVS_VideoFrameBuffer::data_size

Definition at line 373 of file avisynth_c.h.

long AVS_VideoFrameBuffer::refcount

Definition at line 322 of file avxsynth_c.h.

volatile long AVS_VideoFrameBuffer::refcount

Definition at line 378 of file avisynth_c.h.

Referenced by avs_is_writable().

long AVS_VideoFrameBuffer::sequence_number

Definition at line 320 of file avxsynth_c.h.

volatile long AVS_VideoFrameBuffer::sequence_number

Definition at line 376 of file avisynth_c.h.

Referenced by avs_get_write_ptr(), and avs_get_write_ptr_p().


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