LibVNCServer/LibVNCClient
Data Fields
VideoOutputStream Struct Reference

Data Fields

AVStream * st
 
AVCodec * codec
 
AVCodecContext * enc
 
int64_t pts
 
AVFrame * frame
 
AVFrame * tmp_frame
 
struct SwsContext * sws
 

Detailed Description

Examples
vnc2mpg.c.

Definition at line 53 of file vnc2mpg.c.

Field Documentation

◆ codec

AVCodec* codec
Examples
vnc2mpg.c.

Definition at line 55 of file vnc2mpg.c.

◆ enc

AVCodecContext* enc
Examples
vnc2mpg.c.

Definition at line 56 of file vnc2mpg.c.

◆ frame

AVFrame* frame
Examples
vnc2mpg.c.

Definition at line 58 of file vnc2mpg.c.

◆ pts

int64_t pts
Examples
vnc2mpg.c.

Definition at line 57 of file vnc2mpg.c.

◆ st

AVStream* st
Examples
vnc2mpg.c.

Definition at line 54 of file vnc2mpg.c.

◆ sws

struct SwsContext* sws
Examples
vnc2mpg.c.

Definition at line 60 of file vnc2mpg.c.

◆ tmp_frame

AVFrame* tmp_frame
Examples
vnc2mpg.c.

Definition at line 59 of file vnc2mpg.c.


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