Starts recording to an ASF file.
object.RecordStart
Parameter Description This method has no parameters.
This method has no return value.
Use this method to start recording streaming data to an ASF file. Specify the file name with the RecordFileName property.
After calling this method, recording to the file will continue until the first of the following events occurs:
- The RecordStop method is called.
- Encoding is stopped by calling the Stop method.
- The end of the input file is reached (if a .wav or .avi file is being encoded).
- The limit set by the RecordMaxSize property is reached.
- The limit set by the RecordDuration property is reached.
RecordDuration, RecordMaxSize, RecordSize, RecordStop, IsRecording, RecordFileName
Return to Real-Time Encoder Automation Reference.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.