*DisableDirectShow()
Specifies whether or not DirectShow should be disabled.
Syntax
*DisableDirectShow (disable)
Application
MediaView
Inputs
- disable
 - 
            
- 1
 - Disable DirectShow
 - 0
 - Enable DirectShow
 
 
Context
*BeginDefaults()
*BeginVideoDefaults()
Example
*BeginDefaults()
    *BeginVideoDefaults()
	*DisableDirectShow(1)
    *EndVideoDefaults()
*EndDefaults()