RecordAutoOverride Property

Returns or sets a Boolean value indicating whether the Encoder will overwrite a previous file with the same name.

Syntax

NSASFRte.RecordAutoOverride

Remarks

The default value for this property is FALSE. When the Encoder starts writing to a file that already exists, by default it will stop and return an error. To overwrite the file instead of returning an error, the RecordAutoOverride property should be set to TRUE. The ability to overwrite an existing file is particularly useful when the Encoder is running on a remote computer.

See Also

Start , RecordAutoStart, RecordFileName

© 1996-1998 Microsoft Corporation. All rights reserved.