Operates saving output stream to a file or a network stream
Methods
WriterNameGet
Gets the path to the output file.
Syntax
void WriterNameGet( out string _pbsName )
Parameters
_pbsName - full file name
WriterNameSet
Sets the output file name and additional parameters of encoding.
Syntax
void WriterNameSet( string _bsName, string _bsProps )
Parameters
_bsName - full path of output file
_bsProps - string with encoding configuration
WriterSkip
Pauses writing to the file for the specified period.
Syntax
void WriterSkip( double _dblSkipTime )
Parameters
_dblSkipTime - duration of pause in seconds