AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
Data Fields
OutputStream Struct Reference

A wrapper around a single output AVStream. More...

#include <grabber.h>

Data Fields

AVStream * st
 
int64_t next_pts
 
int samples_count
 
AVFrame * frame
 
AVFrame * tmp_frame
 
float t
 
float tincr
 
float tincr2
 
struct SwsContext * sws_ctx
 
struct SwrContext * swr_ctx
 

Detailed Description

A wrapper around a single output AVStream.

Definition at line 69 of file grabber.h.

Field Documentation

AVFrame * frame

Definition at line 77 of file grabber.h.

int64_t next_pts

Definition at line 74 of file grabber.h.

int samples_count

Definition at line 75 of file grabber.h.

AVStream * st

Definition at line 71 of file grabber.h.

struct SwrContext * swr_ctx

Definition at line 83 of file grabber.h.

struct SwsContext * sws_ctx

Definition at line 82 of file grabber.h.

float t

Definition at line 80 of file grabber.h.

float tincr

Definition at line 80 of file grabber.h.

float tincr2

Definition at line 80 of file grabber.h.

AVFrame * tmp_frame

Definition at line 78 of file grabber.h.


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