RecordFileName Property

Returns or sets a BSTR value specifying the name of the .asf file that will be created in a recording session.

Syntax

NSASFRte.RecordFileName

Remarks

If you change the RecordFileName property while the ASF Encoder is recording an .asf file, an error will occur. If the ASF Encoder is recording and you want to change the name of the .asf file that is being created, you must call RecordStop to stop the recording, set the file name, and then call RecordStart to start recording again.

See Also

RecordDuration, RecordMaxSize, RecordStart, RecordStop, IsRecording, RecordAutoOverride

© 1996-1998 Microsoft Corporation. All rights reserved.