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

Data Fields

char filename [1024]
 
double duration
 
int64_t pos
 
int64_t size
 
struct HLSSegmentnext
 

Detailed Description

Definition at line 40 of file hlsenc.c.

Field Documentation

char HLSSegment::filename[1024]

Definition at line 41 of file hlsenc.c.

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

double HLSSegment::duration

Definition at line 42 of file hlsenc.c.

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

int64_t HLSSegment::pos

Definition at line 43 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_window().

int64_t HLSSegment::size

Definition at line 44 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_window().

struct HLSSegment* HLSSegment::next

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