Returns or sets a Boolean value indicating whether recording to a file begins automatically when the Start method is called.
object.RecordAutoStart
If the value of this property is TRUE the stream is recorded to an ASF file when Start is invoked.
This property is initialized as follows when the ASD file is loaded:
- If the RecordFileName property is empty, RecordAutoStart is initialized to FALSE.
- If RecordFileName is not empty, RecordAutoStart is initialized to TRUE.
After the ASD file is loaded, changes to the RecordFileName property affect RecordAutoStart as follows:
- If RecordFileName is set to empty, RecordAutoStart is reset to FALSE.
- If RecordFileName is reset to any value other than empty, RecordAutoStart is not reset. Changing the value of RecordFileName from empty to any other value will not change RecordAutoStart to TRUE.
Start, IsRecording, RecordFileName
Return to Real-Time Encoder Automation Reference.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.