Struct VFDevBroadcastHdr
- Namespace
- VisioForge.Core.VideoCapture
- Assembly
- VisioForge.Core.dll
Represents the header of a device broadcast structure.
public struct VFDevBroadcastHdrInherited Members
Properties
DbchDevicetype
Gets or sets the device type.
public int DbchDevicetype { readonly get; set; }Property Value
DbchReserved
Gets or sets the reserved field.
public int DbchReserved { readonly get; set; }Property Value
DbchSize
Gets or sets the size of the structure, in bytes.
public int DbchSize { readonly get; set; }