SplittingElement
This is an element that expects raw data and produces tagged data (data of another media type)
Parameters:
- string splitter_media_type_
- Expected media type to be received. Choice of: 'aac', 'mp3', 'flv' ('raw' is also a choice, but makes no sense, as the received data is expected to be 'raw')
- optional int max_tag_size_
- If underneath source starts sending crap, and we accumulate unparsed data longer then this value (in bytes), we drop the current request, and declare EOS. (Default: 256KB)
