Table of Contents

Struct VFDevBroadcastHdr

Namespace
VisioForge.Core.VideoCapture
Assembly
VisioForge.Core.dll

Represents the header of a device broadcast structure.

public struct VFDevBroadcastHdr

Inherited Members

Properties

DbchDevicetype

Gets or sets the device type.

public int DbchDevicetype { readonly get; set; }

Property Value

int

DbchReserved

Gets or sets the reserved field.

public int DbchReserved { readonly get; set; }

Property Value

int

DbchSize

Gets or sets the size of the structure, in bytes.

public int DbchSize { readonly get; set; }

Property Value

int