Contents Index Topic Contents | ||
Previous Topic: SelectionEnd Property Next Topic: ShowControls Property |
SelectionStart Property
Specifies the starting position in this multimedia stream, in seconds, relative to the stream's beginning.
Syntax
[form.]object.SelectionStart [ = double ]Settings
double Numeric expression that specifies the position within the multimedia stream that represents the beginning of the playback sequence. Data Type
double
Remarks
The default value for SelectionStart is zero; this value is not accessible until the file is loaded completely. When DirectShow sends the ReadyStateChange event with a value of Complete, you can access the value of this property.
Run-time access: read/write. Design-time access: none.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.