Go to the source code of this file.
◆ TTMLPacketType
Enumerator |
---|
PACKET_TYPE_PARAGRAPH | |
PACKET_TYPE_DOCUMENT | |
Definition at line 37 of file ttmlenc.c.
◆ ttml_write_time()
static void ttml_write_time |
( |
AVIOContext * |
pb, |
|
|
const char |
tag[], |
|
|
int64_t |
millisec |
|
) |
| |
|
static |
◆ ttml_set_header_values_from_extradata()
◆ ttml_write_header()
◆ ttml_write_packet()
◆ ttml_write_trailer()
◆ ttml_header_text
const char ttml_header_text[] |
|
static |
Initial value:=
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
"<tt\n"
"%s"
" xml:lang=\"%s\">\n"
"%s"
" <body>\n"
" <div>\n"
Definition at line 52 of file ttmlenc.c.
Referenced by ttml_write_header().
◆ ttml_footer_text
const char ttml_footer_text[] |
|
static |
◆ ff_ttml_muxer
Initial value:= {
.name = "ttml",
.extensions = "ttml",
.mime_type = "text/ttml",
}
Definition at line 218 of file ttmlenc.c.