Previous | Next |
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 determine whether Windows Media Encoder is 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 must be sent to record output to a file.
See Also
IsStarted, Stop, RecordAutoStart, RecordAutoOverride
Previous | Next |