ButterflowWrapperProbe Method  | 
  Probes a video file. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Probe(
	string videoFile
)
Public Sub Probe ( 
	videoFile As String
)
public:
void Probe(
	String^ videoFile
)
member Probe : 
        videoFile : string -> unit 
Parameters
- videoFile
 - Type: SystemString
 The video file to be probed.  
See Also