Class BDATuningParameters
BDA tuning parameters.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class BDATuningParameters
Constructors
BDATuningParameters()
Initializes a new instance of the BDATuningParameters class.
Declaration
public BDATuningParameters()
Properties
AC3Pid
Gets or sets AC3 pid.
Declaration
public int AC3Pid { get; set; }
Property Value
Type | Description |
---|---|
int |
Audio1Pid
Gets or sets audio 1 pid.
Declaration
public int Audio1Pid { get; set; }
Property Value
Type | Description |
---|---|
int |
Audio2Pid
Gets or sets audio 2 pid.
Declaration
public int Audio2Pid { get; set; }
Property Value
Type | Description |
---|---|
int |
Audio3Pid
Gets or sets audio 3 pid.
Declaration
public int Audio3Pid { get; set; }
Property Value
Type | Description |
---|---|
int |
AudioPid
Gets or sets audio pid.
Declaration
public int AudioPid { get; set; }
Property Value
Type | Description |
---|---|
int |
Bandwidth
Gets or sets bandwidth.
Declaration
public int Bandwidth { get; set; }
Property Value
Type | Description |
---|---|
int |
Channel
Gets or sets channel.
Declaration
public int Channel { get; set; }
Property Value
Type | Description |
---|---|
int |
ChannelName
Gets or sets channel name.
Declaration
public string ChannelName { get; set; }
Property Value
Type | Description |
---|---|
string |
Diseq
Gets or sets diseq.
Declaration
public int Diseq { get; set; }
Property Value
Type | Description |
---|---|
int |
ECMPID
Gets or sets ECM pid.
Declaration
public int ECMPID { get; set; }
Property Value
Type | Description |
---|---|
int |
FEC
Gets or sets FEC.
Declaration
public int FEC { get; set; }
Property Value
Type | Description |
---|---|
int |
Frequency
Gets or sets frequency.
Declaration
public int Frequency { get; set; }
Property Value
Type | Description |
---|---|
int |
LNBFrequency
Gets or sets LNB frequency.
Declaration
public int LNBFrequency { get; set; }
Property Value
Type | Description |
---|---|
int |
LanguageCodeAudio
Gets or sets language code audio.
Declaration
public string LanguageCodeAudio { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCodeAudio1
Gets or sets language code audio 1.
Declaration
public string LanguageCodeAudio1 { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCodeAudio2
Gets or sets language code audio 2.
Declaration
public string LanguageCodeAudio2 { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCodeAudio3
Gets or sets language code audio 3.
Declaration
public string LanguageCodeAudio3 { get; set; }
Property Value
Type | Description |
---|---|
string |
LnbSwitchFrequency
Gets or sets Lnb switch frequency.
Declaration
public int LnbSwitchFrequency { get; set; }
Property Value
Type | Description |
---|---|
int |
MajorChannel
Gets or sets major channel.
Declaration
public int MajorChannel { get; set; }
Property Value
Type | Description |
---|---|
int |
MinorChannel
Gets or sets minor channel.
Declaration
public int MinorChannel { get; set; }
Property Value
Type | Description |
---|---|
int |
Modulation
Gets or sets mudulation type.
Declaration
public BDAModulationType Modulation { get; set; }
Property Value
Type | Description |
---|---|
BDAModulationType |
ONID
Gets or sets ONID.
Declaration
public int ONID { get; set; }
Property Value
Type | Description |
---|---|
int |
PCRPid
Gets or sets PCR pid.
Declaration
public int PCRPid { get; set; }
Property Value
Type | Description |
---|---|
int |
PMTPID
Gets or sets PMT pid.
Declaration
public int PMTPID { get; set; }
Property Value
Type | Description |
---|---|
int |
PhysicalChannel
Gets or sets physical channel.
Declaration
public int PhysicalChannel { get; set; }
Property Value
Type | Description |
---|---|
int |
Polarisation
Gets or sets polarisation.
Declaration
public BDAPolarisation Polarisation { get; set; }
Property Value
Type | Description |
---|---|
BDAPolarisation |
ProgramNumber
Gets or sets program number.
Declaration
public int ProgramNumber { get; set; }
Property Value
Type | Description |
---|---|
int |
ProviderName
Gets or sets provider name.
Declaration
public string ProviderName { get; set; }
Property Value
Type | Description |
---|---|
string |
SID
Gets or sets SID.
Declaration
public int SID { get; set; }
Property Value
Type | Description |
---|---|
int |
Scrambled
Gets or sets scrambled id.
Declaration
public int Scrambled { get; set; }
Property Value
Type | Description |
---|---|
int |
ServiceType
Gets or sets service type.
Declaration
public int ServiceType { get; set; }
Property Value
Type | Description |
---|---|
int |
SubtitlePID
Gets or sets subtitle pid.
Declaration
public int SubtitlePID { get; set; }
Property Value
Type | Description |
---|---|
int |
SymbolRate
Gets or sets symbol rate.
Declaration
public int SymbolRate { get; set; }
Property Value
Type | Description |
---|---|
int |
TSID
Gets or sets TSID.
Declaration
public int TSID { get; set; }
Property Value
Type | Description |
---|---|
int |
TeletextPid
Gets or sets teletext pid.
Declaration
public int TeletextPid { get; set; }
Property Value
Type | Description |
---|---|
int |
VideoPid
Gets or sets video pid.
Declaration
public int VideoPid { get; set; }
Property Value
Type | Description |
---|---|
int |