Class VideoCaptureOutputFormatHelper
Class VideoCaptureOutputFormatHelper.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public static class VideoCaptureOutputFormatHelper
Methods
IsDirectCapture(VideoCaptureOutputFormat)
Determines whether is direct capture used in the specified format.
Declaration
public static bool IsDirectCapture(this VideoCaptureOutputFormat format)
Parameters
Type | Name | Description |
---|---|---|
VideoCaptureOutputFormat | format | The format. |
Returns
Type | Description |
---|---|
bool |
|
IsMFMux(VideoCaptureOutputFormat)
Determines whether MF Mux used.
Declaration
public static bool IsMFMux(this VideoCaptureOutputFormat format)
Parameters
Type | Name | Description |
---|---|---|
VideoCaptureOutputFormat | format | The format. |
Returns
Type | Description |
---|---|
bool |
|