|
FFmpeg
|
Data Fields | |
| char | filename [1024] |
| char | sub_filename [1024] |
| double | duration |
| int64_t | pos |
| int64_t | size |
| char | key_uri [LINE_BUFFER_SIZE+1] |
| char | iv_string [KEYSIZE *2+1] |
| struct HLSSegment * | next |
| char HLSSegment::filename[1024] |
Definition at line 46 of file hlsenc.c.
Referenced by hls_append_segment(), hls_delete_old_segments(), and hls_window().
| char HLSSegment::sub_filename[1024] |
Definition at line 47 of file hlsenc.c.
Referenced by hls_append_segment(), hls_delete_old_segments(), and hls_window().
| double HLSSegment::duration |
Definition at line 48 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 49 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
| int64_t HLSSegment::size |
Definition at line 50 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
| char HLSSegment::key_uri[LINE_BUFFER_SIZE+1] |
Definition at line 52 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
| char HLSSegment::iv_string[KEYSIZE *2+1] |
Definition at line 53 of file hlsenc.c.
Referenced by hls_append_segment(), and hls_window().
| struct HLSSegment* HLSSegment::next |
Definition at line 55 of file hlsenc.c.
Referenced by hls_append_segment(), hls_delete_old_segments(), hls_free_segments(), and hls_window().
1.8.6