FFmpeg
4.0
|
Data Fields | |
char | filename [1024] |
char | sub_filename [1024] |
double | duration |
int | discont |
int64_t | pos |
int64_t | size |
unsigned | var_stream_idx |
char | key_uri [LINE_BUFFER_SIZE+1] |
char | iv_string [KEYSIZE *2+1] |
struct HLSSegment * | next |
char HLSSegment::filename[1024] |
Definition at line 72 of file hlsenc.c.
Referenced by find_segment_by_filename(), hls_append_segment(), hls_delete_old_segments(), hls_start(), hls_window(), replace_int_data_in_filename(), sls_flag_use_localtime_filename(), sls_flags_filename_process(), and validate_name().
char HLSSegment::sub_filename[1024] |
Definition at line 73 of file hlsenc.c.
Referenced by hls_append_segment(), hls_delete_old_segments(), and hls_window().
double HLSSegment::duration |
Definition at line 74 of file hlsenc.c.
Referenced by hls_append_segment(), hls_delete_old_segments(), and hls_window().
int HLSSegment::discont |
Definition at line 75 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
int64_t HLSSegment::pos |
Definition at line 76 of file hlsenc.c.
Referenced by hls_append_segment(), hls_window(), and mkdir_p().
int64_t HLSSegment::size |
Definition at line 77 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
unsigned HLSSegment::var_stream_idx |
Definition at line 78 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_delete_old_segments().
char HLSSegment::key_uri[LINE_BUFFER_SIZE+1] |
Definition at line 80 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
char HLSSegment::iv_string[KEYSIZE *2+1] |
Definition at line 81 of file hlsenc.c.
Referenced by hls_append_segment(), hls_start(), and hls_window().
struct HLSSegment* HLSSegment::next |
Definition at line 83 of file hlsenc.c.
Referenced by find_segment_by_filename(), hls_append_segment(), hls_delete_old_segments(), hls_free_segments(), and hls_window().