FFmpeg  3.4.2
Data Fields
HLSSegment Struct Reference

Data Fields

char filename [1024]
 
char sub_filename [1024]
 
double duration
 
int discont
 
int64_t pos
 
int64_t size
 
char key_uri [LINE_BUFFER_SIZE+1]
 
char iv_string [KEYSIZE *2+1]
 
struct HLSSegmentnext
 

Detailed Description

Definition at line 60 of file hlsenc.c.

Field Documentation

◆ filename

char HLSSegment::filename[1024]

◆ sub_filename

char HLSSegment::sub_filename[1024]

Definition at line 62 of file hlsenc.c.

Referenced by hls_append_segment(), hls_delete_old_segments(), and hls_window().

◆ duration

double HLSSegment::duration

Definition at line 63 of file hlsenc.c.

Referenced by hls_append_segment(), hls_delete_old_segments(), hls_read(), and hls_window().

◆ discont

int HLSSegment::discont

Definition at line 64 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_window().

◆ pos

int64_t HLSSegment::pos

Definition at line 65 of file hlsenc.c.

Referenced by hls_append_segment(), hls_window(), and mkdir_p().

◆ size

int64_t HLSSegment::size

Definition at line 66 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_window().

◆ key_uri

char HLSSegment::key_uri[LINE_BUFFER_SIZE+1]

Definition at line 68 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_window().

◆ iv_string

char HLSSegment::iv_string[KEYSIZE *2+1]

Definition at line 69 of file hlsenc.c.

Referenced by hls_append_segment(), hls_start(), and hls_window().

◆ next

struct HLSSegment* HLSSegment::next

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