Struct VFTVChannel
TV channel.
Inherited Members
Namespace: VisioForge.Core.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public struct VFTVChannel
Properties
Channel
Gets or sets channel.
Declaration
public int Channel { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Frequency
Gets or sets frequency.
Declaration
public int Frequency { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Progress
Gets or sets progress.
Declaration
public int Progress { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SignalPresent
Gets or sets a value indicating whether signal is present.
Declaration
public bool SignalPresent { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| bool |