Home
last modified time | relevance | path

Searched defs:HLSContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhlsproto.c58 typedef struct HLSContext { struct
70 } HLSContext; argument
Dhlsenc.c194 typedef struct HLSContext { struct
195 const AVClass *class; // Class for private options.
196 int64_t start_sequence;
197 uint32_t start_sequence_source_type; // enum StartSequenceSourceType
199 int64_t time; // Set by a private option.
200 int64_t init_time; // Set by a private option.
201 int max_nb_segments; // Set by a private option.
202 int hls_delete_threshold; // Set by a private option.
204 int wrap; // Set by a private option.
206 uint32_t flags; // enum HLSFlags
[all …]
Dhls.c192 typedef struct HLSContext { struct
216 } HLSContext; argument