CanScan
This property indicates whether the current file supports scanning.
Compatibility: Windows Media Player
[ bScan = ] MediaPlayer.CanScan
Parameters
- bScan
Boolean value specifying whether the current file supports scanning. If true, the file supports scanning. This property is read-only with no default value.
Remarks
If the value of this property is true, the current file can be scanned (fast-forwarded or fast-reversed), provided that the AllowScan property is set to true.
If a media file has not been selected for the Player, by setting the FileName property or calling the Open method, the value of this property will be false.
ASF files support scanning, but can only be scanned if the following conditions are all true:
- The file is indexed.
- The file is not being broadcast.
Requirements
OS Versions: Windows CE 3.0 and later.
See Also
Windows Media Player Properties | Compatibility Modes | Playback Methods and Properties | AllowScan
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.