FFmpeg
Data Fields
dc1394_data Struct Reference

Data Fields

AVClassclass
 
dc1394_t * d
 
dc1394camera_t * camera
 
dc1394video_frame_t * frame
 
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...
 
int size
 
int stream_index
 

Detailed Description

Definition at line 37 of file libdc1394.c.

Field Documentation

◆ class

AVClass* dc1394_data::class

Definition at line 38 of file libdc1394.c.

◆ d

dc1394_t* dc1394_data::d

Definition at line 39 of file libdc1394.c.

Referenced by dc1394_close(), and dc1394_read_header().

◆ camera

dc1394camera_t* dc1394_data::camera

Definition at line 40 of file libdc1394.c.

Referenced by dc1394_close(), dc1394_read_header(), and dc1394_read_packet().

◆ frame

dc1394video_frame_t* dc1394_data::frame

Definition at line 41 of file libdc1394.c.

Referenced by dc1394_read_packet().

◆ current_frame

int dc1394_data::current_frame

Definition at line 42 of file libdc1394.c.

Referenced by dc1394_read_common(), and dc1394_read_packet().

◆ frame_rate

int dc1394_data::frame_rate

frames per 1000 seconds (fps * 1000)

Definition at line 43 of file libdc1394.c.

Referenced by dc1394_read_common(), and dc1394_read_packet().

◆ video_size

char* dc1394_data::video_size

String describing video size, set by a private option.

Definition at line 44 of file libdc1394.c.

Referenced by dc1394_read_common().

◆ pixel_format

char* dc1394_data::pixel_format

Set by a private option.

Definition at line 45 of file libdc1394.c.

Referenced by dc1394_read_common().

◆ framerate

char* dc1394_data::framerate

Set by a private option.

Definition at line 46 of file libdc1394.c.

Referenced by dc1394_read_common().

◆ size

int dc1394_data::size

Definition at line 48 of file libdc1394.c.

Referenced by dc1394_read_common().

◆ stream_index

int dc1394_data::stream_index

Definition at line 49 of file libdc1394.c.

Referenced by dc1394_read_common(), and dc1394_read_packet().


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