pub type WebmWriter<W> = TagWriter<W>;
Expand description
Alias for ebml_iterable::TagWriter
.
This can be used to write webm files from tag data. This struct can be created with the new
function on any source that implements the std::io::Write
trait. See the ebml-iterable docs for more information if needed.
Aliased Typeยง
struct WebmWriter<W> { /* private fields */ }