Struct VFTVChannel
- Namespace
- VisioForge.Core.VideoCapture
- Assembly
- VisioForge.Core.dll
Represents a television channel and its properties.
public struct VFTVChannelInherited Members
Properties
Channel
Gets or sets the channel number.
public int Channel { readonly get; set; }Property Value
Frequency
Gets or sets the frequency of the channel.
public int Frequency { readonly get; set; }Property Value
Progress
Gets or sets the tuning progress.
public int Progress { readonly get; set; }Property Value
SignalPresent
Gets or sets a value indicating whether a signal is present on this channel.
public bool SignalPresent { readonly get; set; }