Contents Index Topic Contents | ||
Previous Topic: ReadyState Property Next Topic: SelectionStart Property |
SelectionEnd Property
Specifies the ending position in this multimedia stream, in seconds, relative to the stream's beginning.
Syntax
[form.]object.SelectionEnd [ = double ]Settings
double Numeric expression that specifies the position in the multimedia stream that represents the end of the playback sequence. Data Type
double
Remarks
The default value for SelectionEnd is the length of the multimedia stream; 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.