FFmpeg
Data Fields
DHAVContext Struct Reference

Data Fields

unsigned type
 
unsigned subtype
 
unsigned channel
 
unsigned frame_subnumber
 
unsigned frame_number
 
unsigned date
 
unsigned timestamp
 
int width
 
int height
 
int video_codec
 
int frame_rate
 
int audio_channels
 
int audio_codec
 
int sample_rate
 
int64_t last_good_pos
 
int64_t duration
 
int video_stream_index
 
int audio_stream_index
 

Detailed Description

Definition at line 31 of file dhav.c.

Field Documentation

◆ type

unsigned DHAVContext::type

Definition at line 32 of file dhav.c.

Referenced by dhav_read_packet(), and read_chunk().

◆ subtype

unsigned DHAVContext::subtype

Definition at line 33 of file dhav.c.

Referenced by read_chunk().

◆ channel

unsigned DHAVContext::channel

Definition at line 34 of file dhav.c.

Referenced by read_chunk().

◆ frame_subnumber

unsigned DHAVContext::frame_subnumber

Definition at line 35 of file dhav.c.

Referenced by read_chunk().

◆ frame_number

unsigned DHAVContext::frame_number

Definition at line 36 of file dhav.c.

Referenced by get_pts(), and read_chunk().

◆ date

unsigned DHAVContext::date

Definition at line 37 of file dhav.c.

Referenced by get_duration(), get_pts(), and read_chunk().

◆ timestamp

unsigned DHAVContext::timestamp

Definition at line 38 of file dhav.c.

Referenced by get_pts(), and read_chunk().

◆ width

int DHAVContext::width

Definition at line 39 of file dhav.c.

Referenced by dhav_read_packet(), and parse_ext().

◆ height

int DHAVContext::height

Definition at line 39 of file dhav.c.

Referenced by dhav_read_packet(), and parse_ext().

◆ video_codec

int DHAVContext::video_codec

Definition at line 40 of file dhav.c.

Referenced by dhav_read_packet(), and parse_ext().

◆ frame_rate

int DHAVContext::frame_rate

Definition at line 41 of file dhav.c.

Referenced by dhav_read_packet(), get_pts(), and parse_ext().

◆ audio_channels

int DHAVContext::audio_channels

Definition at line 42 of file dhav.c.

Referenced by dhav_read_packet(), and parse_ext().

◆ audio_codec

int DHAVContext::audio_codec

Definition at line 43 of file dhav.c.

Referenced by dhav_read_packet(), and parse_ext().

◆ sample_rate

int DHAVContext::sample_rate

Definition at line 44 of file dhav.c.

Referenced by dhav_read_packet(), and parse_ext().

◆ last_good_pos

int64_t DHAVContext::last_good_pos

Definition at line 45 of file dhav.c.

Referenced by dhav_read_header(), dhav_read_packet(), dhav_read_seek(), and read_chunk().

◆ duration

int64_t DHAVContext::duration

Definition at line 46 of file dhav.c.

Referenced by dhav_read_header(), and dhav_read_packet().

◆ video_stream_index

int DHAVContext::video_stream_index

Definition at line 48 of file dhav.c.

Referenced by dhav_read_header(), and dhav_read_packet().

◆ audio_stream_index

int DHAVContext::audio_stream_index

Definition at line 49 of file dhav.c.

Referenced by dhav_read_header(), and dhav_read_packet().


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