Type Definition webm_iterable::WebmWriter
source · [−]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.