LiVES  2.8.9
Data Fields
lives_vstream_t Struct Reference

#include <stream.h>

Data Fields

uint32_t stream_id
 
uint32_t flags
 
int64_t timecode
 
int hsize
 
int vsize
 
double fps
 
int palette
 
int YUV_sampling
 
int YUV_clamping
 
int YUV_subspace
 
int compression_type
 
size_t dsize
 
boolean data_ready
 
void * handle
 
volatile boolean reading
 
void * buffer
 
volatile size_t bufoffs
 

Field Documentation

◆ buffer

void* lives_vstream_t::buffer

◆ bufoffs

volatile size_t lives_vstream_t::bufoffs

◆ compression_type

int lives_vstream_t::compression_type

◆ data_ready

boolean lives_vstream_t::data_ready

◆ dsize

size_t lives_vstream_t::dsize

◆ flags

uint32_t lives_vstream_t::flags

◆ fps

double lives_vstream_t::fps

◆ handle

void* lives_vstream_t::handle

◆ hsize

int lives_vstream_t::hsize

◆ palette

int lives_vstream_t::palette

◆ reading

volatile boolean lives_vstream_t::reading

◆ stream_id

uint32_t lives_vstream_t::stream_id

◆ timecode

int64_t lives_vstream_t::timecode

◆ vsize

int lives_vstream_t::vsize

◆ YUV_clamping

int lives_vstream_t::YUV_clamping

◆ YUV_sampling

int lives_vstream_t::YUV_sampling

◆ YUV_subspace

int lives_vstream_t::YUV_subspace

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