Go to the source code of this file.
◆ OFFSET
◆ hls_mux_init()
◆ append_entry()
static int append_entry |
( |
HLSContext * |
hls, |
|
|
int64_t |
duration |
|
) |
| |
|
static |
◆ free_entries()
◆ hls_window()
◆ hls_start()
◆ hls_write_header()
◆ hls_write_packet()
◆ hls_write_trailer()
◆ options
Initial value:= {
{
"hls_allow_cache",
"explicitly set whether the client MAY (1) or MUST NOT (0) cache media segments",
OFFSET(allowcache),
AV_OPT_TYPE_INT, {.i64 = -1}, INT_MIN, INT_MAX, E},
}
static const uint8_t start_sequence[]
Definition at line 340 of file hlsenc.c.
◆ hls_class
Initial value:= {
.class_name = "hls muxer",
}
static const AVOption options[]
Definition at line 351 of file hlsenc.c.
◆ ff_hls_muxer
Initial value:= {
.name = "hls",
.extensions = "m3u8",
}
static int hls_write_trailer(struct AVFormatContext *s)
static int hls_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
static void write_header(FFV1Context *f)
static const AVClass hls_class
Definition at line 359 of file hlsenc.c.