Class TVTunerTuneChannelsEventArgs
TV Tuner tune channels event.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class TVTunerTuneChannelsEventArgs : EventArgs
Constructors
TVTunerTuneChannelsEventArgs(bool, int, int, int)
Initializes a new instance of the TVTunerTuneChannelsEventArgs class.
Declaration
public TVTunerTuneChannelsEventArgs(bool signalPresent, int channel, int frequency, int progress)
Parameters
Type | Name | Description |
---|---|---|
bool | signalPresent | Value indicating whether signal present. |
int | channel | TV / Radio channel. |
int | frequency | TV / Radio frequency. |
int | progress | Tuning progress. |
Properties
Channel
Gets a channel.
Declaration
public int Channel { get; }
Property Value
Type | Description |
---|---|
int |
Frequency
Gets a frequency.
Declaration
public int Frequency { get; }
Property Value
Type | Description |
---|---|
int |
Progress
Gets a progress.
Declaration
public int Progress { get; }
Property Value
Type | Description |
---|---|
int |
SignalPresent
Gets a value indicating whether signal present.
Declaration
public bool SignalPresent { get; }
Property Value
Type | Description |
---|---|
bool |