VisioForge (c) 2025

Search Results for

    Class BDAChannel

    BDA channel.

    Inheritance
    object
    BDAChannel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class BDAChannel

    Constructors

    BDAChannel()

    Initializes a new instance of the BDAChannel class.

    Declaration
    public BDAChannel()

    BDAChannel(short, string, byte, bool, short, short, byte)

    Initializes a new instance of the BDAChannel class.

    Declaration
    public BDAChannel(short aSID, string aName, byte aServType, bool aFreeCAmode, short aVideoPid, short aAudioPid, byte aModulation)
    Parameters
    Type Name Description
    short aSID

    SID.

    string aName

    Name.

    byte aServType

    Serv type.

    bool aFreeCAmode

    Free CA mode.

    short aVideoPid

    Video pid.

    short aAudioPid

    Audiop pid.

    byte aModulation

    Modulation.

    Properties

    AudioPid

    Gets or sets audio pid.

    Declaration
    public short AudioPid { get; set; }
    Property Value
    Type Description
    short

    FreeCAmode

    Gets or sets a value indicating whether free CA mode.

    Declaration
    public bool FreeCAmode { get; set; }
    Property Value
    Type Description
    bool

    Frequency

    Gets or sets frequency.

    Declaration
    public int Frequency { get; set; }
    Property Value
    Type Description
    int

    Modulation

    Gets or sets mudulation.

    Declaration
    public short Modulation { get; set; }
    Property Value
    Type Description
    short

    Name

    Gets or sets name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Polarisation

    Gets or sets polarisation.

    Declaration
    public BDAPolarisation Polarisation { get; set; }
    Property Value
    Type Description
    BDAPolarisation

    ServId

    Gets or sets serv id.

    Declaration
    public short ServId { get; set; }
    Property Value
    Type Description
    short

    ServType

    Gets or sets serv type.

    Declaration
    public byte ServType { get; set; }
    Property Value
    Type Description
    byte

    SymbolRate

    Gets or sets symbol rate.

    Declaration
    public int SymbolRate { get; set; }
    Property Value
    Type Description
    int

    VideoPid

    Gets or sets video pid.

    Declaration
    public short VideoPid { get; set; }
    Property Value
    Type Description
    short