Go to the source code of this file.
◆ TTMLPacketType
Enumerator |
---|
PACKET_TYPE_PARAGRAPH | |
PACKET_TYPE_DOCUMENT | |
Definition at line 38 of file ttmlenc.c.
◆ ttml_write_time()
◆ 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 53 of file ttmlenc.c.
Referenced by ttml_write_header().
◆ ttml_footer_text
const char ttml_footer_text[] |
|
static |
◆ ff_ttml_muxer
Initial value:= {
.p.name = "ttml",
.p.extensions = "ttml",
.p.mime_type = "text/ttml",
}
Definition at line 210 of file ttmlenc.c.