Method | Description | |
---|---|---|
ChangeCameraFormat ( ) : void | ||
ChangePreviewState ( bool showVideo ) : void | ||
DisableFilters ( ) : void | ||
Dispose ( ) : void | ||
FindCaptureDevice ( ) : IBaseFilter | ||
HandleGraphEvent ( ) : void | ||
MediaController ( |
||
NotifyVideoWindow ( |
||
ResetDevice ( ) : void | ||
ResizeVideoWindow ( ) : void | ||
SelectDevice ( DsDevice device ) : void | ||
SetFilterBuilderType ( |
Method | Description | |
---|---|---|
AddFiltersToGraph ( ) : IBaseFilter |
Adds registered filters to graph.
|
|
BuildAndRunGraph ( IBaseFilter sourceFilter ) : void | ||
CaptureVideo ( ) : void | ||
ChangeGraph ( Action |
||
ChooseFormat ( IBaseFilter filter ) : void | ||
CloseInterfaces ( ) : void | ||
ConfigureFilters ( ) : void | ||
GetCaptureDevice ( ) : IBaseFilter | ||
GetFormat ( IBaseFilter filter ) : void | ||
GetInterfaces ( ) : void | ||
GetOutputPin ( IBaseFilter filter ) : IPin | ||
GetSourceFilter ( ) : IBaseFilter | ||
HasStoredSettings ( ) : bool | ||
OnFormatChanged ( |
||
OnFpsUpdated ( ) : void | ||
OnVideoWindowSizeChanged ( ) : void | ||
ResetGraph ( IBaseFilter source ) : void | ||
SetFormat ( IBaseFilter source, int width, int height, int bpp ) : void | ||
SetupVideoWindow ( ) : void | ||
StartTimer ( ) : void |
public ChangePreviewState ( bool showVideo ) : void | ||
showVideo | bool | |
return | void |
public static FindCaptureDevice ( ) : IBaseFilter | ||
return | IBaseFilter |
public MediaController ( |
||
ownerHandle | ||
videoWindowControl | ||
filtersController | ||
return | System |
public NotifyVideoWindow ( |
||
m | ||
return | void |
public SelectDevice ( DsDevice device ) : void | ||
device | DsDevice | |
return | void |
public SetFilterBuilderType ( |
||
type | ||
return | void |