Starts an encoding session.
Syntax
NSASFRte.Start
Parameters
This method has no parameters.
Return Values
This method has no return value.
Remarks
Use this method to start an encoding session.
Use the IsStarted property to see whether or not the Encoder is currently running.
If one of the desired output sources is a file, the RecordAutoStart property must be TRUE for the output to be sent to the file automatically when the Start method is called. If the RecordAutoStart property is FALSE, a separate call to RecordStart is necessary to record output to a file.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.