Previous | Next |
Starts recording content to an .asf file.
Syntax
NSASFRte.RecordStart
Parameters
This method has no parameters.
Return Values
This method has no return value.
Remarks
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 .asf file continues until the first of the following events occurs:
See Also
RecordDuration, RecordMaxSize, RecordSize, RecordStop, IsRecording, RecordFileName, RecordAutoOverride, RecordAutoStart
Previous | Next |