FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dc1394_data Struct Reference

Data Fields

AVClassclass
 
int current_frame
 
int frame_rate
 frames per 1000 seconds (fps * 1000) More...
 
char * video_size
 String describing video size, set by a private option. More...
 
char * pixel_format
 Set by a private option. More...
 
char * framerate
 Set by a private option. More...
 
AVPacket packet
 

Detailed Description

Definition at line 54 of file libdc1394.c.

Field Documentation

AVClass* dc1394_data::class

Definition at line 55 of file libdc1394.c.

int dc1394_data::current_frame

Definition at line 65 of file libdc1394.c.

Referenced by dc1394_read_common().

int dc1394_data::frame_rate

frames per 1000 seconds (fps * 1000)

Definition at line 66 of file libdc1394.c.

Referenced by dc1394_read_common().

char* dc1394_data::video_size

String describing video size, set by a private option.

Definition at line 67 of file libdc1394.c.

Referenced by dc1394_read_common().

char* dc1394_data::pixel_format

Set by a private option.

Definition at line 68 of file libdc1394.c.

Referenced by dc1394_read_common().

char* dc1394_data::framerate

Set by a private option.

Definition at line 69 of file libdc1394.c.

Referenced by dc1394_read_common().

AVPacket dc1394_data::packet

Definition at line 71 of file libdc1394.c.

Referenced by dc1394_read_common().


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