[This is preliminary documentation and subject to change.]
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| All | 511 | |
| None | 0 | |
| Source | 256 | |
| CanDoSegments | 128 | |
| CanPlayBackwards | 64 | |
| CanGetDuration | 32 | |
| CanGetStopPos | 16 | |
| CanGetCurrentPos | 8 | |
| CanSeekBackwards | 4 | |
| CanSeekForwards | 2 | |
| CanSeekAbsolute | 1 |
Namespace: KvTv.DirectShow
Assembly: KvTv.DirectShow (in KvTv.DirectShow.dll)