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

Data Fields

int duration
 
char url [MAX_URL_SIZE]
 
char key [MAX_URL_SIZE]
 
enum KeyType key_type
 
uint8_t iv [16]
 

Detailed Description

Definition at line 58 of file hls.c.

Field Documentation

int segment::duration

Definition at line 59 of file hls.c.

Referenced by hls_read(), hls_read_seek(), parse_playlist(), and read_data().

char segment::url

Definition at line 60 of file hls.c.

Referenced by hls_read(), hls_read_header(), open_input(), and parse_playlist().

char segment::key[MAX_URL_SIZE]

Definition at line 61 of file hls.c.

Referenced by open_input(), and parse_playlist().

enum KeyType segment::key_type

Definition at line 62 of file hls.c.

Referenced by open_input(), and parse_playlist().

uint8_t segment::iv[16]

Definition at line 63 of file hls.c.

Referenced by open_input(), and parse_playlist().


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