|
FFmpeg
|
Data Fields | |
| char | filename [1024] |
| double | duration |
| struct HLSSegment * | next |
| char HLSSegment::filename[1024] |
Definition at line 35 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
| double HLSSegment::duration |
Definition at line 36 of file hlsenc.c.
Referenced by hls_append_segment(), hls_read(), and hls_window().
| struct HLSSegment* HLSSegment::next |
Definition at line 38 of file hlsenc.c.
Referenced by hls_append_segment(), hls_free_segments(), and hls_window().
1.8.2