Enum DeviceType
Device type.
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public enum DeviceType
Fields
| Name | Description |
|---|---|
| DV | DV camcorder. |
| H264Only | MPEG-2 only. |
| MPEG2HDV | MPEG-2 HDV camcorder. |
| MPEG2Only | MPEG-2 only. |
| Standard | Standard. |
| StandardAndH264 | Standard output and H264. |
| StandardAndMPEG2 | Standard output and MPEG-2. |
| Unknown | Unknown device type. |