Table of Contents

Struct VFTVChannel

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

Represents a television channel and its properties.

public struct VFTVChannel

Inherited Members

Properties

Channel

Gets or sets the channel number.

public int Channel { readonly get; set; }

Property Value

int

Frequency

Gets or sets the frequency of the channel.

public int Frequency { readonly get; set; }

Property Value

int

Progress

Gets or sets the tuning progress.

public int Progress { readonly get; set; }

Property Value

int

SignalPresent

Gets or sets a value indicating whether a signal is present on this channel.

public bool SignalPresent { readonly get; set; }

Property Value

bool